* {
	margin:0;
	padding:0;
	font-family: arial,sans-serif;
}

#login_bg {
	text-align: center;
}

#login_contents {
	width: 311px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 200px;
}

#login_main {
	height: 95px;
	text-align: right;
	background: url(../../images/login_header.gif) no-repeat;
	padding-top: 63px;
	padding-right: 60px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
.login_input_size {
	vertical-align: middle;
	width: 130px;
	height: 15px;
	margin-bottom: 2px;
}
#login_footer {
	margin-top: 10px;
	font-size: 10px;
	color: #999999;
	text-align: center;
}

#login_footer a {
	text-decoration: underline;
	font-size: 10px;
	color: #0000ff;
}

#login_message {
	margin-top: 10px;
	font-size: 12px;
	font-weight:bold;
	color: #ff0000;
	text-align: center;
}
a:link{
    text-decoration:underline;
    color:#ffffff;
}
a:visited{
    text-decoration:underline;
    color:#ffffff;
}
a:hover{
    text-decoration:underline;
    color:#ffffff;
}


div.mainpage_head {
	height: 40px;
}

