.wFormContainer {
     border-width: 1px;
     border-style: solid;
     margin: 0 auto;
     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);
}

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

.wFormTitle {
     font-family: Impact, Charcoal, sans-serif;
     letter-spacing: 0.1em;
     font-weight: bold;
}

