#fast_order_form .fast_order_left {
  display: inline-block;
  width: 29%;
  text-align: right;
}

#fast_order_form .fast_order_right {
  width: 90%;
    text-align: left;
    margin: 0 auto;
    display: table;
}
#fast_order_form .fast_order_right p {
  margin-bottom: 15px;
  padding: 0px;
}
#fast_order_form .fast_order_center {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 8px;
  font-size: 20px;
}
#fast_order_result{
      font-size: 14px;
}
#fast_order_form #fast_order_result {
  color: #aaa;
  margin-bottom: 14px;

}
#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: 0px;
}

#fast_order_form input {
    font-size: 15px;   
    padding-left: 14px;
  margin: 0px; 
  height: 30px;
  width: 100%;
}
#customer_message{
  height: 50px!important;
}
#fast_order_form .fast_order_button {
    background-color: #4daa4d;
    outline: none; 
    color: white;
    font-size: 17px;
    cursor: pointer;
    border: none;
    height: 40px;
    width: 220px;
}
#fast_order_form .fast_order_button:hover{
 color: #f7d631;
}
#fast_order{
  outline: none;
}
#cboxLoadedContent{
    border-radius: 8px;
    border: 1px solid black;
    background-color: #ffffff;
    outline: none!important;
   
}


#colorbox,
#cboxWrapper,
#cboxContent{
  outline: none!important;
  border: none!important;
}