.wForm fieldset {
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 18px;
     border-style: dotted;
     border-width: 1px;
}

.wFormTitle {
     color: #7f5aa1;
     font-size: 36px;
     font-weight: bold;
}

.wForm legend, .wForm h4 {
     color: #7f5aa1;
     font-weight: bold;
     font-size: 18px;
     border-radius: 7px;
     border-style: none;
}

.wForm .oneField {
     color: #626262;
     font-weight: inherit;
     border-width: px;
     border-style: none;
     margin: 6px;
}

.wForm .preField, .wForm .inlineLabel {
     color: #616161;
}

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

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     background-color: #e8e8ea;
     border-width: px;
     border-color: #ffffff;
     border-style: none;
}

.wForm input[type=button], .wForm input[type=submit] {
     height: px;
     color: #f2f2f2;
     background-color: #7f5aa1;
     font-weight: bold;
     font-size: 26px;
     font-family: inherit;
     border-color: #7f5aa1;
     border-style: solid;
     border-radius: 0px;
     border-width: 4px;
}

.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 .postField {
     color: #626262;
}

