#form{
	background-color:#ffffff;
/*	border-color:#aaaaff;
	border-style:solid;
	border-width:medium;
*/	margin-left:auto;
	margin-right:auto;
}
#personal, #address, #telephone, #email_form, #password, #ready, #rank, #checkBoxes {
	behavior:url(cascade/border-radius.htc);
	behavior:url(cascade/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	-moz-border-radius: 5px; /* Firefox */
	-moz-box-shadow:10px 10px 20px #000; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	-webkit-border-shadow: 10px 10px 20px #000; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */

	background-color:#e3e3e3;	
	border-color:#aaaaff;
	border-style:solid;
	border-width:thin;
	margin:0px 0px 5px 0px;
	
}

#form{
	position:relative;
	width:100%;
	height:1050px;
	padding-top:5px;
	behavior:url(cascade/border-radius.htc);
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	text-align:left;
	
}

.form{
	font-family:Tahoma, "Comic Sans MS", Verdana;	
	color:#0000ff;
	height:1050px;

}

#personal_container {
	position:relative;
	top:0px;
	left:0px;
	width:350px;
	height:410px;
	
}

#personal{
	position:relative;
	height:410px;
	padding:5px;
	padding-left:15px;


}

.personal{
	font-size:medium;
}

#checkBoxes_container {
	position:relative;
	top:-410px;
	width:350px;
	left:360px;
	height:410px;
	display:block;
	
}

#checkBoxes{
	position:relative;
	height:410px;
	padding:5px;
	padding-top:5px;
}

.checkBoxes{
	font-size:medium;
}


#parent{
	position:relative;
	top:-80px;

}

.ParentMessage{
	position:relative;
	text-align:center;
	top:5px;
	font-family:Tahoma, "Comic Sans MS", Verdana;	
	color:#ff0000;
	font-weight:bold;

	font-size:12px;
}

#address_container {
	position:relative;
	top:35px;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	height:125px;
}

#address{
	position:relative;
	padding:0px 10px 15px 10px;
	height:105px;

}


.address{

	font-size:medium;

}



#telephone_container {
	position:relative;

	width:85%;
	top:40px;
	margin-left:auto;
	margin-right:auto;
	height:75px;

}

#telephone{
	position:relative;

	height:75px;

	padding:0px 10px 15px 10px;
	

}


.telephone{

	font-size:medium;

}

#email_container {
	position:relative;

	width:85%;
	height:75px;
	top:65px;
	margin-left:auto;
	margin-right:auto;

}

#email_form{
	position:relative;
	height:75px;
	padding:0px 10px 15px 10px;

	
}


.email_form{

	font-size:medium;

}

#email_message_txt{
padding-left:-20px;
margin-left:0px;
text-align:left;
	font-family:Tahoma, "Comic Sans MS", Verdana;	



}

#password_container {
	position:relative;

	width:85%;
	top:70px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
}

#password{
	position:relative;
	height:100px;
	padding:0px 10px 15px 10px;


}




#swordtxt,#sword {
	position:absolute;
	top:37px;

}

#swordchecktxt {
	position:absolute;
	left:220px;
	top:37px;
	padding-bottom:10px;

}

#swordcheck{
	position:absolute;
	left:130px;
	top:35px;

}



#ready_container {
	position:relative;
	top:-90px;
	width:65%;
	margin-left:auto;
	margin-right:auto;
	height:48px;

}

#ready{
	position:relative;
	height:38px;
	padding:20px 0px 10px 0px;
	text-align:center;
	background-color:#FFFFFF;

	
}


.ready{
	font-size:medium;
}

.formIpBox, .formIpBoxRqd{
	margin-top:3px;
	padding-left:5px;
	/*
	behavior:url(cascade/border-radius.htc);
	behavior:url(cascade/ie-css3.htc); 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	*/
	font-size:14px;
	border-color:none;
	border-style:solid;
	border-width:thin;
	color:#ff0000;
	text-align:left;
	width:90%;
	
}
.formIpBox{color:#0000ff;}
.formIpBoxRqd{
	color:#ff0000;
	font-style:oblique;
}
.radio{
}


#dayOfMonth{
margin:0px 0px 0px 5px;

}

#month{
margin:0px 0px 0px 0px;

}

#year{
margin:0px 5px 0px 0px;

}


#gender{
	margin:0px 0px 0px 5px;
	border-color:none;
	border-style:solid;
	border-width:thin;
}


#age{
	margin:0px 0px 0px 5px;
}

#piSub{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
	position:relative;
	width:230px;
	height:70px;
	left:480px;
	top:-73px;
	vertical-align:top;
}
.category{
	font-size:16px;
	color:#333333;
	padding-bottom:5px;
}
.checkbox{font-size:14px;}

