@charset "utf-8";

section#mailForm h3{
	background: url(../images/mailForm_Title.png) no-repeat;
}

article input{
	border: thin solid #e2a361;
	height:2em;
	margin-bottom: 1em;
	border-radius:2px
}

article textarea{
	border: thin solid #e2a361;
	border-radius:2px}
	
span{
	font-size: x-small;
	padding-left: 2em;
	color: #f00;
}