.wFormWebPage {
     background-color: #33a9d8;
     background-image: none;
}

.wFormContainer {
     background-color: #ffffff;
     color: #2e423c;
     border-color: #f9cb8f;
     border-width: 0;
     font-family: Verdana, Geneva, sans-serif;
     -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     box-shadow: 0 5px 10px rgba(0,0,0,0.5);
     font-size: 13px;
     padding: px;
     margin: center;
     text-align: left;
     width: 50%;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
}

.wFormTitle {
     color: #2e423c;
     border-color: #2e423c;
     border-style: outset;
     border-width: 0px;
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: bold;
}

.wFormContainer a {
     color: #83c9e9;
}

.wForm fieldset {
     color: #2e423c;
     border-style: solid;
     border-width: 1px;
     -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     border-radius: 5px;
     font-size: 13px;
     font-weight: inherit;
}

.wForm legend {
     color: #33a9d8;
     font-family: Verdana, Geneva, sans-serif;
     font-weight: inherit;
     text-align: left;
     font-size: 18px;
     border-style: none;
     border-width: 0px;
     border-color: #33a9d8;
     padding: 0px;
}

.wForm .postField {
     color: #2e423c;
}

.wForm textarea {
     background-color: #FFFFFF;
}

.wForm input {
     background-color: #FFFFFF;
     border-color: #888888 #CCCCCC #CCCCCC;
}

.wForm form .primaryAction {
     background-color: #FFFFFF;
     color: #000;
     border-color: #999 #999 #555 #999;
}

.wForm form .primaryAction:hover {
     color: #187db3;
     border-color: #666 #666 #222 #666;
}

.wForm form .secondaryAction {
     color: #000;
}

.wForm form .secondaryAction:hover {
     color: #f00;
}

.wForm form .errFld {
     border-color: #f19181;
}

.wFormContainer .errMsg {
     color: #f19181;
}

.wFormContainer .wForm .hintsTooltip .field-hint, 
.wForm .hintsSide .field-hint {
     color: #6a95b0;
}

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

.wFormContainer .supportInfo a:link {
     color: #6b786d;
}

.wForm .primaryAction {
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/button_bg.gif) repeat-x scroll 0% 1em;
     color: #000;
     border-color: #999  #999 #555 #999;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

.wForm .wfPagePreviousButton {
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/button_bg.gif) repeat-x scroll 0% 1em;
     color: #000;
     border-color: #999  #999 #555 #999;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

.wForm .wfPageNextButton {
     background: #FFFFFF url(//www.tfaforms.com/theme-editor/images/button_bg.gif) repeat-x scroll 0% 1em;
     color: #000;
     border-color: #999  #999 #555 #999;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
}

.wFormContainer .wForm div > div.oneField, .wForm fieldset > div.oneField, .wForm form > div.oneField, .wForm fieldset, .wForm .matrixLayout, .wForm .gridLayout, .wForm h4, .wForm .wfPagingButtons, .wForm .actions {
     margin-top: 12px;
}

.wForm legend, .wForm h4 {
     font-weight: bold;
}

.wForm .oneField {
     font-weight: inherit;
     text-align: right;
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     padding: 4px;
     border-width: 1px;
     text-align: left;
     border-color: #469beb;
     border-style: solid;
}

.wForm .preField, .wForm .inlineLabel {
     font-weight: inherit;
     padding: 5px;
}

.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 .errMsg, .wForm form .errMsg {
     color: #000000;
}

