.FormsTab {
border:solid #ccc;
border-width:0;
margin:0;
padding:10px 20px 10px 0;
width: 80%;
}

.FormsCapt {
font-family:Verdana;
font-size:1em;
font-weight:400;
padding:0 10px 0 0;
}

.FormsCapt img {
display:block;
line-height:100px;
}

.FormsInfo {
color:red;
font-family:Verdana;
font-size:1em;
font-weight:400;
line-height:1.5em;
border:solid red;
width:auto;
text-align:left;
border-width:0;
margin:0 0 10px;
padding:10px 10px 10px 0;
}

.FormsInfo strong {
text-decoration:underline;
}

.FormsInput,.FormsSelect {
color:#444;
background:url("/img/bginput.gif");
background-position:top;
background-repeat:repeat-x;
border:solid #aaa;
padding-left:5px;
width:100%;
font-family:Verdana;
font-size:1em;
font-weight:700;
border-width:1px;
}

.FormsInputHover {
color:#444;
background:#eee;
background-position:top;
background-repeat:repeat-x;
border:solid #9c0;
padding-left:5px;
width:100%;
font-family:Verdana;
font-size:1em;
font-weight:700;
border-width:1px;
}

.FormsTextarea {
color:#444;
background:url("/img/bginput.gif") #fff;
background-position:top;
background-repeat:repeat-x;
border:solid #aaa;
width:100%;
font-family:Verdana;
font-size:1em;
font-weight:400;
border-width:1px;
padding:5px;
}

.FormsTextareaHover {
color:#444;
background:#eee;
background-position:top;
background-repeat:repeat-x;
border:solid #9c0;
width:100%;
font-family:Verdana;
font-size:1em;
font-weight:400;
border-width:1px;
padding:5px;
}

.FormsButton {
border:solid #9a6;
background:#9A6;
color:#fff;
font-family:Verdana;
font-size:1em;
font-weight:400;
width:120px;
height:23px;
border-width:1px;
margin:10px 10px 10px 0;
}

.FormsButtonHover {
border:solid #fff;
background:#fff;
color:#9a6;
font-family:Verdana;
font-size:1em;
font-weight:400;
width:120px;
height:23px;
border-width:1px;
margin:10px 10px 10px 0;
}

.FormsCheckBox {
border:solid #ccc;
width:20px;
border-width:1px;
}

#signupform div {
border-spacing:0;
border-collapse:collapse;
empty-cells:show;
}

#signupform .status {
padding-top:2px;
white-space:nowrap;
}

#signupform label.error {
background:url("unchecked.gif") no-repeat;
padding-bottom:2px;
font-weight:400;
color:#f00;
}
