﻿#CBody
{
	background: url(ContactForm/background2.png) repeat-x top;
	margin: 0;
	font-family: Verdana;
	font-size: 1em;
}

#CPage
{
	width: 570px;
	margin: 0 auto;
}

.CLogo
{
	width: 224px;
	height: 30px;
	padding-top: 10px;
	padding-left: 28px;
}

#CHeader
{
	width: 100%;
	height: 32px;
	padding-top: 10px;
	background: url(ContactForm/header-central-background.png) repeat-x left bottom;
	
	text-align: center;
	color: White;
	font-weight: bold;
	font-size: 0.8em;
}

#CHeaderLeft
{
	width: 137px;
	height: 32px;
	float: left;
	background: url(ContactForm/header-left-side-background.png) no-repeat left top;
}

#CHeaderRight
{
	width: 137px;
	height: 32px;
	float: right;
	background: url(ContactForm/header-right-side-background.png) no-repeat left top;
}

#CContent
{
	width: 100%;
	height: 345px;
	padding-top: 40px;
	background: url(ContactForm/content-background2.png) repeat-x left top;
}

#CContent table
{
	width: 380px;
	margin: 0 auto;
	font-size: 0.65em;
}

#CContent .TextInput
{
	width: 250px;
	height: 15px;
	margin: 0 auto;
	font-size: 1em;
}

#CContent .TextArea
{
	width: 250px;
	height: 70px;
	margin: 0 auto;
	font-size: 1.3em;
}

#CContent .Validation
{
	color: White;
}

.CSendButton
{
	width: 79px;
	height: 21px;
	border: none;
	background: url(ContactForm/send-button.png) no-repeat left top;
}