﻿#ContactForm .btnSend
{
	/*float:right;*/
	margin-bottom:10px;
	width:80px;
}

#ContactForm .clear
{
	/*clear:both;*/
}

#ContactForm .field input, #ContactForm .field select
{
	width:325px;
	margin: 1px 0;
}

#ContactForm .field textarea
{
	width:320px;
	margin: 1px 0;
}
#ContactForm .field select
{
	width: 330px;
}

#ContactForm .field,#ContactForm .progressField
{
	/*float:left;*/
}

#ContactForm .label
{
	/*clear:left;
	float:left;
	height:2em;
	width:110px;*/
}

#ContactForm .progress
{
	/*margin-left:110px;
	margin-top:10px;
	width:335px;*/
}

#ContactForm .progressField
{
	/*width:340px;*/
}

#ContactForm .result
{
	/*clear:both;*/
	color:Red;
	/*margin-left:110px;*/
}

#ContactForm .watermarked,#ContactForm .watermarkedMessage
{
	color:gray;
}
#ContactForm a.pointer
{
	color:Black;
	text-decoration: none;
}