﻿#ContactForm .btnSend
{
	float:right;
	margin-bottom:10px;
	width:90px;
}

#ContactForm .clear
{
	clear:both;
}

#ContactForm .field input
{
	width:435px;
}

#ContactForm .field textarea
{
	width:435px;
}

#ContactForm .field,#ContactForm .progressField
{
	float:left;
}

#ContactForm .label
{
	clear:left;
	float:left;
	height:2em;
	width:90px;
}

#ContactForm .progress
{
	margin-left:90px;
	margin-top:10px;
	width:441px;
}

#ContactForm .progressField
{
	width:335px;
}

#ContactForm .result
{
	clear:both;
	color:Red;
	margin-left:90px;
}

#ContactForm .watermarked,#ContactForm .watermarkedMessage
{
	color:gray;
}