@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
* {
	margin:0;
	padding:0;
}
a:hover {
	color:#F00;
	cursor:pointer;
}
#login_face {
	width:390px;
	position:relative;
	left:280px;
	top:260px;
}
#login_face tr td input {
	width:120px;
	height:25px;
	line-height:25px;
}
#login_face .log_submit {
	width:50px;
	height:25px;
	text-align:center;
	line-height:25px;
}
#login_face tr .std {
	width:130px;
	text-align:center;
}
#login_face tr .dtd{ font-size:14px; color:#F00; font-weight:bold;}
#login_face tr .etd{ font-size:20px; font-family:Tahoma, Geneva, sans-serif; color:#06C;}
.welcome{ width:100px; height:25px; position:absolute; right:550px; bottom:260px;}