﻿.userPanel {
    width: 1024px;
    height: 768px;
    position: absolute;
    left: 50%;
    top:10px;
    /* the image is 50x57, so we use negative margins of 1/2 that size to center it*/
    margin: 0 0 0 -512px;
}
.inputTable{
    margin:20px;
}
.inputTable td{
    height:40px;
    text-align:left;
}
.inputTable .labelCell{
    /*padding: 0 10px 12px 0;*/
}
.inputTable .valueCell{
    padding: 0;
}
