#sf_guard_auth_form{
background:url(../images/bg_login.png) no-repeat;
font-size:13px;
margin-top:25px;
padding:10px 20px;
margin-left:360px;
width:254px;
height:184px;
color:#0cc005;
}
#sf_guard_auth_form span{
font-size:15px;
font-weight:bold;
color:#666666;
}
#sf_guard_auth_form .form-row{
width:200px;
display:block;
}
#sf_guard_auth_form .form-row2{
width:200px;
display:block;
text-align:left;
}
#sf_guard_auth_form fieldset{
border:none;
}
#sf_guard_auth_form .submit_login{
position:absolute;
border:none;
background:url(..images/blank.gif) repeat;
width:100px;
font-size:13px;
text-decoration:underline;
cursor:pointer;
margin-top:120px;
margin-left:160px;
}

/* ERROR LIST */
.error_list{
list-style-type:none;
}
.error_list li{
background:url(../images/bullet.gif) no-repeat;
padding-left:20px;
}
h3.error_title{
color:#c11720;
font-size:27px;
font-weight:normal;
margin-top:22px;
}
h3.secure_title{
color:#0377AA;
font-size:27px;
font-weight:normal;
margin-top:22px;
}
dl.error_info dt{
font-weight:bold;
margin-top:5px;
}
