#login_box, #register_box
{
	border: 1px solid #6287be;
	background-color: #bfcae2;
	width: 300px;
	height: 115px;
	padding-top: 3px;
	}

#login_box 
{ 
	float: right;
	margin: 0px 22px 15px 0px;
}

#register_box 
{ 
	float: left;
	margin: 0px 0px 15px 22px;
}

.login
{
	width: 100%;
	height: 100%;
}

#register_container
{
	border: 0px none;
	width: 100%;
	height: 100%;	
}

#register_content, .register_link
{
	font-size: 13pt;
	color: #000000;	
}

#register_content
{
	vertical-align: middle;
	text-align: center;
}

.loginlabel, .logincheckbox
{
	color: #000000;
}


.logintextbox
{
	width: 150px;
}

a.register_link:link, a.register_link:visited, a.register_link:active
{
	color: #000000;
	text-decoration: underline;
}

a.register_link:hover
{
	color: #222222;
	text-decoration: underline;
}
