#signup_topback{
	background-image: url(../../images/signup/signup_topback.png);
	height: 35px;
	float:left;
	width:872px;
}
#signup_leftcorner{
	background-image: url(../../images/signup/signup_leftcorner.png);
	height: 35px;
	width: 14px;
	float:left;
}
#signup_rightcorner{
	background-image: url(../../images/signup/signup_rightcorner.png);
	height: 35px;
	width: 14px;
	float:left;
}

#container{
	background-color:#fbfbfb;
	border:1px solid #d3d4d4;
	height:500px;
	padding:10px;
}

.table1{
	background-color:#f3f4f3;
	width:200px;
	height:20px;
	text-align:center;
	float:left;
}

.table1 div{
	color:#8b8a89;
	font-family: Tahoma;
	font-size:12px;
	padding:3px;
}

.table2{
	background-color:#f3f4f3;
	width:200px;
	height:20px;
	text-align:center;
	float:left;
}

.table2 div{
	color:#cdcdcd;
	font-family: Tahoma;
	font-size:12px;
	padding:3px;
}

#signupForm{
	background-color:#f7f8f7;
	width:650px;
	border:1px solid #eaeaea;
	float:left;
}

#signupForm .inputElement{
	width:425px;
	margin:5px;
	float:left;

}

#signupForm .inputElementOver{
	background-color:#ededed;
	width:425px;

	border:1px solid #eaeaea;
	margin:5px;
	float:left;

}

#signupForm .detailesElement{
	background-color:#f1f3fe;
	width:190px;
	border:1px solid #d4dbfd;
	margin:5px;
	float:left;
	padding:3px;
	visibility: hidden;
}

.inputElement div span{
	color:#464646;
	font-family: Tahoma;
	font-size:12px;
}

.inputElementOver div span{
	color:#464646;
	font-family: Tahoma;
	font-size:12px;
}

.detailesElement span{
	color:#8998c3;
	font-family: Tahoma;
	font-size:12px;	
}

.inputElement .error {
	color:#c24c4c;
	font-family: Tahoma;
	font-size:11px;
	width:385px;
	text-align:right;
}

.inputElementOver .error {
	color:#c24c4c;
	font-family: Tahoma;
	font-size:11px;
	width:385px;
	text-align:right;	
}

.finish{
	background-color:#f7f8f7;
	width:425px;
	color:#5a9059;
	font-family: Tahoma;
	font-size:13px;
	padding:20px 0px 20px 20px;
}


.finishBig{
	background-color:#f7f8f7;
	width:425px;
	color:#5a9059;
	font-family: Tahoma;
	font-size:16px;
	padding:20px 0px 20px 20px;
}


.large_login{
	float:left;
	margin-left:10px;
	width:215px;	
}


.large_login_content{
	background-color:#fafbfe;
	border-left:1px solid #d4dbfd;
	border-right:1px solid #d4dbfd;
	border-bottom:1px solid #d4dbfd;
}

.large_login_content div{
	padding:5px;
	color:#464646;
	font-family: Tahoma;
	font-size:12px;
}

.large_login_content .inputTxt{
	border:1px solid #d3d4d4;
	width:150px;
}

.large_login_content .error {
	color:#c24c4c;
	font-family: Tahoma;
	font-size:11px;
	text-align:right;
}

.large_login_content .success {
	color:#428e49;
	font-family: Tahoma;
	font-size:11px;
	text-align:right;
}


.login_left{
	background-image: url(../../images/signup/login_head.png);
	background-repeat:no-repeat;
	height: 24px;
	width: 61px;
	float:left;	
}


.login_head{
	background-image: url(../../images/product/business_top_head.png);
	height: 24px;
	width: 150px;
	float:left;	
}

.login_right{
	width:4px;
	height:24px;
	background-image: url(../../images/product/business_top_right.png);
	background-repeat:no-repeat;
	float:left;	
}






