body		{background-color: transparent;
			color: #FFFFFF;
			font-family: Gill Sans, Gill Sans MT, Lucida Sans Unicode, Arial, sans-serif;
			font-size: 1em;
			margin-top: 0px;
			margin-bottom: auto;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
}

p			{color: #FFFFFF;
			font-family: Gill Sans, Gill Sans MT, Lucida Sans Unicode, Arial, sans-serif;
			text-align: justify;
			width: 330px;
			font-size: 0.9em;
			line-height: 140%;
			margin-top: 8px;
}

a:link, a:visited
		{text-decoration: none;
		 color: #95d8ff}

a:active, a:hover
		{text-decoration: underline;
		 color: #d5f0ff;}


h1		 {	color: #FFFFFF;
			font-family: Arial, sans-serif;
			line-height: 100%;
			text-align: left;
			font-size: 0.9em;
			font-weight: bold;
			margin-top: 4px;
			margin-bottom: 0px;
}

input {
    border: 1px solid #FFFFFF;
    background: #95c2d7;
	height: 15px;
	font-size: 0.75em;
	padding: 0px;
	margin: 2px;
	color: #333333;
	font-family: Lucida Sans Unicode, Arial, sans-serif;
}


textarea {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: thin;
    background: #95c2d7;
	padding: 3px;
	font-size: 0.75em;
	width: 320px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: Lucida Sans Unicode, Arial, sans-serif;
}

.submitbutton {
    border: 1px solid #FFFFFF;
    background: #4c96cb;
	height: 24px;
	width: 50px;
	font-size: 0.75em;
	padding: 2px;
	margin: 2px;
	color: #FFFFFF;
	font-family: Lucida Sans Unicode, Arial, sans-serif;
}

.submitbutton:hover {
    border: 1px solid #FFFFFF;
    background: #78b6e4;
	height: 24px;
	width: 50px;
	font-size: 0.75em;
	padding: 2px;
	margin: 2px;
	color: #FFFFFF;
	font-family: Lucida Sans Unicode, Arial, sans-serif;
}


#contact input, textarea, select { margin: 0; padding: 0px; color: #333333; margin: 4px 0; font:0.75em "Lucida Sans Unicode", Arial, sans-serif; webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input[type="submit"][disabled] { background:#888; }
#contact fieldset { padding:0px; border:1px solid #eee; -webkit-border-radius:5px; -moz-border-radius:5px; }

#contact span.required{ font-size: 8px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }

label { font:0.75em "Lucida Sans Unicode", Arial, sans-serif; }

