/* CSS Document */

ul.contactUs {
	margin: 0;
	padding: 0;
}
ul.contactUs li {
	padding-left: 20px;
	list-style: none;
	background-image: url(../../images/icon_arrow.gif);
	background-repeat: no-repeat;
}

#contact label {
}
#contact textarea {
	width: 340px;
	margin: 5px 0 10px 0;
}
#contact .button {
	width: 80px;
}
.twoColumnText {
	margin-left: 98px;
	width: 623px;
}