.rsformstyle2 {
     background: #333333 none repeat scroll 0px 0px;
     color: #ffffff;
     padding: 25px;
}

.rsformstyle2 #userForm {
    
}

.rsformstyle2 h2 {
     border-bottom: 1px solid #ffffff;
     float: left;
     font-size: 22pt;
     margin-bottom: 10px;
     padding-bottom: 10px;
     width: 100%;
}

.rsformstyle2 .formControlLabel {
     float: left;
     margin-bottom: 5px;
     width: 100%;
}

.rsformstyle2 textarea {
     min-height: 80px;
}

.rsformstyle2 .rsform-input-box, .rsformstyle2 .rsform-text-box, .rsformstyle2 .rsform-password-box, .rsformstyle2 .rsform-calendar-box, .rsformstyle2 .rsform-captcha-box, .rsformstyle2 .rsform-select-box {
     background: #ffffff none repeat scroll 0% 0%;
     border: 1px solid #b3b3b3;
     color: #333333;
     float: left;
     padding: 5px;
     width: 100%;
}

.rsformstyle2 .rsform-input-box:focus, .rsformstyle2 .rsform-text-box:focus, .rsformstyle2 .rsform-password-box:focus, .rsformstyle2 .rsform-calendar-box:focus, .rsformstyle2 .rsform-captcha-box:focus, .rsformstyle2 .rsform-select-box:focus {
     background: #f6f6f6 none repeat scroll 0% 0%;
     border: 1px solid #666666;
}

.rsformstyle2 .rsform-calendar-button {
     background: rgba(0, 0, 0, 0) url("../images/ico-calendar.png") no-repeat scroll center center;
     border: 0px none;
     cursor: pointer;
     height: 24px;
     padding: 3px;
     text-indent: -1234px;
     width: 24px;
}

.rsformstyle2 .rsform-submit-button, .rsformstyle2 .rsform-button {
     color: #ffffff;
     padding: 6px 12px;
}

.rsformstyle2 .rsform-reset-button {
     background: #e5e3e3 url("../images/bg-reset-button.gif") repeat-x scroll 0% 0%;
     border: 1px solid #dddddd;
     color: #515151;
     padding: 6px 12px;
}

.rsformstyle2 .rsform-block {
     float: left;
     margin-bottom: 15px;
     width: 100%;
}

.rsformstyle2 .rsform-input-box.rsform-error, .rsformstyle2 .rsform-text-box.rsform-error, .rsformstyle2 .rsform-password-box.rsform-error, .rsformstyle2 .rsform-calendar-box.rsform-error, .rsformstyle2 .rsform-captcha-box.rsform-error, .rsformstyle2 .rsform-select-box.rsform-error {
     background: #fbe3e4 none repeat scroll 0% 0%;
     border: 1px solid #e1b2b3;
}
