.formelement{
    clear: both;
}
label{
    display: block;
}
.col_form_1{
    position:relative;
    width:235px;
    float:left;
    margin:0;
    overflow:hidden;
}


.col_form_2{
    position:relative;
    margin:0;
    overflow:hidden;
    clear: right;
}

.col_form_2 input.text, select {
    width:459px;
    border: 1px solid #ccc;
}

.col_form_2 input.text,textarea{
    padding:2px;
    float:left;
    border: 1px solid #ccc;
    color:#222;
    background-color: #fff;
}
.emptymandatory, .emptymandatory a{
    background-color: #a9112c !important;
    color: #fff !important;
}

.col_form_2 textarea {
    width:459px;
}

.col_form_2 select{
    border:1px solid #ccc;
    color: #222;
    width: 465px;
}

.col_form_2 input.checkbox, .col_form_2 input.radio{
    margin:0 5px 0 0;
}
.optiongroup{
    padding-top: 1px;
    display: block;
    clear: both;
}
.optiongroup input{
    display: block;
    float: left;    
}
.optiongroup a{
    display: block;
    float: left;
    width: 430px;
}
.optiongroup a:hover{
    text-decoration: none;
}

input.submitForm{
    color: #000;
    display:block;
    padding: 0 5px;
    border:1px solid #999;
    margin:0;
    background-color:#fff;
    font-family: "Times New Roman", Times, Arial, sans-serif;
    font-size: 12px;
    
}
input.submitForm:hover{
    border:1px solid #ccc;
    background-color:#ccc;
}

#formChSp {
    display:none;
}

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




#content #clearForm{
    left: 400px;
}

#content #submitForm{

    left: 400px;
}





