 #orderCall {
	z-index: 9999;
	background-color: #fff;
	border: 1px solid #bcbcbc;
	border-radius: 14px;
	box-shadow: 5px 5px 15px 0 #000;
	width: 335px;
	height: 353px;
	background: linear-gradient(to bottom, #fff, #e9e9e9);
}

 #orderCallCanvas {
	/*padding: 23px 20px 10px 20px!important;*/
	font-size: 10px;
	color: #282828;
}
#orderCallCanvas1 {
	/*padding: 5px 20px 10px 20px!important;*/
	font-size: 10px;
	color: #282828;
	text-transform: uppercase;
}

/*#orderCallForm input{
	width: 100%!important;
	margin: 0 0 15px 0!;
	padding: 3px 5px;
}*/

 #orderCallClose {
	position: absolute;
	top: -8px;
	right: -7px;
	height: 21px;
	width: 23px;
	border: 0;
	background: url(/orderCall/exit_from_cart.png) no-repeat;
	cursor: pointer;
}
#orderCallClose1{
	position: absolute;
	top: -14px;
	right: -16px;
	height: 16px;
	width: 16px;
	border: 0;
	background: url(/orderCall/close.png) no-repeat;
	cursor: pointer;
}
#orderCallForm_dir #orderCallSubmit{
	cursor: pointer;
	background: url(/orderCall/to_send.png) no-repeat;
	border-width: 0;
	width: 156px;
	height: 23px;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
	color: white;
	position: relative;
	top: 15px;
	right: 24px;
	float: right;
}

#orderCallForm_dir #orderCallForm input::-webkit-input-placeholder {
    color: #727272; /* Öâåò ïîäñêàçûâàþùåãî òåêñòà */
}
   
#orderCallForm_dir #orderCallForm textarea::-webkit-input-placeholder {
    color: #727272; /* Öâåò ïîäñêàçûâàþùåãî òåêñòà */
}
   
#orderCallForm_dir #oredercall_block{
	width: 335px;
	height: 353px;
}

#orderCallForm_dir #orderCallState .title_ordercall{
	font-family: Tahoma;
	font-size: 25px;
	font-weight: bold; 
	margin-top: 20px;
}

#orderCallForm_dir #orderCallState .msg {
	font-family: Arial;
	font-style: italic;
	font-size: 12.34px;
	margin-top: 13px;
	margin-bottom: 5px;
}

#orderCallForm_dir #orderCallForm input[type=text] {
	font-size: 12.74px;
	font-family: Arial;
	font-style: italic;
	width: 273px;
	height: 20px;
	border-radius: 3px;
	border-width: 1px;
	margin-top: 8px;
	padding-left: 10px;
}

#orderCallForm_dir #orderCallForm textarea{
	font-size: 12.74px;
	font-family: Arial;
	font-style: italic;
	width: 273px;
	height: 95px;
	border-radius: 3px;
	border-width: 1px;
	margin-top: 8px;
	padding-left: 10px;
}

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

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

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