@charset "utf-8";
/* CSS Document */
body{
font-family:Tahoma;
font-size:11px;
}
a{
color:#FFFFFF;
text-decoration:underline;
}
form{
padding-top:15px;
}
.error{
color:#ff6600;
}
.inputs{
border-bottom:1px solid #d4d0c8;
border-right:1px solid #d4d0c8;
border-top:1px solid #808080;
border-left:1px solid #808080;
font-family:Tahoma;
font-size:11px;
padding-left:5px;
}
.submits{
font-family:Tahoma;
color:#2a7e40;
font-weight:bold;
text-decoration:underline;
}
.splitter{
height:135px;
width:400px;

}
.row1{
height:45px;
background-color:#33cc00;
}
.row1_b{
background-image:url(../siteimg/login_corner.jpg);
background-position:left top;
background-repeat:no-repeat;
}
.row2{
height:120px;
background-color:#efefef;
background-image:url(../siteimg/login_background.jpg);
background-position:top;
background-repeat:repeat-x;
padding:20px 5px 5px 5px;
}
.row3{
background-color:#efefef;;
background-image:url(../siteimg/login_corner2.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}