﻿
body
{
	margin:0px;
	padding:0px;
	background-color:#CFCFCF;
}
.clearBoth
{
	clear:both;
}
/* register.aspx */

.register_body
{
	background-color:#CFCFCF;
}
.register_main_div
{
	display:table;
	margin:0px auto;
	/*background:url(../images/register_bg.jpg) repeat-x;
	width:100%; 
	height:768px; 
	*/
}
.register_content
{
	background:url(../images/register_content_bg.jpg) no-repeat;
	width:640px;
	height:600px;
	float:left;
	margin-left:20px;
	display:table;
	margin-top:30px;
}

.register_logo
{
	text-align:left;
	margin-top:18px;
	margin-left:18px;
	display:table;
}

.register_title
{
	margin-top:5px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#2E2E2E;	
	display:inline;
	float:left;
	margin:52px 0px 0px 4px;
}

.register_line
{
	margin:0px auto;
	margin-top:5px;
	margin-bottom:5px;
	background:url(../images/line1.jpg) no-repeat center;
	width:530px;
	height:2px;
}

#register_table
{
	border:0;
	text-align:left;
	font-size:12px;
}
.registertxt
{
	height:14px;
	width:200px;
	border:solid 1px #C5C5C5;
}
.register_td1
{
	text-align:right;
	color:#2E2E2E;
	font-size:12px;
}

.register_btn
{
	margin-top:15px;
	text-align:center;
}

.register_star
{
	margin-left:3px;
	margin-right:3px;
	color:#2E2E2E;
}


