@charset "utf-8";
/* CSS Document */
.loginform {padding-top:1px;padding-left:4px;}
form.loginform{width:200px;}
.loginform input[type="text"], .loginform input[type="password"] {border:none;border-bottom:1px dashed #666;background:#B0D1F7;width:50px;height:12px;}
.loginform input[type="text"]:hover, .loginform input[type="password"]:hover {border-bottom:1px solid #000;}
.loginform input[type="submit"] {height:12px;width:34px;background:url(/images/login_submit.png) no-repeat left top; border:none;}

