.title {
	font-size: 1.4em;
	border-bottom: 1px solid #f1f1f1;
}

input.blueinput,
textarea.blueinput,
select.blueinput {
	background: #f4f4f4;
	border: 1px solid #006595;
	padding: 2px;
	font-size: 1em;
	font-family: "Trebuchet MS", "Gill Sans", Verdana, Tahoma, sans-serif;
	line-height: 16px;
	margin-bottom: 10px;
	width: 100px;
}

input.blueinput:focus,
textarea.blueinput:focus,
select.blueinput:focus {
	border: 1px solid #7d0000;
	background-color: #fff0df;
}

#error {
	border: solid 1px #ffffff;
	margin: 0 auto 8px;
	padding: 4px;
	background-color: #292b68;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	visibility: hidden;
	text-align: center;
	width: 50%;
}
