@charset "utf-8";
/* CSS Document */


#register_header
{
	position:relative;
	height:35px;
	width:615px;
	border:solid 1px #cccccc;
	background:url(/images/register_header_bg.jpg) repeat-x;
	margin-bottom:8px;
}

#register_header #register_header_white
{
	position:relative;
	height:23px;
	width:603px;
	padding:5px;
	border:solid 1px #ffffff;
	background:url(/images/register_header_bg.jpg) repeat-x;
}


#register_existing_customers
{
	position:relative;
	float:left;
	width:284px;
	padding:10px;
	background:#D7EAEE;	
	min-height:200px;
	background:url(/images/login_left.gif) no-repeat;	
}

#register_existing_customers h2
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#D3B02E;
}

.register_existing_text,
.register_existing_text a:link,
.register_existing_text a:visited
{color:#000000;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
font-weight:normal;
}

.register_existing_text a:hover
{
text-decoration:underline;
font-size:11px;
}

.login_bottom
{background:url(/images/login_bottom.gif) no-repeat;
height:226px;
float:left;
width:625px;
margin-left:100px;
position:relative;
}

#register_new_customers
{
	position:relative;
	float:left;
	width:250px;
	height:200px;
	margin-left:20px;
	padding-top:10px;
}



#register_new_customers h2
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#99CCFF;
margin:0px;
padding:0px;
}


#register_main
{
	position:relative;
	width:600px;
	border:solid 1px #cccccc;
	background:url(/images/register_main_bg.jpg) repeat-x;	
}

#register_main #register_main_white
{
	position:relative;
	width:588px;
	padding:5px;
	border:solid 1px #ffffff;
}


.register_textbox
{
	position:relative;
	height:16px;
	border:solid 1px #999999;
	background:url(/images/txtbox_bg.jpg);
	width:225px;
	float:left;
	padding-top:3px;
}

.register_disbaled
{
	position:relative;
	height:16px;
	border:solid 1px #cccccc;
	background:#e0e0e0;
	color:#999999;
	width:225px;
	float:left;
	padding-top:3px;
}
