.form_div{
	position : relative;
	top : 10px;
	left : 10px;
	z-index : 100;
	}
	
.form_labels{
	position : relative;
	top : 10px;
	left : 10px;
	width : 200px;
	text-align : right;
	}

.form_fields{
	position : absolute;
	top : 10px;
	left : 220px;
	width : 285px;
	}
	
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 : 600px;
	background : #ff9; 
	border : 1px solid black;
	padding : 10px;
	z-index : 100;
	}
