@charset "utf-8";
/* CSS Document */


div.form_main{
	width:265px;
	height:208px;
	position:absolute;
	background-color:transparent;
	margin-left:auto;
	margin-right:auto;
	left: 6px;
	top: 75px;
}
div.name_lastp{
	width:76px;
	height:26px;
	position:absolute;
	background-color:transparent;
	top:0px;
	left:12px;
	padding-bottom:8px;
}
div.name_last{
	width:209px;
	height:38px;
	position:absolute;
	background-color:transparent;
	top:20px;
	left:17px;
}
div.emailp{
	width:76px;
	height:25px;
	position:absolute;
	background-color:transparent;
	top:50px;
	left:12px;
	padding-bottom:8px;
}
div.email{
	width:209px;
	height:38px;
	position:absolute;
	background-color:transparent;
	top:70px;
	left:17px;
}
div.commentp{
	width:102px;
	height:26px;
	position:absolute;
	background-color:transparent;
	top:98px;
	left:13px;
	padding-bottom:8px;
}
div.comment{
	width:209px;
	height:38px;
	position:absolute;
	background-color:transparent;
	top:118px;
	left:17px;
}
div.phonep{
	width:150px;
	height:25px;
	position:absolute;
	background-color:transparent;
	top:146px;
	left:30px;
	padding-bottom:8px;
}
div.phone{
	width:129px;
	height:38px;
	position:absolute;
	background-color:transparent;
	top:167px;
	left:22px;
}
div.submit{
	width:67px;
	height:41px;
	position:absolute;
	background-color:transparent;
	top:165px;
	left:146px;
}
input.applicantInput{
	color: #000000;
	background: #e5e9f1;
	border: 1px solid #00247e;	
}
p.formtex{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#737a7e;
	margin-top:6px;
	line-height:2px;
	
}
