.rowForm{
    margin: 5px;
}
.rowFormButtons{
    margin: 5px;
    padding-left: 110px;
}
.label{
    float: left;
    width: 100px;
    line-height: 20px;
    text-align: right;
}
.textBox{
    border: 1px solid #333;
    line-height: 20px;
    margin-left: 10px;
    font-size: 11px;
    height: 16px;
}
.textArea{
    height: auto;
}
.button{
    background: #DFDFDF;
    border: 1px solid #929197;
}
.button:hover{
    background: #DDDDDD;
}
