#RegisterForm{
	width: 960px;
}
.title_red{
	color: #e30a29;
	font-size: 18pt;
	font-weight: bold;
}
.desc{
	color:#8f9092;
	font-size: 12px;
	font-weight: bold;
}
.title{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.label{
	color:#000;
	font-size: 12px;
}
.review{
	color:#565656;
	font-size: 8pt;
	font-weight: bold;
}
.required{
	font-size: 11px;
	color: #a70921;
}
.textFields{
	font-family: Tahoma;
	font-size: 12px;
	height: 22px; 
	width: 210px;
	border: 1px solid #cecece;
	background-repeat: no-repeat;
	background-position: right;
}
.textArea{
	font-size: 11px;
	height: 60px; 
	width: 210px;
	border: 1px solid #cecece;
	background-repeat: no-repeat;
	background-position: right;
	overflow: hidden;
}
.button{
	width: 93px;
	height: 22px;
	border: 0px solid #fff;
	background-repeat: no-repeat;
	background-position: right;
}
.selectbox{
	font-family: Tahoma;
	font-size: 12px;
	height: 22px; 	
	width: 64px;
}
.chooseLabel{
	font-size: 12px;
	color: #565656;
	font-weight: bold;
	cursor: pointer;
}
.chooseLabelSelect{
	font-size: 12px;
	color: #e20b2c;
	font-weight: bold;
	cursor: pointer;
}
#maskBg{
	background: #ffffff; 
	position:absolute;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	zindex: 999;
}