@charset "utf-8";
/* CSS Document */

#registercolumn, #logincolumn, #congratulation
{
	position:absolute;
	background: #393939;
	top: 10px;
	padding:15px 10px;
	/*height:350px*/;	
}
#registercolumn
{
	width: 330px;
	left: 270px; 
}

#logincolumn
{	
	width: 230px;
	left: 10px; 
}

#congratulation
{
	background:#393939 url(../img/images/marine_login.jpg) no-repeat 280px 25px;	
	left: 10px;
	/*height:350px;
	width: 570px;*/
}

#centered
{
	position:absolute;
	width: 50%;
	left: 50px;
	top: 70px;
	/*height:340px;*/
}

table, tr, td, th
{
font-size:11px;
	vertical-align:top;
	padding:5px;
	margin:0;
	width:100%;
	color:#898989;
	text-align:left;
}

label
{
	text-align:right;
}

input
{
width:130px;
}

span
{
font-size:9px;
color:#595959;
}

.register_box
{
height: 350px;
}

html>body .register_box
{
height: auto;
min-height: 350px;
} 

.register_box_congrat
{
height: 350px;
width: 570px;
}

html>body .register_box_congrat
{
width: auto;
height: auto;
min-width: 570px;
min-height: 350px;
} 
