@charset "utf-8";
/* CSS Document */

.cssbutton
{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(../images/button2_over.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 132px;
	height: 44px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

.cssbutton a
{
display: block;
color: #000000;
font-size: 11px;
width: 211px;
height: 44px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssbutton img
{
width: 132px;
height: 44px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssbutton a:hover img
{
visibility:hidden
}

.cssbutton span
{
	position: absolute;
	left: 25px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-align: center;
} 

