@charset "utf-8";

#e_mail { width:50%; height:auto; margin:auto; margin-top: 30px; font-size:14px; overflow:hidden; border:1px solid #999; border-radius:2px; padding:35px;}


#e_mail input{
	width: 80%;
	height: 35px;
	display: block;
	margin: 15px 0;
	outline: none;
}

#e_mail textarea{
	width: 90%;
	height: 150px;
	max-width: 95%;
	max-height: 150px;
	display: block;
	margin: 15px 0;
	outline: none;
	resize: none;
}

#e_mail .submit{
	width: 15%;
	height: 35px;
	background: #366495;
	color: #FFFFFF;
	border: 1px solid #2B5DAC;
	border-radius: 5px;
	float: left;
	margin-left: 10px;
}

#e_mail .submit:hover{
	background:transparent;
	color: #2B5DAC;
}