#contactus {
    background-image:	url(images/contactus.gif);
    background-repeat:	no-repeat;
}

#contactus:hover img {
    opacity:		0;
    filter:alpha(opacity=0);
}

#emaillist {
	margin-left:		20px;
	padding-bottom:		5px;
}

table {
	border-collapse:	collapse;
}

tr {
	vertical-align:		bottom;
	border-top:			1px dotted white;
	border-bottom:		1px dotted white;
}

td {
	padding-bottom:		3px;
}

.email {
	padding-left:		15px;
}

#emaillist img {
	padding-right:		5px;
}