#content-area {position: relative;}

.smalltext {
	font-family: Arial, Verdana;
	font-size: 11px; }

.redtext {
	color: red; }


/* Forms */
input.form-text {
	color: #252525;
	padding: 2px;
	border: solid 1px #ccc;
}

input.form-submit {
	color: white;
	background: #004880;
	border: solid 1px #003359;
	font-size: 11px;
	font-weight: bold;
	margin: 3px;
	padding: 1px;
	line-height: 1.45em;
	margin-top: 1.6em;
}

