﻿#Header #Navigation ul li#Contact a
{
	background: url('/images/nav/contact-on.png') no-repeat top left;
}

#Content #Contact
{
	float: left;
	display: inline;
	width: 720px;
	margin-top: 20px;
}

#ContactInformation
{
	float: right;
	display: inline;
	width: 180px;
	border: solid #C2E4F5;
	border-width: 0 0 0 3px;
}

#ContactInformation p
{
	color: #46AFE1;
}

#ContactInformation p.Email
{
	line-height: 1.2em;
}

#ContactForm
{
	float: left;
	display: inline;
	width: 470px;
	margin: 0 0 0 20px;
}

#ContactForm fieldset
{
	float: left;
	display: inline;
	width: 450px;
	margin: 0 0 10px 0;
	border: none;
}

#ContactForm fieldset .FormElement
{
	float: left;
	display: inline;
	width: 450px;
	margin-bottom: 4px;
}

#ContactForm fieldset .FormElement label
{
	float: left;
	display: inline;
	width: 105px;
	margin-top: 6px;
	padding-right: 20px;
	font-size: 1.2em;
	color: #46AFE1;
	text-align: right;
	line-height: 0.9em;
}

#ContactForm fieldset .FormElement label small
{
	color: #A9DAF1;
}

#ContactForm fieldset .FormElement input, 
#ContactForm fieldset .FormElement textarea
{
	float: left;
	display: inline;
	width: 270px;
	margin: 0 10px 0 0;
	padding: 2px;
	border: solid 1px #C2E4F5;
	background: url('/images/bg-input.png') repeat-x top;
	font-size: 1.4em;
	color: #002C5B;
}

#ContactForm fieldset .FormElement span
{
	float: right;
	display: inline;
	width: 330px;
	margin: 3px 0 0 0;
	font-size: 1.1em;
	text-align: left;
}

#ContactForm input.Submit
{
	float: right;
	display: inline;
	margin: 0 50px 0 0;
	width: 64px;
	padding: 3px;
	border: solid 1px #4FB3E2;
	background: #46AFE1 url('/images/bg-button.png') repeat-x top;
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	cursor: default;
}

#Partner
{
	float: left;
	display: inline;
	width: 450px;
	margin: 20px 0 0 20px;
	padding: 10px;
	border: solid 1px #C2E4F5;
	text-align: center;
}

#Partner img
{
	padding: 1px;
	border: solid 1px #C2E4F5;
}

#Partner big
{
	display: block;
	margin: 10px 0 0 0;
	font-size: 1.4em;
	color: #4FB3E2;
	text-decoration: none;
}
