.wFormWebPage {
     background-image: none;
}

.wFormContainer {
     border-width: 3px;
     border-style: solid;
     margin: 0 auto;
     -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);
     -moz-border-radius: 12px;
     -webkit-border-radius: 12px;
     border-radius: 12px;
     background-color: #fcfcfc;
     border-color: #3488db;
     font-family: Arial, Arial, Helvetica, sans-serif;
     font-size: 14px;
}

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

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

.wFormTitle {
     font-family: Arial, Arial, Helvetica, sans-serif;
     color: #424242;
     font-weight: bold;
     font-style: inherit;
     text-align: inherit;
     font-size: px;
}

.wForm input[type=button], .wForm input[type=submit] {
     background-color: #3498db;
     color: #ffffff;
     border-radius: 10px;
     border-style: none;
     padding: 7px 14px;
     font-size: 15px;
     font-weight: inherit;
}

