﻿   
#layout-wrapper {
    margin-top: 40px;
}

#logo {
    width: 200px;
    float: left;
}

#banner {
    float:left;
}

#loginStatus {
    float:right;
}

#contentplaceholder {
    margin-top: 10px;
}

/*label {
    width: 100px;
}*/
   
#contentplaceholder div {
    margin-top: 10px;
}

.datalabel {
      width:150px;    /*Or however much space you need for the form’s labels*/
     float:left;
 }

td, th {
    padding: 5px;
}

.waitdiv {
    border: thin solid black;
    width: 200px;
    height: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -40px;
    font-size: x-large;
    color: Red;
    background-color: #C0C0C0;
    padding: 10px;
}


.inputTable tr {
    margin: 5px;
    vertical-align: top;
}
.inputTable td {
    padding: 5px;
}
