.site #contactForm {
	margin:15px 0px 0px 0px;
}

.site #contactForm FIELDSET {border: 1px solid #CDCDCD; padding: 13px;}

.site #contactForm label	{
	color: #000000;
	display: block;
	float: left;
	line-height: 22px;
	width: 80px;
    font-weight: bold;
}

.site #contactForm .inputText	{
	border: 1px solid #D0CEC4;
	background: white;
	float: left;
}

.site #contactForm .inputSubmit	{
	color: #000000;
	float:right;
}

.site #contactForm .contactFormErrorMessage	{
	color: #990000;
	font-weight: bold;
    padding-left: 80px;
}

.site #contactForm .contactFormSuccessfulMessage	{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	margin-bottom: 15px;
}

.site #contactForm .contactFormSmtpErrorMessage	{
	color: #880000;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
	margin-bottom: 15px;
}

.site #contactForm TEXTAREA{
  margin: 0;
  width: 320px;
  background:url("../images/cal_input.gif") repeat-x scroll left top #FFFFFF;
  border:1px solid #D0CEC4;
  padding: 3px;
}

.site #contactForm .typeSubmit	{
	background: #D4D0C8;
	border: 0;
	padding: 3px;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    background: #8d025e url(../images/regFormButton.gif) center bottom repeat-x;
    font-weight: bold;
    float: right;
}

.site #contactForm .inputText {
  width: 270px;
  margin: 0;
  background:url("../images/cal_input.gif") repeat-x scroll left top #FFFFFF;
  border:1px solid #D0CEC4;
  height: 20px;
}