@charset "utf-8";
/* CSS Document */

.login {
background: url('/images/loginbg.gif') center center no-repeat;
width: 252px;
height: 252px;
text-align: center;
margin: auto;
font-weight: bold;
margin-bottom: 15px;
}
.login p{
margin-bottom:3px;	
}
.login form {
margin:0;
padding:0;
}
.login input[type="text"], .login input[type="password"]{
text-align: center;
}
.login input[type="submit"] {
	font-weight: bold;
	margin-top: 5px;
}