@CHARSET "UTF-8";

	div#reg_form{
		height: 320px;
		position: relative;
		margin-left: 20px;
	}
	
	div#reg_form span.input input, 	div#reg_form span.error{
		width: 178px;
	}

	div#reg_form span#captchainput input{
		width: 90px;
	}

	div#reg_form label#emaillabel{
		position: absolute;
		top: 130px;
		left: 210px;
	}
		
	div#reg_form span#email_wrap{
		position: absolute;
		top: 150px;
		left: 210px;
	}
		
	div#reg_form span#emailerror{
		position: absolute;
		top: 170px;
		left: 210px;
	}

	div#reg_form label#pass1label{
		position: absolute;
		top: 65px;
		left: 0px;		
	}

	div#reg_form span#pass1{
		position: absolute;
		top: 85px;
		left: 0px;
	}
		
	div#reg_form span#passerror{
		position: absolute;
		top: 105px;
		left: 0px;
	}

	div#reg_form label#pass2label{
		position: absolute;
		top: 65px;
		left: 210px;
	}

	div#reg_form span#pass2{
		position: absolute;
		top: 85px;
		left: 210px;
	}

	div#reg_form label#captchalabel{
		position: absolute;
		top: 130px;
		left: 0px;
		width: 178px;
		line-height:120%;
	}
	
	div#reg_form span#captcha{
		position: absolute;
		top: 166px;
		left: 0px;
	}
				
				
	div#reg_form span#captchainput{
		position: absolute;
		top: 231px;
		left: 0px;
	}
	
	div#reg_form span#captchaerror{
		position: absolute;
		top: 251px;
		left: 0px;		
	}
	
	div#reg_form label#surnamelabel{
		position: absolute;
		top: 0px;
		left: 210px;
	}
	
	div#reg_form span#surname_wrap{
		position: absolute;
		top: 20px;
		left: 210px;
	}
	
	div#reg_form span#surnameerror{
		position: absolute;
		top: 40px;
		left: 210px;
	}	

	div#reg_form label#namelabel{
		position: absolute;
		top: 0px;
		left: 0px;
	}		
	
	div#reg_form span#name_wrap{
		position: absolute;
		top: 20px;
		left: 0px;
	}
		
	div#reg_form span#nameerror{
		position: absolute;
		top: 40px;
		left: 0px;
	}		
	
	div#reg_form div#terms{
		position: absolute;
		top: 196px;
		left: 210px;
		width: 178px;
		font-size: 10px;
		line-height: 120%;		
	}
	
	div#reg_form  input#register_submit{
		position: absolute;
		top: 270px;
		left: 240px;
	}	


/*UPDATE DETAILS*/	
	div#reg_form  input#update_register_submit{
		position: absolute;
		top: 180px;
		left: 240px;
	}
	
	div#reg_form div#update_notes{
		left:0;
		line-height:120%;
		position:absolute;
		top:135px;
		width:178px;
		font-size: 10px;	
	}
	
/*RESET PASSWORD*/
	
	div#reg_form div#reset_notes{
		left:210px;
		line-height:120%;
		position:absolute;
		top:0px;
		width:178px;
		font-size: 10px;	
	}	
	
	div#reg_form input#forgot_submit{
		position: absolute;
		top: 125px;
		left: 240px;	
	}	

	div#reg_form label#forgot_emaillabel{
		position: absolute;
		top: 0px;
		left: 0px;
	}
		
	div#reg_form span#forgot_email_wrap{
		position: absolute;
		top: 20px;
		left: 0px;
	}
		
	div#reg_form span#forgot_emailerror{
		position: absolute;
		top: 40px;
		left: 0px;
	}
	