html {font-size : 16px;}

.form_div{
	position : absolute;
	background : white;
	top : 0px;
	left : 600px;
	width : 370px;
	height : 500px;
	border-left : solid black 1px;
	overflow-y: scroll;
	}
	
.form_labels{
	position : relative;
	top : 3px;
	left : 0px;
	width : 120px;
	text-align : right;
	display : inline;
	float : left;
	margin-bottom : 10px;
	}

.form_fields{
	position : relative;
	top : 0px;
	left : 5px;
	width : 120px;
	background : white;
	margin-bottom : 10px;
}
	
.classes_selector_box{
	position : relative;
	left : 35px;
	width : 315px;
	height : 200px;
	}
	
.classes_selectors{
	visibility : hidden;
	position : absolute;
	top : 0px;
	}

.sign_date{
	text-decoration : underline;
	}
p{
	margin : 0px;
	padding : 0px;
	height : 45px;
	font-size : 18px;
	}
	
#Resume{
	background : white;
	border : 1px solid black;
	}

.main_box{
	position : relative;
	top : 175px;
	margin-left : auto;
	margin-right : auto;
	width : 950px;
	background : #FFFFB3; 
	border : 1px solid black;
	padding : 10px;
	z-index : 100;	
	}

.class_box{
	position : relative;
	}
	
.class_title{
	position : relative;
	left : 215px;
	font-size : 25px;
	color : #E67817;
	font-weight : bold;
	width : 320px;
	}
	
.date_time_ages{
	position : absolute;
	left : 0px;
	top : 30px;
	color : #420062;
	font-size : 18px;
	width : 200px;
	text-align : right;
	}
	
.description{
	position : relative;
	border-top : solid black 1px;
	width : 330px;
	left : 215px;
	border-right : solid black 1px;
	top : 0px;
	font-size : 18px
	}
	
.class_pics{
	padding : 5px;
	position : relative;
	float : right;
		}	
		
.classes{
	width : 575px;
	height : 480px;

	}	
	
.hidden{visibility : hidden;}

#tp1 , #tp2, #multi_section{
	visibility : hidden;
	}
	
.classes_main{
	visibility : hidden;
	position : absolute;
	top : 45px;
	left : 0px;
	width : 575px;
	height : 450px;
	font-size : 18px;
	overflow-y: scroll;
	}
	
.page_menu{
	background : #E6DCEB;
	width : 100%;
	border : 2px solid #7800B3;
	text-align : center;

	}
	
.page_menu span{
	margin : 10px;
	cursor : pointer;}
	
.camp_pic{
	float : left;
	border : 2px solid black;
	margin : 5px;
	}
	
.start_screen{
	text-align : center;
	font-size : 18px;
	}
	
.children_sizes{
	background : #E4E4E4;
	}
		
.sizes_title1{
	position : absolute;
	font-size : 16px;
	width : 165px;
	text-align : center;
	}
		
.sizes_title2{
	position : absolute;
	left : 165px;
	font-size : 16px;
	width : 169px;
	text-align : center;
	}
	
hr {width : 50%;}

.important_info{
	text-decoration : underline;
	cursor : pointer;
	}
	
.form_header{
	font-size : 22px;
	border-bottom : 1px solid black;
	text-align : center;
	}
	
.form_header span{
	font-size : 16px;
	}
