/* REGISTER_ALT.CSS EXTENDS REGISTER.CSS

	Table of Contents:
	Reset
	Typography
	Positioning
	IE Fixes
			
*/

/* Typography
---------------------------------------------------------------------------------------- */

p.alt_intro {
	font-size: 14px;
	text-align: left;
	color: black !important;
	line-height: 1.6em;
}

p.alt_pointer  {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;	
}

div.alt_header h2 {
	font-size: 25px;
	color: white;
	line-height: 1.5em;
	text-align: center;	
	color: #CCC;
}

div.alt_header h2 strong {
	color: white;	
	font-weight: bold;
}

/* Positioning
---------------------------------------------------------------------------------------- */    

div.registration_container {
	background: white url(/public/images/UI/register_alt_background.gif) top left repeat-y;	
}

div.alt_header {
	height: 280px;
	background: white url(/public/images/UI/alt_header_back.jpg);	
	position: relative;
}

form#registration_form {
	margin: 0;	
	padding: 15px;
	width: 518px;
	height: auto !important;
	min-height: 500px;
}

p.alt_intro {
	padding: 15px;	
}

p.alt_pointer {
	padding-left: 18px;
	background: transparent url(/public/images/UI/alt_reg_pointer.gif) 0 6px no-repeat;	
	border-bottom: 1px solid #555555;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

div.alt_reg_panel_1, div.alt_reg_panel_2 {
	float: left;
	width: 588px;	
	display: inline;
}

div.alt_reg_panel_2 {
	width: 368px;
	margin-left: 18px;	
	padding-top: 15px;
}

div.alt_header table {
	width: 405px;
	height: 265px;
	position: absolute;	
	right: 30px;
	top: 15px;
}

p.member_number {
	display: none;	
}

ul.navigation {
	display: none;	
}

div.click_block {
	position: absolute;
	width: 300px;
	height: 84px;
	top: -84px;
	z-index: 1000;
}	

div.current_members {
	position: absolute;
	margin-top: -35px;
	color: #999;
	width: 700px;
	right: 0;
}

div.current_members form {
	position: absolute;
	right: 0;
	margin-top: -20px;	
}

div.current_members form input {
	width: 80px;	
}

/* IE Fixes
---------------------------------------------------------------------------------------- */