html, body {
	background-color: #C5E6F5;
}

#content {
	min-height: 470px;
	_height: 470px;
	padding-bottom: 30px;
}

#bkg {
	background-image: url(/images/contact/bkg.jpg);
}

#content td {
	font-size: 13px;
}

#colLeft p, #colRight p {
	font-size: 13px;
	color: #423F2E;
	padding: 0px 10px 20px 0px;
}

#colLeft p {
	padding: 0px 20px 20px 0px;
}

#colLeft p a, #colLeft p a:visited {
	color: #A2AA47;
}

#colLeft, #colRight {
	float:left;
	padding-top: 20px;
}

#colLeft {
	width:274px;
	background-image:url(/images/contact/separator.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#colRight {
	width:274px;
	padding-left: 20px;
}

#colRight td {
	color: #423F2E;
	font-size: 13px;
	padding: 5px;
}

#colRight td.fieldName {
	padding-left: 0px;
}

#colRight td.fieldValue {
	padding-right: 0px;
}

#colRight td.error1 {
	padding-left: 0px;
	color: #ff3300;
	font-weight: bold;
}

#colRight input, #colRight textarea {
	border: none;
	background-color: #CFD3C7;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 179px;
	height: 16px;
	padding: 2px 3px 4px 3px;
}

#colRight textarea {
	height: 155px;
	padding-top: 5px;
}

#colRight p.areaAffects, #colRight p.checkBox {
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
}

#colRight p.checkBox {
	width: 140px;
	padding: 0px 0px 3px 70px;
}

#colRight p.checkBox input {
	float: left;
	width: auto;
	background-color: transparent;
}

#colRight p.checkBox span {
	position: relative;
	top: 3px;
}
