#myGrantsWrapper{
    width : 90%;
    margin : 25px 5%;
}
table{
    width : 100%;
}
th{
    border : none;
    text-align : left;
}
div#myGrantsWrapper table td {
    border-top: 1px dotted #999;
    padding: 11px 10px;
}
#mainContent h3 {
    font-size: 17px;
    margin-top: 0px;
    color: #f47920;
    font-weight: normal;
}
#mainContent h2 {
    font-size: 20px;
    margin-bottom: 3px;
}

#newUserRow{
    clear : both;
    float : left;
    width : 100%;
}
#newUserRow #label{
    width : 75px;
    float : left;
    margin : 0 0 0 300px;
}
#newUserRow input{
    float : left;
    margin : 0 0 0 25px;
}
#newUserRow input#createNewButton{
    margin-top : -5px;
}
#newUserRow input#user{
    width : 300px;
}
