@CHARSET "UTF-8";

#contact {
	display: inline;
	float: left;
	width: 416px;
	height: 111px;
	margin: 0px auto 0px 103px;
	padding: 0px;
}
	
#contact a {
	display: inline;
	float: left;
	width: 208px;
	height: 91px;
	margin: 11px 0px 0px 0px;
	padding: 0px;
	background-position: top center;
}

#contact a:hover {
	background-position: bottom center;
}

#contact a.left {
	background-image: url("../images/contact/button_left.gif");
}

#contact a.right {
	background-image: url("../images/contact/button_right.gif");
}

#contact a .text {
	display: inline;
	width: 201px;
	height: 90px;
	padding: 0px;
	text-align: center;
	line-height: 90px;
	cursor: pointer;
}

#contact a.left .text {
	float: left;
	margin: 0px 1px 0px 6px;
}

#contact a.right .text {
	margin: 0px 6px 0px 1px;
	float: right;
}