#fast_order_form .fast_order_left{display:inline-block;width:29%;text-align:right;}
#fast_order_form .fast_order_right{float:none;display:inline-block;width:100%;text-align:center;}
#fast_order_form .fast_order_right p{margin-bottom:8px;padding:0;}
#fast_order_form .fast_order_right p:last-child{margin-bottom:5px;}
#fast_order_form .fast_order_center{text-align:center;margin-bottom:15px;font-size:18px;margin-top:3px;}
#fast_order_form #fast_order_result{color:#555;margin-bottom:10px;}
#fast_order_form #fast_order_result .fast_order_error{color:#f00;}
#fast_order_form #fast_order_result .fast_order_success{color:#00d12a;}
#fast_order_form p{margin-bottom:22px;padding:0;font-size:16px;}
#fast_order_form input{margin:0;padding:5px;width:220px;font-size:16px;}
#fast_order_form .fast_order_button{background:#1abc9c;font-size:17px;border:0;color:#fff;border-radius:5px;cursor:pointer;height:40px;width:220px;}
#fast_order_form .fast_order_button:hover{background:#318480;}
@media (max-width:768px){#fast_order_form input{width:70%;}
#fast_order_form .fast_order_button{width:70%;}
}