#order {
	background-color: #ffffff;
	position: relative;
	text-align: left;
}
#order > .wrapper {
	margin: 10px 0 50px;
	position: relative;
}
#order > .wrapper h1 {
	margin-bottom: 35px;
}
#order > .wrapper .text {
	color: #1a1a1a;
	font-size: 12px;
	margin-bottom: 35px;
}
#order > .wrapper .fields {
	font-size: 0;
	letter-spacing: -1;
	line-height: 0;
	position: relative;
}
#order > .wrapper .field {
	display: inline-block; *zoom:1; *display:inline;
	font-size: 1rem;
	letter-spacing: normal;
	line-height: 1;
	margin-bottom: 30px;
	position: relative;
	z-index: 60;
	vertical-align: top;
}
#order > .wrapper .field .field {
	margin-bottom: 15px;
}
#order > .wrapper .field-1 {
	width: 30%;
}
#order > .wrapper .field-1:nth-of-type(3n+2) {
	margin-left: 5%;
	margin-right: 5%;
}
#order > .wrapper .field-2 {
	width: 47%;
}
#order > .wrapper .field-2:nth-of-type(2n+2) {
	margin-left: 6%;
}
#order > .wrapper .field .label {
	color: #333333;
	display: inline-block; *zoom:1; *display:inline;
	font-size: 12px;
	font-weight: 700;	
	margin: 0 0 15px;
	position: relative;
	text-transform: uppercase;
	vertical-align: top;
	white-space: nowrap;
}
#order > .wrapper .field label {
	color: #333333;
	font-size: 12px;
	margin: 0 0 0 10px;
}
#order > .wrapper .field .label.important:after {
	color: #d70000;
	content: '*';
	display: inline-block; *zoom:1; *display:inline;
	font-size: 15px;
	padding: 0 4px;
	position: absolute;
	right: -20px;
	top: -3px;
}
#order > .wrapper .field .label .hint {
	color: #676767;
	font-size: 11px;
	font-weight: 400;
	padding: 0 0 0 5px;
	text-transform: none;
}
#order > .wrapper .field input {
	background: rgb(229,229,229);
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(249,249,249,1) 40%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(40%,rgba(249,249,249,1)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f9f9f9',GradientType=0 );
	border: 1px solid #cccccc;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	box-sizing: border-box;
	color: #999999;
	font-size: 12px;
	margin: 0;
	outline: none;
	padding: 7px 9px 7px;
	position: relative;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
	transition: all 200ms linear;
	width: 100%;
	z-index: 10;
}
#order > .wrapper .field input[type="checkbox"] {
	width: auto;
}
#order > .wrapper .field input[type="file"] {
	cursor: pointer;
	height: 31px;
	opacity: 0;
	position: relative;
	z-index: 30;
}
#order > .wrapper .field input + .file {
	background: rgb(229,229,229);
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(249,249,249,1) 40%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(40%,rgba(249,249,249,1)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f9f9f9',GradientType=0 );
	border: 1px solid #cccccc;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	bottom: 0px;
	box-sizing: border-box;
	height: 31px;
	left: 0;
	margin: 0;
	position: absolute;
	padding: 0 9px;
	width: 100%;
	z-index: 20;
}
#order > .wrapper .field input + .file span {
	box-sizing: border-box;
	color: #666666;
	display: block;
	font-size: 12px;
	height: 100%;
	line-height: 12px;
	margin-right: 34px;
	padding-top: 7px;
	z-index: 25;
}
#order > .wrapper .field input + .file span:after {
	background: url(/images/folder.png) center center no-repeat;
	background-size: 100% 100%;
	content: '';
	height: 12px;
	position: absolute;
	right: 12px;
	top: 8px;
	width: 15px;
	z-index: 30;
}
#order > .wrapper .field input + .file .loading {
	background-image: url(/images/loading-5.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 10px;
}
#order > .wrapper .field input:focus {
	border-color: #999999;
	color: #1a1a1a;
}
#order > .wrapper .field input.error {
	border-color: #ba0000;
}
#order > .wrapper .field select {
	background: rgb(229,229,229);
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(249,249,249,1) 40%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(40%,rgba(249,249,249,1)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 40%,rgba(249,249,249,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f9f9f9',GradientType=0 );	
	border: 1px solid #cccccc;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	box-sizing: border-box;
	color: #999999;
	font-size: 12px;
	height: 31px;
	margin: 0;
	outline: none;
	padding: 7px 9px 7px;
	position: relative;	
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
	transition: all 200ms linear;	
	width: 100%;
}
#order > .wrapper .field select:focus {
	border-color: #999999;
	color: #1a1a1a;
}
#order > .wrapper .field select.error {
	border-color: #ba0000;
}
#order > .wrapper .field textarea {
	background: rgb(229,229,229);
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(249,249,249,1) 10%, rgba(249,249,249,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(10%,rgba(249,249,249,1)), color-stop(100%,rgba(249,249,249,1)));
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 10%,rgba(249,249,249,1) 100%);
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 10%,rgba(249,249,249,1) 100%);
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 10%,rgba(249,249,249,1) 100%);
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 0%,rgba(249,249,249,1) 10%,rgba(249,249,249,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f9f9f9',GradientType=0 );
	border: 1px solid #cccccc;
		-webkit-border-radius: 4px;
	border-radius: 4px;
	box-sizing: border-box;
	color: #999999;
	font-size: 12px;
	height: 140px;
	margin: 0;
	outline: none;
	padding: 7px 9px 7px;
	position: relative;	
	resize: none;
		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
	transition: all 200ms linear;	
	width: 100%;
}
#order > .wrapper .field textarea:focus {
	color: #1a1a1a;
	border-color: #999999;
}
#order > .wrapper .field textarea.error {
	border-color: #ba0000;
}
#order > .wrapper .field.field-captcha input {
	width: 110px;
}
#order > .wrapper .field .image {
	display: inline-block; *zoom:1; *display:inline;
	height: 30px;
	position: absolute;
	right: 95px;
	top: -3px;
	width: 100px;	
}
#order > .wrapper .field .image img {

}
#order > .wrapper .button {
	position: relative;
	margin-top: -68px;
	z-index: 50;
	text-align: left;
}
#order > .wrapper .button a {
	color: #fff;
	display: inline-block; *zoom:1; *display:inline;
	font-size: 11px;
	line-height: 1;
	position: relative;
	padding: 12px 25px 13px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #6a6a6a;
	text-transform: uppercase;
}
#order > .wrapper .button a:before {
		-webkit-border-radius: 4px;
	border-radius: 4px;
		-webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.5);
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

		-webkit-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#order > .wrapper .button a:before {
	background: rgb(38,159,254); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(38,159,254,1) 0%, rgba(33,137,219,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,159,254,1)), color-stop(100%,rgba(33,137,219,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(38,159,254,1) 0%,rgba(33,137,219,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(38,159,254,1) 0%,rgba(33,137,219,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(38,159,254,1) 0%,rgba(33,137,219,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(38,159,254,1) 0%,rgba(33,137,219,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#269ffe', endColorstr='#2189db',GradientType=0 ); /* IE6-9 */
	z-index: -2;
}
#order > .wrapper .button a:hover:before {
		-webkit-box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.5);
	box-shadow: 2px 2px 10px 0 rgba(0,0,0,0.5);
	opacity: 1;
}
#order > .wrapper .fields > .important {
	color: #b2b2b2;
	font-size: 12px;
	text-align: right;
	display: inline-block; *zoom:1; *display:inline;
	width: 340px;
	position: absolute;
	left: 100px;
	bottom: 12px;
}
#order > .wrapper .fields > .important span {
	color: #d70000;
	font: 11pt 'Arial';
	display: inline-block; *zoom:1; *display:inline;
	padding: 0 4px;
}