#signup_form{
	display: none;
	position: absolute;
	top: ;
	right: ;
	text-align: left;
	padding: ;
	width: 540px;
	height: 400px ;
	border: ;
	z-index: 1000;
}

#closeSignUp{
	
	position: absolute;
	top: -10px;
	left: 350px;
	}
#signup_table_bg1	{
	float:left ;	
	position:absolute ;
	top: 7px;
	left: 0px;
	width: 394px;
	height: 350px;
	filter: alpha(opacity = 30); /*for IE*/
	opacity: .3; /*CSS3 standard*/
		
}	

#signup_table_bg2	{
	float: left;	
	position:absolute ;
	top: 0px;
	left: 10px;
	width: 394px;
	height: 380px;
	background:  url('/img/signup_bg_front2.gif') no-repeat;
	filter: alpha(opacity = 100); /*for IE*/
	opacity: 1; /*CSS3 standard*/
	
}	

#signup_table	{
	position:absolute ;
	top: 20px;
	left: 50px;
	width: 505px;
	filter: alpha(opacity = 100); /*for IE*/
	opacity: 1; /*CSS3 standard*/

	
	}
	
#signup_title {
	padding: 0px;
	background: #ebebeb;
	
	}
#signup_title span{
	font-size:  25px;
	font-weight: bold;
	line-height: 25px;
	color: #FF7000;
	}
	
/* 	upper error message area		*/
#errorMsgDiv 	{
	height: 15px;
	padding-bottom: 3px;			
	text-align:center ;
	font-size: 13px;
	font-weight: bold;
	color: #666;	
	background: #ebebeb;				
}

/* 	center area		*/
#col1 {
	width:20%;
	
	}
#col2 {
	width: 40% ;
	}
#col3 {
	width:40%;
	}


.datarow td 	{
	height: 25px;
	color: #666;	
}

#form label {
	font-size: 14px;
	line-height: 32px;
	height: 25px;
	color: #666;
	}
	
.inputbox {
	width: 96%;	
	height:  ;
	padding: 3px 0px 3px 5px;
	margin: ;
	font-size: 14px;
	line-height: ;
	text-indent: ;
	font-weight: ;
	color: #666;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;	
	}
	
.username input {
	}	
.password input {
	}
.email input {
	}	
#phone_box{
	text-align: right;	
	padding: 0px 2px 0px 0px;
}	
#phone  {
	width: 84%;	
	height:  ;
	padding: 3px 0px 3px 5px;
	margin: ;
	text-align: left;
	font-size: 14px;
	line-height: ;
	text-indent: ;
	font-weight: ;
	color: #666;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;	
}	
.DOBbox {
	width: 85px;	
	height: 23px ;
	text-align: center;
	margin: ;
	font-size: 14px;
	line-height: ;
	font-weight: ;
	color: #666;
	border: 1px solid #CCCCCC;
	background: ;	
	}	
	#yyyy option {
	display: block;
	text-indent: 5px;
	}
.gend {
	width: ;	
	height:  ;
	padding: ;
	margin: ;
	font-size: 14px;
	line-height: ;
	font-weight: ;
	color: #666;
	background: #ebebeb;
	}
	

.warnDiv {
	background: ;
	width: 100%;
	height: 24px;
	}
/* grey back speech bubble*/	
.warnDiv2 {
	width: 100%;
	height: 24px;
	text-align: left;
	text-indent: 12px;				
	font-size: 13px;
	line-height: 24px;
	color: #FFFFFF;				
	background: transparent url(/img/signup_messages.gif) no-repeat;
	background-position: 1px 0px;
	}
/* orange back speech bubble */
.warnDiv3 {
	width: 100%;
	height: 24px;
	text-align: left;
	text-indent: 12px;				
	font-size: 13px;
	line-height: 24px;
	color: #FFFFFF;				
	background: transparent url(/img/signup_messages.gif) no-repeat;
	background-position: 0px -26px;
	}
/* purple back speech bubble */	
.warnDiv4 {
	width: 100%;
	height: 24px;
	text-align: center;
	text-indent: ;				
	font-size: 13px;
	line-height: 24px;
	color: #FFFFFF;				
	background: transparent url(/img/signup_messages.gif) no-repeat;
	background-position: 0px -52px;
	}


.privacy_text	{
				color:#6A3B93;	
				text-align: ;
				font-size: 16px;
				font-weight: bold;
				line-height: 22px;
				padding: 15px 0px 10px 0px;
				width: ;
	background: #ebebeb;
				}
#submit			{
				float: left;
				display: block;
				text-align: center;
				color:#333;
				margin-top: 5px;
				}	
.agreement		{
				display: block;
				float: right;
				text-align: justify;
				font-size: 9px;		
				line-height: 12px;
				background: ;
				margin: 4px 0px 4px 2px;
				width: 130px;
				color:#777;	
}


