.wForm input[type=button], .wForm input[type=submit] {
     background-color: #438bc5;
     background-repeat: no-repeat;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-weight: bold;
     font-size: 18px;
     border-radius: 10px;
     color: #faf7fa;
     text-align: center;
     border-style: none;
     height: 42px;
     padding: 5px;
     margin: 5px;
     width: 150px;
}

.wFormContainer {
     border-width: 1px;
     border-style: none;
     margin: 0 auto;
     font-family: Trebuchet MS, Helvetica, sans-serif;
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
}

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

.wFormTitle {
     font-family: Tahoma, Geneva, sans-serif;
     font-weight: bold;
}

.wForm .postField {
     height: px;
     padding: px;
}

