form  {

 }


 fieldset  {
    border: 1px solid #666666;
    border-width: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    margin-bottom: 15px;
 }

 fieldset p   {
    clear: both;
 }


 label   {
    width: 150px;
    float: left;
    text-transform: uppercase;
    text-align: right;
    font-size: x-small;
    line-height: 25px;
    padding-right: 5px;
 }
 
 
 label.checkbox   {
    width: auto;
    float: none;
    display: inline;
 }
 
 
 label.vertical   {
    width: auto;
    float: none;
    display: inline;
 }

 fieldset p   {
    clear: both;
 }

 td label   {
    width: auto;
 }
 
 .sideBar label   {
    display: block;
    float: none;
    width: auto;
    text-align: left;
 }

 .fieldValue   {
    padding-top: 4px;
    margin-left: 160px;
 }

 .formButtons   {
    font-size: small;
    background: #efefef;
    padding: 5px;
    border: 1px solid #666666;

    background: #efefef;

    border-width: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
 }
 
 .fieldError   {
    font-size: smaller;
    color: red;
 }