.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 fieldset {
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     border-style: none;
}

.wFormContainer {
     color: #85868a;
}

.wFormTitle {
     color: #647e8f;
}

.wForm legend, .wForm h4 {
     color: #04a6b5;
     font-weight: bold;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #04a6b5;
     color: #ffffff;
     text-align: center;
}

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

.wForm input[type=text], .wForm input[type=password], .wForm input[type=file], .wForm textarea, .wForm select {
     padding: px;
     border-style: solid;
     border-width: px;
     border-color: #d1d1d1;
     background-color: #f2f2f2;
}

