/****************************Fast order (Singleclick)*****************************/	
#singleclick_title{ 
   max-width:500px;
   font-size:24px;
  margin:0;
  padding-bottom:10px;}
#fast_order_form input[type='text'], #fast_order_form input[type='password'], #fast_order_form textarea {
	padding: 4px;
	margin:3px 0px;
}

#fast_order_form.viewcategory{ padding:20px;}
#fast_order_form input#pr{ display:inline-block; vertical-align:top; width:120px;}
#fast_order_form textarea{ margin-bottom:0; width:88%; height:100px;}
#fast_order_form .customer_phone, #fast_order_form .customer_email, #fast_order_form .customer_name{ position:relative; display:block;}
#fast_order_form #customer_phone, #fast_order_form #customer_email, #fast_order_form #customer_name{ padding-left:30px;}
#fast_order_form .customer_phone > div,
#fast_order_form .customer_email > div,
#fast_order_form .customer_name > div{
	position:absolute;
	top:5px;
	left:6px;
	width:20px; 
	height:27px;
	z-index:3;
	font-size:18px;
   font-family: FontAwesome;
	}

.singleclick_wrapper a {          
  background-image:url(../img/order_phone.png);
}
#fast_order_result{ min-height:30px; margin-bottom:0;}
.singleclick_error{ color: #C00; font-size:1.2em;}
.singleclick_success{ color:#090; font-size:1.2em;}
#fast_order_form img {
  padding: 0;
  margin: 0 0 7px;
  vertical-align: bottom;
}
/***********************************************************************************/