.wFormTitle {
     color: #f7951e;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 18px;
}

.wFormContainer {
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     color: #483b2f;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     border-color: #f7951e;
     border-style: solid;
     border-width: 2px;
}

.wForm fieldset {
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 18px;
     color: #f7951e;
     border-style: solid;
}

.wForm input[type="text"], .wForm input[type="password"], .wForm input[type="file"], .wForm textarea, .wForm select {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wForm input[type="button"], .wForm input[type="submit"] {
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
}

.wFormContainer a {
     color: #f7951e;
}

.wForm legend, .wForm h4 {
     color: #f7951e;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 18px;
}

.wForm .oneField {
     color: #483b2f;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 14px;
}

.wForm .preField, .wForm .inlineLabel {
     color: #483b2f;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 14px;
}

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

.wForm .postField {
     color: #483b2f;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     font-size: 14px;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #f6951e;
     color: #ffffff;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     border-radius: 3px;
}

.wForm .field-hint {
     color: #483b2f;
     font-size: 12px;
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
}

.wForm .field-hint-inactive {
     color: #483b2f;
     font-size: 12px;
}

.wForm .label.reqMark:after {
     font-size: 14px;
     color: #f6951e;
}

.wFormContainer .errMsg, .wForm form .errMsg {
     font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
     color: #f6951e;
     font-size: 14px;
}

.wForm form .errFld {
     background-color: #7ec9e6;
     border-color: #7ec9e6;
     border-style: solid;
}

.wForm #wfTabNav {
     color: #f6951e;
     font-size: 12px;
}

