@charset "utf-8";
/* 
CSS Information
 File name:      login.css
 Author:         Administrator
 Style Info:     /sp/login.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */


/* #door
********************************** */

#content input[type="text"] {
	width: 90%;
	height: 25px;
}

#content input[type="submit"],
#content input[type="reset"] {
	font-size: 123.1%;
}

#content dl {
	width: 85%;
	margin: 15px auto;
}

.alignC {
	text-align: center;
}