#orderCall {
	position: absolute;
	display: none;
	width: 300px;
	z-index: 9999;
	background-color: #fff;
	border: solid 3px #477db7;
}

#orderCallCanvas {
	padding: 5px 20px 10px 20px!important;
	  font-size: 16.67px;
	color: #282828;
}

#orderCallForm input{
	width: 100%!important;
	margin: 0 0 15px 0!important;
	padding: 3px 5px!important;
	border: solid 1px #eae8e3;
	font-size: 16.67px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 280px;
	height: 33px;
	color: #393939;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

#orderCallForm input[type="checkbox"]{
	width: 20px!important;
	margin: 0px 5px 5px 0px!important;
	padding: 0px!important;
	border: none;
	outline: none;
	font-size: 16.67px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 2px;
	height: 20px;
	color: #9f1919;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


#orderCallClose {
	position: absolute;
	top: 4px;
	right: 4px;
	height: 16px;
	width: 16px;
	border: 0;
	background: url(/orderCall/exit.png) no-repeat;
	cursor: pointer;
}
#orderCallSubmit{
	margin-top: 5px;
	position: relative;
	top: 10px;
	height: 35px;
	border: 1px solid #aaa;
	cursor: pointer!important;
	color:#fff !important;font-size:15.88px;text-align:center;height:30px;line-height:24px;box-sizing:border-box;-webkit-box-sizing:border-box; -moz-box-sizing: border-box;border:solid 1px #004866;border-radius:2px;background: #006994; /* Old browsers */
	background: -moz-linear-gradient(top,  #006994 0%, #00597d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006994), color-stop(100%,#00597d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #006994 0%,#00597d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #006994 0%,#00597d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #006994 0%,#00597d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #006994 0%,#00597d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006994', endColorstr='#00597d',GradientType=0 ); /* IE6-9 */
	-moz-text-shadow: 1px 1px 1px #000; -webkit-text-shadow: 1px 1px 1px #000;text-shadow: 1px 1px 1px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
}
#orderCallSubmit:hover{background: #0089bf; /* Old browsers */
background: -moz-linear-gradient(top,  #0089bf 0%, #227d96 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0089bf), color-stop(100%,#227d96)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0089bf 0%,#227d96 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0089bf 0%,#227d96 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0089bf 0%,#227d96 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0089bf 0%,#227d96 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089bf', endColorstr='#227d96',GradientType=0 ); /* IE6-9 */
}
#orderCallState {
}

#orderCallState h3{
  margin: 2px 0 10px 0;
	font-weight: bold!important;
	margin-bottom: 15px!important;
	  font-size: 16.67px !important;
}

#orderCallLoading {
	display: none;
	position: relative;
	left:95px;
}

#orderCallLoading img {
	width: 24px;
	height: 24px;
}

.orderError {
	box-shadow: 0 0 2px 0 #f00!important;
}
.showOrderCall{
	/*position: absolute;*/
	/*top:15px;*/
	/*right: 0;*/
	color: #f00;
}