@charset "UTF-8";
#inner-content {
	position: relative;
}
#inner-content h4 {
	float: right;
	height: 55px;
	width: 160px;
	position: absolute;
	left: 495px;
	top: -2px;
}
#inner-content h4 a {
	background-image: url(../img/comming_mailbnr.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 55px;
	width: 160px;
}
#inner-content h4 a:hover{
	background-position: 0px -55px;
}
#inner-content h4 a:active{
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

#inner-content h4 span {
	display: none;
}

