﻿#Content #ContactForm
{
	float: left;
	display: inline;
	width: 330px;
}

#Content #ContactInformation
{
	float: right;
	display: inline;
	width: 180px;
	margin: 10px 30px 0 0;
	padding: 10px;
	border: solid 1px #DBEAFB;
	background: #F5FAFE url('/images/contact-info-bg.png') repeat-x bottom;
}

#Content #ContactInformation p
{
	margin: 5px;
	padding: 0;
}

#Content #ContactInformation p small
{
	padding: 0 5px 0 0;
	color: #8EC3ED;
}

#Content #ContactInformation img
{
	margin: 0 0 5px 0;
}

#Content table tr td .Text
{
	margin-top: 4px;
}