TABLE#contact {
	width: 100%;
	background: #1d1d1d;
	color: #A7A7A7;
	
	border-width: 12px;
	border-color: #1d1d1d;
	border-style: solid;
}

	TABLE#contact TD {
		vertical-align: top;
		padding: 0;
	}


	TABLE#contact TABLE {
		width: 100%;
	}

	TABLE#contact TABLE.contact_form {
		width: 320px;
	}

		DIV#content TABLE#contact TABLE.contact_form {
			line-height: normal;
		}

		TABLE.contact_form TH {
			background: #252525;
			color: #898989;
			text-transform: uppercase;
			padding: 0;
		}

		TABLE.contact_form TH SPAN {
			display: block;
			padding: 4px;
		}

		TABLE.contact_form TH {
			width: 65px;
			vertical-align: top;
		}
	
		TABLE.contact_form INPUT,TABLE.contact_form TEXTAREA {
			color: #A7A7A7;
			background: #2f2f2f;
			border: 0;
			
			width: 255px;
			height: 20px;
		}

		TABLE.contact_form TEXTAREA {
			height: 100px;
		}

		TABLE.contact_form INPUT.image {
			width: auto;
			height: auto;
		}


		TABLE.contact_form TR.spacer TD {
			background: none;
			height: 5px;
		}
	
	TABLE#contact TD.plain {
		height: 24px;
		line-height: 24px;
	}
	
	
	TABLE#contact_body TD {
		line-height: 15px;
	}

		TABLE#contact_body TD STRONG {
			color: #fff;
		}

		TABLE#contact IMG#map {
			margin: 2px 0 0;
		}
	
	