@charset "utf-8";
#ContactSec #contactDiv {
	margin: 5px 10px 20px;
}
#contactDiv #contactForm fieldset {
	padding-left: 55px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(26,154,64,0.40);
	border-radius: 30px;
}
#contactForm fieldset legend {
	font-weight: bold;
	font-size: 1.4em;
	color: rgba(0,0,0,0.60);
}
fieldset p label {
	font-weight: bold;
	font-size: 1.2em;
}
fieldset p input {
	height: 1.4em;
}
fieldset p #submit {
	width: 100px;
	height: 40px;
	font-size: 1.2em;
	font-weight: bold;
}
