@font-face {
    font-family: 'ArialNarrow-Bold';
    src: url('../css/fonts/ArialNarrow-Bold/ArialNarrow-Bold.eot?') format('eot'),
    url('../css/fonts/ArialNarrow-Bold/ArialNarrow-Bold.woff') format('woff'),
    url('../css/fonts/ArialNarrow-Bold/ArialNarrow-Bold.ttf')  format('truetype'),
    url('../css/fonts/ArialNarrow-Bold/ArialNarrow-Bold.svg#ArialNarrow-Bold') format('svg');
}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
	outline:none;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
	outline:none;
}
.order-form{
	padding:28px 131px;
}
.order-form h2{
	text-transform:uppercase;
	font:26px/28px 'ArialNarrow-Bold', Arial, Helvetica, sans-serif;
	margin:0 0 20px;
	color:#0d5fa9;
}
.order-form span.info{
	display:block;
	font:18px/20px Arial, Helvetica, sans-serif;
	margin:0 0 34px;
	color: #000;
}
.order-form label{
	display:block;
	color:#434b52;
	font:14px/16px Arial, Helvetica, sans-serif;
	margin:0 0 2px;
}
.order-form input[type="text"]{
	display:block;
	background:#fff;
	border:1px solid #959595;
	padding: 4px 5px;
	width: 415px;
	width:415px;
	font-size:16px;
	line-height:15px;
}
.order-form .row{padding:0 0 17px;}
.order-form .row .inform{
	display:block;
	font-size:12px;
	line-height:14px;
	color:#434b52;
	padding:7px 0 0;
	margin:0 0 -5px;
}
.order-form select{width:426px;}
.order-form input[type="submit"]{
	display:block;
	width:156px;
	height:28px;
	text-align:center;
	color:#fff;
	border:none;
	font:bold 16px/26px 'Calibri', Arial, Helvetica, sans-serif;
	border-radius:3px;
	text-transform:uppercase;
	padding:0 0 3px;
	margin:14px 0 0;
	background:#0099ea -moz-linear-gradient(top,  #0099ea 0%, #0098e9 44%, #0768bf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099ea), color-stop(44%,#0098e9), color-stop(100%,#0768bf));
	background: -webkit-linear-gradient(top,  #0099ea 0%,#0098e9 44%,#0768bf 100%);
	background: -o-linear-gradient(top,  #0099ea 0%,#0098e9 44%,#0768bf 100%);
	background: -ms-linear-gradient(top,  #0099ea 0%,#0098e9 44%,#0768bf 100%);
	background: linear-gradient(to bottom,  #0099ea 0%,#0098e9 44%,#0768bf 100%);
}
.order-form input[type="submit"]:hover{
	background:#0768bf -moz-linear-gradient(top,  #0768bf 0%, #0098e9 56%, #0099ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0768bf), color-stop(56%,#0098e9), color-stop(100%,#0099ea));
	background: -webkit-linear-gradient(top,  #0768bf 0%,#0098e9 56%,#0099ea 100%);
	background: -o-linear-gradient(top,  #0768bf 0%,#0098e9 56%,#0099ea 100%);
	background: -ms-linear-gradient(top,  #0768bf 0%,#0098e9 56%,#0099ea 100%);
	background: linear-gradient(to bottom,  #0768bf 0%,#0098e9 56%,#0099ea 100%);
}
.order-form p{margin:0;}
.send-form h2{
	font: 26px/28px 'ArialNarrow-Bold', Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 50px 0px 20px;
	color: #0d5fa9;
}
.send-form-error h2{
	font: 26px/28px 'ArialNarrow-Bold', Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 50px 0px 20px;
	color: #e00000;
}
#pr{
	display: inline;
	vertical-align: top;
	padding: 2px 4px 1px 4px;
	margin-left: 5px;
	background: #fff;
	border: 1px solid #959595;
	width: 56px;
	font-size: 14px;
}
