
 form.chronoform  input,  textarea, select {
    color:#333;
/*font-family: Tahoma,Geneva,sans-serif;*/
    font-size: 12px !important;
    padding: 5px;
/*    background-color: #e9edf1;*/
    border-color: #016ab6;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;

    width: 400px;
}
form.chronoform #fin-uslugi,  form.chronoform  input, form.chronoform  textarea, form.chronoform select {
    margin-bottom: 5px;	
}

 form.chronoform .gcore-label-left {
    float: left !important;
/*    max-width: 160px;*/
    min-width: 120px;
    
    text-align: left !important;
}
 form.chronoform input.btn{
    color:#fff;
    margin-top:15px;
    margin-left: 120px;
    background-color: #016ab6;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    width: 400px;
     padding: 5px;
 }
  form.chronoform input.btn:hover {
	background-color: #4789c8;
  }
 .form_mess{
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 16px;
    padding: 5px;
    background-color: #fff;
    border-color: #fff;
    border-radius: 2px;
    border-style: solid;
    border-width: 0px;
    margin: 30px 0;
    min-width: 500px;
    min-height: 50px;
 }
 label {
    font-size: 12px;
}