/****************************Fast order (Singleclick)*****************************/	
#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%;}
#fast_order_form .customer_phone, #fast_order_form .customer_email, #fast_order_form .customer_name{ position:relative; display:inline-block;}
#fast_order_form #customer_phone, #fast_order_form #customer_email, #fast_order_form #customer_name{ padding-left:34px;}
#fast_order_form .customer_phone > div,
#fast_order_form .customer_email > div,
#fast_order_form .customer_name > div{
	position:absolute;
	top:4px;
	left:1px;
	width:28px; 
	height:32px;
	z-index:3;
	background-color:#eee;
	background-repeat:no-repeat;
	background-position:center center;
	}
#fast_order_form .customer_phone > div{background-image:url(../img/feed_phone.png);}
#fast_order_form .customer_email > div{background-image:url(../img/feed_mail.png);}
#fast_order_form .customer_name > div{background-image:url(../img/feed_user.png);}
.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;
}
/***********************************************************************************/