div.row span.form input, div.row span.formsmall input, div.row span.button input, div.row span.form textarea, div.row span.form select, div.row span.form2 input, div.row span.form2 textarea, div.row span.form2 select {
     color: #000;
     font-family: Verdana, Arial, Helvetica, Sans-serif;
     font-size: 11px;
     }

div.row {
     clear: both;
     padding-top: 10px;
     height: 10px;
     }

div.row span.req {
     float: left;
     width: 10px;
     text-align: left;
     color: #c00;
     font-weight: bold;
     line-height: 17px;
     }

div.row span.label {
     float: left;
     width: 70px;
     text-align: left;
     color: #000000;
     font-weight: bold;
     line-height: 17px;
     }

div.row span.labelnr {
     float: left;
     width: 70px;
     text-align: left;
     color: #000000;
     line-height: 17px;
     }

div.row span.form, div.row span.button {
     float: left;
     width: 150px;
     text-align: left;
     }

div.row span.form input, div.row span.form textarea, div.row span.form select {
     width: 150px;
     border: 1px solid #CDCDCF;
     background: #EDEDEF;
     }

div.row span.form textarea {
     height: 106px;
     background: #EDEDEF;
     }

div.row span.button input {
     background: #EEEEEE;
     border: 1px solid #CDCDCF;
     color: #000000;
     font-weight: bold;
     }


