.wForm form .errFld {
     border-style: solid;
     border-color: #FFBBBB;
     border-width: 1px;
}

.wFormContainer .errMsg {
     color: #d60b12;
}

.wFormWebPage {
     background-color: #3f526f;
     background-repeat: repeat;
     background-position: 0.2px 0.2px;
}

.wFormContainer {
     background-color: #ffffff;
     border-style: solid;
     border-width: 10px;
     border-color: #cc9900;
     color: #003366;
     margin: 0 auto;
     font-family: Tahoma, Geneva, sans-serif;
     text-align: left;
     font-weight: inherit;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     font-size: 15px;
}

.wFormTitle {
     color: #003366;
     font-family: Tahoma, Geneva, sans-serif;
     background-repeat: repeat;
     text-align: center;
     font-size: large;
     border-style: solid;
     background-position: center;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #393939;
     color: #ffffff;
     border-style: solid;
     border-width: 1px;
     border-color: #393939;
}

.wForm legend {
     border-style: none;
}

.wFormContainer a {
     color: #cc9900;
}

.wForm .field-hint-inactive {
     color: #003366;
}

.wForm fieldset {
     border-width: 2px;
     border-style: solid;
     margin: 0 auto;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     font-family: Tahoma, Geneva, sans-serif;
}

.wForm .oneField {
     background-repeat: no-repeat;
     font-weight: inherit;
     border-style: none;
     color: #003366;
}

.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;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     font-family: Tahoma, Geneva, sans-serif;
}

.wForm .postField {
     font-family: Tahoma, Geneva, sans-serif;
}

.wForm .field-hint {
     font-family: Tahoma, Geneva, sans-serif;
}

