html,body { margin:0;padding:0; }
body { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;}

form {margin: 0px; padding: 0px;}
table, tr, td, p {font-size: 10px; font-family : Verdana,  Arial, Helvetica, sans-serif; }

.labelTxt {color: #404040; font: 12px Verdana, Arial, sans-serif;  font-weight: bold;}

.labelBox { background-color: #e6e6e6;  height:20px;}

TEXTAREA, INPUT {
    border : 1px solid #999999;
    background-color : #eef2fb;
    font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size : 9px;
    vertical-align : middle;
}


SELECT{
    border : 1px solid #999999;
    background-color : #eef2fb;
    font-family : Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size : 10px;
    vertical-align : middle;
}


.bigSelect {
    width: 150px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: #eef2fb;
    vertical-align: middle;
}

#container {
display: block; width: 400px; min-height:500px; height:auto!important; height/**/:500px;  position: relative; overflow: visible;
}

#freezeDiv {
background-color: #efefef; z-index: 199; display: none;width: 400px; height: 500px; position: absolute; top:0px; left:0px;
}

#workArea {
position: absolute; top: 0px; left: 0px;  z-index: 190; width: 400px; height: 500px;
}
#workArea table {
 width: 400px;
}


#statsDiv {
position: absolute; top: 170px; left: 0px; width: 400px; height:350px;
}
#statsDiv table {
width: 400px;
}

#loaderDiv {
display:none; z-index:999; position: absolute; top: 170px; left: 0px; width: 400px; height:350px; margin: 1px;
}
