@charset "utf-8";

/*website users forms*/
.wsuFormArea { padding:10px 0px 0px 10px;}

.wsuTextFieldLabel { float:left; width:160px; padding:0px 10px 10px 0px; padding-right:10px; text-align:right; }
.wsuTextFieldDesc { padding:10px 0px 5px 170px; font-size:80%; }
.wsuTextField { float:left; }

.wsuCheckboxLabel { float:left; }
.wsuCheckboxDesc { padding:10px 0px 15px 0px; font-size:80%; }
.wsuCheckbox { float:left; width:160px; padding:0px 10px 10px 0px; text-align:right; }

.wsuButton { padding:10px 0px 10px 170px; }

.wsuLink { padding:10px 0px 5px 170px; }

.wsuDeactivationLink { text-align:right; margin:5px 0px 0px 20px; padding-top:5px; border-top:1px solid #ccc}

.wsuAlertMessage { padding:10px 0px 10px 10px; font-weight:bold; color:#f00; }

.wsuAlertActive { color:#f00; }
.wsuAlertDeactivated {  }
/*//website users forms*/
