.col_form_1{
    position:relative;
    width:158px;
    float:left;
    margin:0 ;
    overflow:hidden;
    padding-left: 9px;
}

.col_form_1 p, .col_form_2 p {
    margin:0;
    padding:0;
}


.col_form_2{
    position:relative;
    margin:0;
    float:left;
    overflow:hidden;
}

.col_form_2 input.text, select, .emptymandatory {
    width:290px;
    border: 1px solid #9da7b5;
}

.col_form_2 input.text,textarea, .emptymandatory{
    float:left;
    border: 1px solid #9da7b5;
    color:#222;
    background-color: #eaeaea;
}
.emptymandatory{
    background-color: #a9112c;
    color: #fff;

}
.col_form_2 textarea {
    width:290px;
    font-family:inherit;
    font-size:inherit;
}

.col_form_2 select{
    border:1px groove #222;
    color: #222;
}

.col_form_2 input.checkbox{
    margin:0;
    color: #222;
}

input.submit{
    display:block;
    padding: 0 40px;
    border:1px solid #d4d4d4;
    margin:0;
    color:inherit;
    background-color:#eaeaea;
    margin-left: 160px;
}
input.submit:hover{
    border:1px solid #eaeaea;
    background-color:#d4d4d4;
}

#formChSp {
    display:none;
}

.surveycol{
    width: 70px;
    display: block;
    float: left;
    font-size:10px;
}




#content #clearForm{
    left: 400px;
}

#content #submitForm{
    border:1px solid #004c7a;
    color: #d4d4d4;
    left:168px;
    background-color:#004c7a;
    width:auto;
    background-image:none;
    padding:1px 10px ;
    margin-left: 168px;
}
#content #submitForm:hover{
    border:1px solid #FFCC00;
}




