#LoadingDiv {
top: 50%;
left: 50%;
position: fixed;
z-index: 999;
}

table.configtable td {

border:0px;
}

.w20{
    width:20px;
}
.w80{
    width:80px;
}
.w100{
    width:100px;
}
.w120{
    width:120px;
}
.w150{
    width:150px;
}
.w200{
    width:200px;
}
.w250{
    width:250px;
}
.ml300{
    margin-left:300px !important;
}
.white{
    color:white !important;
}

.red{
    color:red !important;
}

.error-message{
    color:red;
}

.error label{
    color:red;
    font-weight: bold;
}