@charset "utf-8";
/* CSS Document */

.redb{
  color:red;
/*  font-weight:bold;*/
}

.contact_order{
  margin-bottom:10px;
}

@media screen and (max-width:767.98px){
 .form_wrap{
   padding-left:10px;
   padding-right:10px;
  }
  
  

}

@media screen and (min-width:768px){

  .contact_order{
    width:450px;
    margin-left:auto;
    margin-right:auto;
	
  }
  
  .contact_order .btn{
    width:200px;
    
}
 
input.submit_btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.06);
    color: #000;
    cursor: pointer;
    font-size: 100%;
    padding: 12px 9px;
    text-align: center;
    vertical-align: middle;
    width: 200px;
}
  
}