/******************* REGISTRATION ******************/
/*    - main form                                  */
/*    - extro                                      */
/*    - e-mail confirmation                        */
/***************************************************/
/* ----------------- main form ------------------- */
/* border: 1px solid #A0A0A0; */
.regDiv {
	height: 25px;
	clear: both;
}
.regLabel {
	margin: 2px 0px 0px 5px;
	width: 150px;
	float: left;
}
.regLabel2 {
	padding-top: 2px;
	text-align : right;
	float: left;
}
.regQuestion {
	width: 590px;
	padding-top: 2px;
	float: left;
}
.regAnswer {
	float: right;
}
.regCBLabel {
	margin: 3px 0px 0px 5px;
	float: left;
}
.regInput {
	float: left;
}
.regYesNo {
	width: 25px;
	float: right;
}
.regVisible {
	float: right;
}
#regCaptcha {
	clear: both;
}
#regTab { 
	line-height:26px; 
}
#regTab a {
	color: #FFFFFF;
	padding: 0px 10px ;
	/* border: 1px solid #DFDFDF; */ 
	background-color: #E0E0E0;
	/* border-bottom: none; */
	position: relative;
	top: 4px; /* for ie5*/
	height: 20px; /* for ie5*/
	text-decoration: none;
	voice-family: "\"}\""; 
	voice-family: inherit; 	
	top: 2px; /*ie mac gets this*/
	height: auto;
	padding: 3px 10px 4px;
}
/*ie5 jumps this next style because of voice family hack above - It must follow immediately */
/* commented backslash mac hiding hack  \*/ 
#regTab a {
	top: 3px;
	height: auto;
	padding: 3px 10px 4px;
} 
/* end hack 004D95 D2232C 008D46 E0E0E0 */ 
#regTab a:hover {	
	background-color: #D2232C;
	color: #FFFFFF;	
}
#regTab a.regTabCurr {
	background-color: #008D46;
	color: #FFFFFF;
}
/* ------------------ paragraph ------------------ */
.regHeader {
	height: 20px;
	margin-bottom: 5px;
	border-bottom: 1px solid #A0A0A0;	
	clear: both;
}
.regTitle {
	font-size : x-small;
	font-weight: bold;	
	text-decoration : none;
	color : #D2232C;
	padding-bottom: 2px;
	margin: 5px 0px;
	float: left;	
}
.regText {
	font-weight: normal;	
	text-decoration : none;
	color : #000000 ;
}
.regText A {
	font-weight: bold;	
	text-decoration : none;
	color : #008D46 ;
}
.regText A:HOVER {
	font-weight: bold;	
	text-decoration : underline;
	color : #D2232C ;
}
.regEmailComment {
	width: 440px;
	color : #000000;
	padding-bottom: 3px;	
	float: left;
}
#regAvatar {
	width: 638px;
	height: 195px;
	border: 1px solid #959595;
	overflow: auto;
	margin: 5px 0px;
	clear: left;
}
/* #regAvatarScroll {
	width: 714px;
	overflow: hidden;
} */
.regAvatarItem {
	width: 36px;
	margin: 5px 0px 0px 3px;
	float: left;
}
.regAvatarRadio {
	text-align: center;
}
