button
{
	background-image: url('../images/layout/m_17.png');
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #4587A1;
	height: 21px;
	color: white;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;	
}

.button1
{
	background-image: url("../images/off.jpg");
	background-repeat: no-repeat;
	
	width: 81px;
	height: 18px;
	float: left;

	padding-top: 3px;
	margin: 4px;
	border: none;

	text-align: center;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.button1:hover
{
	background-image: url("../images/on.jpg");
}


.button2
{
	background-image: url("../images/off.jpg");
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	width: 81px;
	height: 18px;
	float: left;

	padding: 0;
	margin: 4px;
	border: none;

	text-align: center;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.button2:hover
{
	background-image: url("../images/on.jpg");
}
