#regClientForm {
    background: white !important;
}

.noerror {
    visibility: hidden;
}

.myform #fieldWrapper .for_input {
    float: left;
    text-align: left;
}

.myform #fieldWrapper {
/*    text-align:center;*/
    padding-top: 10px;
}

.myform #fieldWrapper select,input {
    margin-top: 0px;
    text-align:left;
}

.myform #fieldWrapper select {
    width: 204px;
}

.myform #fieldWrapper input[type="text"], .myform #fieldWrapper input[type="password"] {
    width: 200px;
    height: 18px;
}

/* Правило для Internet Explorer */
.myform #fieldWrapper input {
    width: expression(this.type=='text' || this.type=='password' ? '200px' : '');
}

.myform #fieldWrapper input[type="checkbox"] {
    margin-left: 0px;
/*    margin-top: 7px;*/
}

.myform #fieldWrapper textarea{
    margin-top: 5px;
    text-align:left;
    height: 200px;
    width: 440px;
    margin-bottom: 10px;
}

.myform #fieldWrapper .expr {
    position: relative;
    top: 1px;
    display: inline-block;
    width: 40px;
}

.myform #fieldWrapper label {
    margin-top: 1px;
    margin-left: 5px;
/*    width:225px;*/
    width: 280px;
    float:left;
    text-align:left;
    padding-top: 5px;
}

.myform #fieldWrapper label.star {
    width: 700px;
}

.myform #fieldWrapper input.input_myerror {
    border: 1px solid #ff9c00;
}

.myform #fieldWrapper select.input_myerror {
    border: 1px solid #ff9c00;
}

.myform #fieldWrapper textarea.input_myerror {
    border: 1px solid #ff9c00;
/*    border: 1px solid #EB737A;*/
}


.clear {clear: both; margin-bottom:7px;}

#next, #back {
    height: 45px;
    background-image: none;
    padding-right: 25px;
}

#next, #back {
    background-repeat: no-repeat; 

    background-color: #ff9c00;
    text-decoration: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 12px;
    padding-left: 25px;
    font-weight: bold;
    color: white;
    font-size: 16px;
    background-position: 5px center;
    cursor: hand;
    cursor: pointer;
}