@charset "utf-8";
/* CSS Document */
/* table *****************/
#reprt_login
{
    width:380px;
    margin:0 auto;
}
#reprt_login #reprt_loginbox
{
	background-image:url(../img/report/bg_r_memberlogin.gif);
	background-repeat:repeat-y;
    padding:10px 10px 0 10px;
    font-size:9px;
    text-align:center;
}
#reprt_login #reprt_loginbox input
{
	margin-bottom:3px;
}
#reprt_login #reprt_loginboxbottom
{
	background-image:url(../img/report/bg_r_memberlogin_b.gif);
	background-repeat:no-repeat;
    height:20px;
}


