#contact {
	position: relative;
	height: 360px;
	padding: 10px;
	overflow: hidden;
	background: #262626;
}

#contact #body { width: 350px; }
#contact #body p { margin: 2px 0px; }
#contact #desc { color: white; font-weight: bold;}
#contact li { margin: 10px 0px; }

#contact input,
#contact textarea {
    width: 350px;
}

button#send {
	width:90px;
	height:40px;
	border:none;
	background: url("../images/btn-send.png") no-repeat top left #8AC2C4;
	margin-right: 10px;
}

button#clear {
	width:90px;
	height:40px;
	border:none;
	background: url("../images/btn-clear.png") no-repeat top left #909090;
}

#contact #right {
    width: 460px;
    float: right;
}


#contact #reps { margin-top: 18px; }

#contact #right h4 { margin: 0px; color: #D67CA7;}
#contact #right h5 { font:inherit; margin: 0px; color: white;}
#contact #right .col { width: 210px; float:left; margin-right: 10px; }