#ValidationTable {
    margin-bottom: 10px;
    /*width:271px;*/
    /*width:200px;*/
    width: 100%;
}

#validationbar #ValidationTable .lcname {
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
    width: 70px;
    text-align: center;
    height: 35px;
    padding-bottom: 5px;
    font-size: 10px;
}

#validationbar #ValidationTable .lcdesc {
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
    width: 70px;
    text-align: center;
    height: 35px;
    font-size: 10px;
    /*cursor:help;*/
}

#validateButtons {
    margin-top: 10px;
    /*margin-bottom:10px;*/
    text-align: center;
}

.val_input {
    width: 200px;
}

#dropdowncontainer_1 {
    width: 228px !important;
}

#dropdown_1_list {
    width: 218px;
}

#dropdowncontainer_2 {
    width: 228px !important;
}

#dropdown_2_list {
    width: 218px;
}


#dropdowncontainer_3 {
    width: 228px !important;
}

#dropdown_3_list {
    width: 218px;
}

#dropdowncontainer_4 {
    width: 228px !important;
}

#dropdown_4_list {
    width: 218px;
}

#vertical_good{
    background: url(../../img/validation/vertical_good.png) no-repeat center center;
}

#vertical_notsure{
    background: url(../../img/validation/vertical_notsure.png) no-repeat center center;
}

#vertical_bad {
    background: url(../../img/validation/vertical_bad.png) no-repeat center center;
}