/* CSS - Contact Page */

legend
{
	color: #444;
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	font-weight: normal;
}

.contact
{
	font-size: 1.1em;
}

.contactArea
{
	padding-left: 20px;
	width: 400px;
}

.contact input
{
	background-color: #FFFFFF;
	border: 1px #339999 solid;
	color: #000000;
}

.contact textarea
{
	background-color: #FFFFFF;
	border: 1px #339999 solid;
	color: #000000;
}

.formField
{
	color: #003399;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	font-weight: normal;
	height: 3em;
	text-align: left;
	width: 20em;
}

.formButton
{
	color: #003399;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	font-weight: normal;
	height: 3em;
	text-align: center;
	width: 20em;
}

#submit
{
	background-color: #CCCCCC;
	border: 1px #003399 solid;
	color: #003399;
	cursor: pointer;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	padding: 0.1em;
	text-align: center;
}

#contactText
{
	background-color: #CECECE;
	border:	1px #222 solid;
	color: #666666;
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	font-weight: normal;
	padding: 1em;
	width: 94%;
}

#contactError
{
	background-color: #FFDDDD;
	border:	1px #FF0000 solid;
	color: #222;
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-weight: normal;
	padding: 0.4em;
	width: 90%;
}

#contactError strong
{
	color: #FF0000;
	font-size: 1.1em;
}

#contactMessage
{
	background-color: #CCFFCC;
	border:	1px #00CC00 solid;
	color: #222;
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-weight: normal;
	padding: 1em;
	width: 90%;
}


#contactMessage strong
{
	color: #009900;
	font-size: 1.1em;
}