.labelclass {
        font-family:Arial;
        font-size:14px;
        color: #00000;
        text-decoration: bold;
}

.inputclass {
        font-family: Verdana,Arial;
        font-size:12px;
        color: #00000;
        text-decoration: bold;
        text-align:left;
        
}
.inp-text {
width:260px;
}

.inp-select {
        font-family: Verdana,Arial;
        font-size:12px;
        color: #00000;
        text-decoration: bold;
        text-align:left;
        width:265px;
}

.inp-checkbox {
        font-family: Verdana,Arial;
        font-size:12px;
        color: #00000;
        text-decoration: bold;
        text-align:left;
}
.tableclass {
        font-family: Verdana,Arial;
        font-size:12px;
        color: #00000;
        text-decoration: none;
        border:0px;
        cursor:default;
}

.mandatory_attr {
     color: #ff0000;
     font-weight: bold;
}
