/****************************Fast order (Singleclick)*****************************/	
/*modal*/
body .modal-content{
	border-radius:1px;
}
body .modal-header{padding:20px 20px 0px; }
body .modal-body{ padding:20px 20px 20px;}
.modal-header .close{ margin-top:-10px; margin-right:-10px;}
#singleclick_title{
	font-size:16px;
	font-weight:bold;
	}
#fast_order_form input[type='text'], #fast_order_form input[type='password'], #fast_order_form textarea{ 
  width:100%;
  margin-bottom:6px;
	}
#fast_order_form input::-webkit-input-placeholder, #fast_order_form textarea::-webkit-input-placeholder {} 
#fast_order_form input::-moz-placeholder, #fast_order_form textarea::-moz-placeholder {}
#fast_order_form .customer_name, #fast_order_form .customer_phone, #fast_order_form .customer_email, #fast_order_form #customer_message{ width:100%;}

#fast_order_form.viewcategory{ padding:20px;}
#fast_order_form input#pr{ display:inline-block; vertical-align:top; width:120px; margin-bottom:0}
#fast_order_form textarea{min-height:60px; margin-bottom:10px;}

#fast_order_result{ min-height:30px; margin-bottom:0;}
.singleclick_error{ color: #C00; font-size:1.2em;}
.singleclick_success{ color:#b09e66; font-size:1.2em; font-weight:bold;}
#fast_order_form img {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.fast_order_button{ width:100%; height:34px;}
.fast_order_button:hover{}