/*Contact Form Styling */
#typography form {
	width: 97%;
}
#typography form fieldset {
	border:0;
	padding:12px;
}
#typography .message {
	color:red;
	font-style: italic;
	font-size: 0.8em;
	background:#ddd;
	border:1px solid #ccc;
	padding:5px;
	margin:5px;
}
#typography span.message {
	width: 300px;
}
#typography form div {
	margin-top:10px;
	width:100%;
}
#typography form label {
	font-size: 0.9em;
	color: #1F4088;
}
#typography form label.left {
	float:left;
	width:12em;
}
#typography form label.FormHeading {
	font-size:1.3em;
	color:#ff7200;
	font-weight:bold;
}
#typography form input.text,
#typography form textarea,
#typography form select {
	width:65%;
	color:#000;
	background:#f8f8f8;
	border:1px solid #aaa;
	padding:3px;
}

#typography form input.numeric {
	width:20px;
	background:#f0f0f0;
	border:1px solid #aaa;
	padding:3px;
	color:#000;
	margin-right:4px;
}
#typography form input.year {
	width:35px;
}
#typography .Actions {
	text-align: left;
	padding: 0 0 0 12px;
	
}
#typography .Actions input {
	padding:2px 5px;
	border: 1px solid #999;
}

