#fast_order_form{ margin:0 0 20px 0; padding:20px; border-bottom:1px solid #ddd; background-color:#f8f8f8;}

#fast_order_form span#textphone {
  margin-right:10px; display:inline-block; width:130px; 
}

#fast_order_form .fast_order_center {
 margin-bottom:10px;
	font-size: 20px;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	color: #32353A;
	text-transform:uppercase;
	padding: 0px;
}
#fast_order_form #fast_order_result {
  color: #888;
  margin: 15px 0;
}
#fast_order_form #fast_order_result .fast_order_error {
  color: #f00;
}
#fast_order_form #fast_order_result .fast_order_success {
  color: #00d12a;
  font-size:15px;
}
#fast_order_form p {
  margin-bottom: 22px;
  padding: 0px;
}

#fast_order_form input, #fast_order_form textarea {
  width: 220px;
}
#fast_order_form input#pr{ width:80px;}
#fast_order_form .fast_order_button {
  cursor: pointer;
	width: 110px;
}
