/* CSS Document */
#side_login .submit {
	border:0;
	background:transparent;
}

.login_title{
	font-size: 13px;
	color:#FFFFFF;
	font-weight:bold;
}
.login_message {
	font-size:0.8em;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

.login_text{
	font-size: 0.8em;
	color:#333333;
	font-weight:bold;
	height: 25px;
	margin-bottom:0.25em;
}
.login_text_boxes{
	border: 1px solid #CCCCCC;
	font-size: 0.95em;
	padding:0.25em;
	width: 210px;
	margin-bottom:0.25em;
}
.login,
.login a{
	font-size: 13px;
}
.login a:link {
	color: #000000;
	text-decoration: underline;
}
.login a:visited {
	color: #000000;
	text-decoration: underline;
}
.login a:hover {
	color: #000000;
	text-decoration: underline;
}
.login a:active {
	color: #000000;
	text-decoration: underline;
}

#login_button{background:url(/html/images/bg/login_box_button.gif) no-repeat; width:122px; height:22px; border:none; cursor:pointer; display:block; color:#C00; float:right; font-size:0;}
