.bodyBarContact
{
  background-color: #000000;
  color: #000000;
}

#contactForm p
{
	font:"Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:15px;
 	margin: 0px;
  	padding: 15px 15px 0px 15px;
}

#contactForm
{
	position: relative;
	float: right;
	width: 660px;
	height: 300px;
	background-color: #EEEEEE;
	/*background-image: url(../img/bg-contact-form.gif);
	background-repeat: repeat-x;*/
}

#contactNameLabel, #contactEmailLabel, #contactFindUsLabel, #contactOtherLabel
{
  position: absolute;
  top: 18px;
}

#contactMessageLabel
{
	position: absolute;
	top: 66px;
	left: 16px;
}

#contactName, #contactEmail, #contactOther, #contactFindUs, #contactMessage
{
  position: absolute;
  padding: 2px;
  height: 16px;
  border: 0px;
  color: #888888;
  font-family: Times, "Times New Roman", serif;
  font-size: 14px;
  border: 1px solid #cccccc;
}

#contactName, #contactEmail, #contactFindUs
{
  top: 32px;
  width: 141px;
  height: 16px;
}

#contactOther
{
  top: 32px;
  width: 115px;
  height: 16px;
}

#contactName, #contactNameLabel
{
	left: 16px;
}

#contactEmail, #contactEmailLabel
{
	left: 176px;
}

#contactFindUs, #contactFindUsLabel
{
	left: 336px;
}

#contactEmail2, #contactEmailLabel2
{
	left: 336px;
}

#contactOther, #contactOtherLabel
{
	left: 520px;
}

#contactMessage
{
	top: 82px;
	left: 16px;
	width: 621px;
	height: 100px;
}

#contactSendButton
{
	position: absolute;
	top: 198px;
	left: 574px;
}

#contactNoteLabel
{
	position: absolute;
	top: 203px;
	left: 18px;
}
