.error {
    background: #FEE;
	border: 1px solid #F99;
	padding: 2px;
}

fieldset {
	border: 1px dotted #CCC;
	color: #555;
	margin: 0px auto;
	padding: 10px 15px 15px;
	width: 400px;
}

fieldset legend {
	color: #5A307B;
	font-size: 16px;
	font-weight: 400;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}

fieldset label {
	text-transform: capitalize;
}

fieldset input[type="text"] {
	margin-bottom: 8px;
	width: 98.5%;
}

fieldset textarea {
	font: 13px arial;
	width: 98.5%;
}

.honeypot {
	border: none;
	height: 0;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

.sidenote {
	text-align: justify;
}
