.cssform p{
width: 400px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 175px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cmdButtons{background-color:#d1e9f0;border-bottom: #104a7b 2px solid;border-left: #afc4d5 2px solid;border-right: #104a7b 2px solid;border-top: #afc4d5 2px solid;color:#0000ff;font-family:Tahoma,'Trebuchet MS', Arial, Verdana;font-size: x-small;cursor:pointer;}
.formFields{font-weight: 500;font-size: small;color: #000000;font-style: normal;font-family: Verdana,Tahoma,Arial;text-align: left;font-variant: normal;text-decoration: none;}

