@charset "utf-8";

/*@font-face {
	font-family: 'Cambria';
	src: url('fonts/cambria.eot');
	src: url('fonts/cambria.eot?#iefix') format('embedded-opentype'), url('fonts/cambria.svg#Cambria') format('svg'), url('fonts/cambria.woff') format('woff'), url('fonts/cambria.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: Cambria;
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff;
	font-family: Tahoma, Geneva, sans-serif;
}*/


/*
h2 {
	font-size: 1.8em;
	line-height: 1.9em;
	margin-bottom: 15px;
}

p {
	color: #656565;
	font-size: 1.2em;
	margin-bottom: 10px;
}
*/
/*
#wrapper {
	width: 640px;
	margin: 0 auto;
	padding: 30px 45px;
}
*/
#inline {
	display: none;
	width: 400px;
	max-width: 400px;
	margin: 0 auto;
}

#contact {
	padding: 0px 25px 25px;
	display: table;
	position: static;
}

.orderText { padding: 0px 25px 0px 25px; }

.orderText h3 {
	color: #333333;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 5px;
}

.orderText p {
	color: #8f8f8f;
	font-size: 14px;
	font-weight: 300;
}

.separator {
	height: 1px;
	background: #E8E8E8;
	margin: 20px 0px 20px 0px;
}

label {
	color: #8f8f8f;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 7px;
	display: block;
}

label.terms {
	float: left;
	font-size: 14px;
	font-style: italic;
}
 input::-webkit-input-placeholder {
 color: #b5b5b5;
}
input:-moz-placeholder {
 color: #b5b5b5;
}

.txt {
	display: inline-block;
	background: #f5f5f5;
	font-size: 1em;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	padding: 13px 10px;
	width: 330px;
	margin-bottom: 20px;
	box-shadow: inset 0px 2px 3px rgba( 0,0,0,0.1 );
	clear: both;
}

.txtarea {
	display: block;
	resize: none;
	background: #F5F5F5;
	font-size: 0.8rem;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	padding: 13px 10px;
	width: 330px;
	height: 100px;
	box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.1);
	clear: both;
}

input.error, textarea.error {
	border-color: #973d3d;
	border-style: solid;
	background: #f0bebe;
	color: #a35959;
}

input.error:focus, textarea.error:focus {
	border-color: #973d3d;
	color: #a35959;
}

#send {
	width: 350px;
	margin-top: 20px;
	padding: 15px 0;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	-moz-box-shadow: 0px 5px 5px rgba(000,000,000,0.1), inset 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0px 5px 5px rgba(000,000,000,0.1), inset 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow: 0px 5px 5px rgba(000,000,000,0.1), inset 0px 1px 0px rgba(255,255,255,0.5);
	text-shadow: 0px 1px 3px rgba(000,000,000,0.3), 0px 0px 0px rgba(255,255,255,0);
	display: table;
	position: static;
	clear: both;
	font-weight: bold;
	
	background: -moz-linear-gradient( top, #EFAD57, #E78F1E);
	background: -webkit-gradient( linear, left top, left bottom, from(#EFAD57), to(#E78F1E));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFF;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(255, 255, 255, 0);
	cursor: pointer;	
}

#send:hover {
	text-decoration:none;
	background: -moz-linear-gradient( top, #E78F1E, #EFAD570%);
	background: -webkit-gradient( linear, left top, left bottom, from(#E78F1E), to(#EFAD57));
}

.quickOrderButton {
	padding: 10px 15px;
	color: #FFF !important;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	/* background: -moz-linear-gradient( top, #EFAD57, #E78F1E);
	background: -webkit-gradient( linear, left top, left bottom, from(#EFAD57), to(#E78F1E)); */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/* border: 1px solid #FFF; */
	/* text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(255, 255, 255, 0); */
	display: inline-block;
	/* margin-left: 240px; */
	/* margin-top: 10px; */
	cursor: pointer;
	background-color: #FF7D02;
	width: 160px;
	float: right;
}

.quickOrderButton:hover {
	text-decoration:none;
	background-color: #E35B02;
}
.zagolovokbloka{
	font-size: 22px;
	font-weight: bold;
}

.quickOrderFooterButton {
padding: 10px 15px;
color: #FFF;
font-size: 14px;
font-weight: bold;
text-align: center;
text-decoration: none;
background: -moz-linear-gradient( top, #EFAD57, #E78F1E);
background: -webkit-gradient( linear, left top, left bottom, from(#EFAD57), to(#E78F1E));
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/* border: 1px solid #FFF; */
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(255, 255, 255, 0);
display: block;
cursor: pointer;
width: 950px;
margin-top: 10px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
}

.quickOrderFooterButton:hover {
	text-decoration:none;
}


.quickOrderBottomButton {
	padding: 10px 15px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: -moz-linear-gradient( top, #EFAD57, #E78F1E);
	background: -webkit-gradient( linear, left top, left bottom, from(#EFAD57), to(#E78F1E));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFF;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(255, 255, 255, 0);
	display: inline-block;
	cursor: pointer;
}

.quickOrderBottomButton:hover {
	text-decoration:none;
}

.quickOrderBottomContainer {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	background-color: #FFF;
	padding-top:10px;
	padding-bottom:10px;
}

/*#send:active {}*/
