/* CSS Document */

.text-white {
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
}


.line-dotted {
	float:none;
	clear:both;
	height:1px;
	line-height:1px;
	border-bottom:1px dotted #b3b3b3;
}


.line-dotted-brown {
	float:none;
	clear:both;
	height:1px;
	line-height:1px;
	border-bottom:1px dotted #7c6e57;
}

#register-title {
	width:850px;
	background-color:#333333;
	filter: Alpha(Opacity=85); 
	-moz-opacity:0.85; 
	opacity: 0.85;
	z-index: 500; 	
}

#register-title .register-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
	line-height:47px;
	text-indent:50px;
	margin-bottom:13px;
}


#register-title #tabs {
	margin-left:50px;
	float:none;
	clear:both;
	height:26px;
	border-bottom:1px solid #e1d68b;	
}

#register-title #tabs div {
	float:left;
	width:117px;
	height:26px;
	line-height:25px;
	text-align:center;
	padding-right:5px;

	font-weight:bold;
		
	background-image:url(../images/register/bg_tab.gif);
	background-position:0px;
	background-repeat:no-repeat;
	
	
	filter:alpha(opacity=90); 
	-moz-opacity:0.90; 
	opacity: 0.90;	
}


#register-title #tabs .li-on {
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	opacity: 1;
}

#register-title #tabs  {
	color:#93805b;
	text-decoration:none;
}

#register-title #tabs .li-on {
	color:#504033;
	text-decoration:none;
}


#register {
	width:850px;
	background-color:#333333;
}


#register #box {
	float:none;
	clear:both;
	border:16px solid #e7dc8e;
	background-color:#FFFFFF;
	padding-top:23px;
	padding-bottom:23px;
	padding-left:3px;
	padding-right:3px;
}


#register #heading {
	height:67px;
	line-height:65px;
	width:625px;
	margin:auto;
	color:#504033;
	font-weight:bold;
	font-size:14px;	
}

#register .text-error {
	line-height:33px;
	font-size:14px;
	font-weight:bold;
	color:#fd4504;
	text-align:right;
	padding-right:20px;
	border-top:1px solid #dcd9d6;
	border-bottom:1px solid #dcd9d6;	
}

#register .subtitle {
	background-color:#e5f0f4;
	color:#207fa4;
	font-weight:bold;
	font-size:13px;
	text-indent:19px;
	line-height:24px;

}

#register #welcome-box {
	width:640px;
	height:339px;
	/*background-image:url(../images/register/bg_welcome_box.gif);
	background-repeat:no-repeat;*/
	margin:auto;
	
}
#register #welcome-banner {
	float:left;
	width:280px;
	padding-top:5px;
	padding-left:16px;
	margin-right:46px;

}

#register #welcome-text {
	width:260px;
	float:left;
	/*margin-top:43px;*/
}

#register #welcome-text #title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#000000;
	margin-bottom:12px;
}

#register #welcome-text #name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	font-weight:bold;
	color:#fc6a19;
	margin-bottom:12px;	
}
#register .text {
	color:#000000;
	font-size:17px;
}

#register .text-light2 {
	color:#e7dc8e;
	font-size:12px;
}
