.wFormWebPage {
     background-color: #e8c87e;
     background-image: url("//collegebound.tfaforms.net/theme-editor/images/flora.png");
     background-repeat: repeat;
}

.wFormContainer {
     background-color: #dceb6c;
     color: #1e4766;
     border-color: #483a3a;
     border-style: solid;
     border-width: 1px;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     -moz-box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     box-shadow: 0 2px 8px rgba(0,0,0,0.3);
     margin: 0 auto;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
}

.wFormContainer a {
     color: #de554b;
}

.wForm fieldset {
     color: #618077;
     border-color: #f9cb8f;
     border-width: 1px;
     border-style: dotted;
     margin: 0 auto;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
}

.wForm legend {
     color: #de554b;
}

.wForm .postField {
     color: #618077;
}

.wForm textarea {
     background-color: #FFFFFF;
     border-color: #888888 #CCCCCC #CCCCCC;
     background: #FFFFFF url(//collegebound.tfaforms.net/theme-editor/images/input_bg.png) repeat-x -2px -2px;
     border-style: solid;
     border-width: 1px;
     padding: 1px 1px 1px 1px;
}

.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: #ffffff;
}

.wFormContainer .wForm .hintsTooltip .field-hint,
.wForm .field-hint {
     color: #576c7a;
}

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

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

.wForm .oneField input {
     background: #FFFFFF url(//collegebound.tfaforms.net/theme-editor/images/input_bg.png) repeat-x -2px -2px;
     border-color: #888888 #CCCCCC #CCCCCC;
     border-style: solid;
     border-width: 1px;
     padding: 2px 0 2px 2px;
}

.wForm .oneChoice input {
     border: none !important;
     background: none !important;
}

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

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

.wFormTitle {
     font-family: Verdana, Geneva, sans-serif;
     font-weight: bold;
     font-size: 22px;
     text-align: center;
     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;
}

.wForm .primaryAction, .wForm .secondaryAction, .wForm .wfPagePreviousButton, .wForm .wfPageNextButton {
     box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
     border-width: 1px;
     border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.3) rgba(0,0,0,0.8) rgba(0,0,0,0.3);
     border-radius: 5px;
     background-image: -moz-linear-gradient(top, transparent 50%, rgba(0,0,0,.10) 51%, rgba(0,0,0,.10));
}

.wForm .secondaryAction, .wForm .primaryAction, .wForm .wfPagePreviousButton, .wForm .wfPageNextButton {
     background-image: -webkit-linear-gradient(top, transparent 50%, rgba(0,0,0,.10) 51%, rgba(0,0,0,.10));
}

.wForm .secondaryAction, .wForm .primaryAction, .wForm .wfPageNextButton, .wForm .wfPagePreviousButton {
     background-image: linear-gradient(top, transparent 50%, rgba(0,0,0,.10) 51%, rgba(0,0,0,.10));
}

.wForm .primaryAction:hover, .wForm .secondaryAction:hover, .wForm .wfPagePreviousButton:hover, .wForm .wfPageNextButton:hover {
     border-color: rgba(0,0,0,0.5) rgba(0,0,0,0.7) rgba(0,0,0,0.9) rgba(0,0,0,0.7);
     box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.35);
}

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     border-style: solid;
}

.wForm legend, .wForm h4 {
     font-size: px;
}

.wForm .field-hint {
     color: #385c13;
     background-color: #385c13;
}

