#loginform
{
font-size: 16px;
background: #ffffff scroll repeat 0 0;
/*border: 2px solid #666666;*/
text-align: left;
/*width: 400px;*/
}
#loginform .title
{
color: #FFFFFF;
background: #990000 scroll repeat left top;
font-weight:bold;
height:34px;
position: relative;
line-height: 34px;
overflow: hidden;
text-transform: uppercase;
}
#loginform .title div
{
font-size: 16px;
margin-left:12px;
}
#loginform .title .closeDOMWindow
{
float: right;
text-decoration: none;
color:#ffffff;
padding-right:2px;
}
#loginform .ajaxform_invalid{
background: #ffdddd none repeat scroll 0 0;
}
#loginform .ajaxform_error{
display: none;
color:red;
font-size: 11px;
line-height: 13px;
}
#loginform #msg{
display:none;
background:#FBE3E4 none repeat scroll 0 0;
color: red;
padding:0.5em;
border-color:#FBC2C4;
font-size: 13px;
font-weight:bold;
}
#loginform dl {
font-size:13px;
line-height:22px;
}
#loginform dl dt{
clear:left;
color:#666666;
float:left;
font-weight:bold;
width:100px
}
#loginform dl dd {
margin-left: 110px;
padding-bottom: 8px;
}