#contactInfo {
	padding: 0 0 10px 10px;
	width: 100%;
}

dl {
	clear: both;
	width: 330px;
	margin: 0 0 13px 0;
}

dt {
	float: left;
}

#textFields dt {
	width: 100px;
	font-weight: bold;
}

#textFields dd {
	text-align: right;
}

#textFields dt.extend {
	width: 190px;
}

#checkboxes dl {
	margin: 0;
}

textarea, #buttons {
	width: 350px;

}

textarea {
	height: 105px;
}