#mailusWrap{
	margin-top: 30px; padding: 10px 25px 10px 10px;
}
#mailusCont{
	width: 50%; min-width: 300px; background-color: white; margin: 0 auto; box-shadow: 5px 5px 25px #eee; border-radius: 5px; padding: 20px; border: 1px solid #eee;
}
#mailusCont h3{
	font-size: 1.3em; font-family: Garamond, Playfair Display, Didot, Times New Roman, Times, serif; font-weight: 400;
}
.note{
	font-size: 0.8em; line-height: 1.5em; font-style: italic; text-align: justify;
}
.note a{
	display: inline-block; color: #00A627; padding-bottom: 1px; border-bottom: 1px solid #00A627;
}
.note span{
	display: inline-block; color: #00A627; padding-bottom: 1px; border-bottom: 1px solid #00A627; cursor: pointer;
}
#mailusCont #inputBox{
	width: 100%; 
}
#mailusCont .input{
	width: 100%; display: inline-block; margin: 0 auto; margin-top: 15px;
}
#mailusCont p{
	/*font-size: 1em;*/
}
#mailusCont input, #mailusCont select, #mailusCont textarea{
	width: 100%; height: 50px; margin-top: 5px; background-color: #EDF2FA; border: 1px solid #bbb; border-radius: 5px; padding: 0 5px;
}
#mailusCont textarea{
	height: 100px; padding: 5px;
}
#mailusCont #agreement{
	margin-top: 10px; font-size: 0.7em; line-height: 1.4em;
}
#mailusCont button{
	margin-top: 10px; padding: 7px 20px; background-color: white; border: 2px solid black; border-radius: 5px; cursor: pointer;
}
#mailusCont button:hover{
	background-color: #eee;
}
#mailusCont #mailFeedback{
	font-size: 0.8em; color: #FA0546; margin: 10px 0 0 0;
}