#contact-via-email {
	margin: 5px 0 0 0;
	width: 100%;
}

#contact-via-email a {
	width: 110px;
	height: 44px;
	display: block;
	float: left;
	margin-left: 20px;
}

#contact-via-email a span {
	display: none;
}

a.gmail {
	background: url(../images/support/gmail.png) repeat 0px 0px;
}
a.gmail:hover {
	background: url(../images/support/gmail.png) repeat 0px -44px;
}

a.aol {
	background: url(../images/support/aol.png) repeat 0px 0px;
}
a.aol:hover {
	background: url(../images/support/aol.png) repeat 0px -44px;
}

a.hotmail {
	background: url(../images/support/hotmail.png) repeat 0px 0px;
}
a.hotmail:hover {
	background: url(../images/support/hotmail.png) repeat 0px -44px;
}

a.yahoo {
	background: url(../images/support/yahoo.png) repeat 0px 0px;
}
a.yahoo:hover {
	background: url(../images/support/yahoo.png) repeat 0px -44px;
}
