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

.button
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(images/button_off.gif) no-repeat;
white-space: nowrap;
display: block;
width: 121px;
height: 31px;
margin: 0;
padding: 0;
}

.button a
{
display: block;
color: #000000;
font-size: 11px;
width: 121px;
height: 31px;
display: block;
float: right;
color: black;
text-decoration: none;
}

.button img
{
width: 121px;
height: 31px;
border: 0
}

* html a:hover
{
visibility:visible
}

.button a:hover img
{
visibility:hidden
}

.button span
{
position: absolute;
color:#FFFFFF;
font-weight:bold;
text-transform:uppercase;
font-size:12px;
left: 35px;
top: 8px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 


.logout_button {
	position: relative;
	float:right;
	text-align:left;
	font-family: arial, helvetica, sans-serif;
	background: url(images/mag_2.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 156px;
	height: 61px;
	margin: 0;
	padding: 0;
}

.logout_button a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 156px;
	height: 61px;
	display: block;
	float: right;
	color: black;
	text-decoration: none;
}

.logout_button img
{
width: 156px;
height: 61px;
border: 0
}

* html a:hover
{
visibility:visible
}

.logout_button a:hover img
{
visibility:hidden
}

.logout_button span {
	position: absolute;
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:12px;
	left: 55px;
	top: 15px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
} 