@CHARSET "UTF-8";
.form_text{
	width:1000px;
	height:100%;
	padding-top:40px;

}
.form_text h3,.personal_information h3{
	border-left-color:black;
	border-left-width:20px;
	border-left-style:solid;
	padding-left:10px;
	margin-bottom:40px;
	margin-left:60px;
	font-weight:lighter;
}
.form_text p{
	margin-left:90px;
}
.form{
	width:1000px;
}
#contact_form p{
	padding-left:100px;
}
#contact_table {
	margin:0 auto;
	text-align:center;
	width:800px;
	padding-top:40px;
	margin:0 auto;
}
#contact_table tr{
	height:50px;
}
#contact_table th{
	text-align:left;
	width:250px;
	font-weight:normal;

}
#contact_table td{
	text-align:left;
}
#contact_table p{
	margin-left:100px;
	font-size:14px;
}

#contact_table input{
	text-align:left;
	padding:5px;
	font-size:18px;
	border-width:2px;
	border-radius:1px;
	border-style:solid;
	border-color:rgba(152, 152, 152, 1);

}
#contact_table input[type="checkbox"]{
	margin-right:10px;
}
#contact_table input[type="submit"]{
	width:120px;
	height:30px;
	text-align:center;
	font-size:15px;
	border-radius:2px;
	border-color:rgba(152, 152, 152, 1);
}
#contact_table input[type="reset"]{
	width:120px;
	height:30px;
	text-align:center;
	font-size:15px;
	border-radius:2px;
	border-color:rgba(152, 152, 152, 1);
}
#contact_table select{
	height:40px;
	width:360px;
	border-width:2px;
	border-radius:1px;
	border-style:solid;
	opacity:0.7;
	font-size:18px;

}
#contact_table textarea{
	padding:5px;
	font-size:18px;
	border-width:2px;
	border-radius:1px;
	border-style:solid;
	border-color:rgba(152, 152, 152, 1);
	overflow-y:scroll;
}
.personal_information{
	height:350px;
}
.personal_information pre{
	width:700px;
	height:200px;
	overflow-y:scroll;
	margin:0 auto;
	border:solid 1px black;
}
.important{
	color:red;
	font-size:12px;
}

