
.mailing_address {
	margin: 0 0 10px 3em;
}

img {
	border: none;
}

/* instead of using a cols= on the text area for the contact message body, specify a css width */
#contact_message { 
	width: 99%;
}

#nav {
	z-index: 100;
}

.nav_button {
	cursor: pointer;
}

.nav_button_id {
	display: none;
}

#contact_form_table {
	width: 100%;
}

#contact_form_result {
	font-weight: bold;
}

/* TODO still used?   :( IE6 no likey -> table.two_col_form_table td:first-child { */
table .two_col_form_table_col1 {
	width: 1%;
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
}


dl {
	margin: 0;
	padding: 0 0 0 2em;
}

dt {
	font-weight: bold;
}

dd {
}


