.wFormTitle {
     color: #2b3890;
}

.wForm .preField, .wForm .inlineLabel {
     color: #2b3890;
     font-weight: bold;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     margin: px;
     height: 25px;
     font-size: 17px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     color: #9c8d7a;
     margin: px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 17px;
}

.wForm .postField {
     color: #9c8d7a;
     height: 30px;
     padding: 10px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 17px;
}

.wForm input[type=button], .wForm input[type=submit] {
     color: #ffffff;
     background-color: #2b3a8f;
     border-width: 1px;
     border-radius: 23px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     width: 200px;
     height: 50px;
}

.wForm .label.reqMark:after {
     color: #2b3890;
}

.wForm .field-hint {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-style: italic;
     color: #9c8d7a;
}

.wForm .field-hint-inactive {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-style: italic;
     color: #9c8d7a;
     height: px;
     padding: 10px;
     margin: 5px;
}

.wForm .oneField {
     font-family: Lucida Console, Monaco, monospace;
     color: #9c8d7a;
     margin: 25px;
     padding: px;
     font-size: 17px;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file] {
     width: 524px;
     height: 30px;
}

.wForm textarea {
     width: 524px;
     height: 200px;
}

