a.button:link, a.button:visited {
	display: block;
	width: 107px;
 	height:24px;
	line-height: 24px;
	color: #000;
	text-decoration: none;
    background: url(/images/button.gif) no-repeat left top;

	color: white;
    font-size: 11pt;
    font-weight: bold;
    font-family: Arial, serif;
    text-align: center;
    float:left;
    margin: 2px;

}
a.button:hover {
	/* background: #c00; */
	background-position: right top;
}

a.button:active {
	/* background: #c00; */
	background-position: right bottom;
}

a.button_special:link, a.button_special:visited {
	display: block;
	width: 240px;
 	height:52px;
	line-height: 52px;
	color: #000;
	text-decoration: none;
    background: url(/images/button02.png) no-repeat left top;

	color: white;
    font-size: 16pt;
    font-weight: bold;
    font-family: Arial, serif;
    text-align: center;
    float:left;
    margin: 2px;

}
a.button_special:hover {
	/* background: #c00; */
	background-position: right top;
}

a.button_special:active {
	/* background: #c00; */
	background-position: right bottom;
}

.button_off {
	background: url(/images/) no-repeat left bottom;
    width: 107px;
 	height:24px;
	line-height: 24px;
    margin: 2px;
    float:left;
    color: white;
    font-size: 11pt;
    font-weight: bold;
    font-family: Arial, serif;
    text-align: center;
}


a.button_order:link, a.button_order:visited {
	display: block;
	width: 135px;
 	height:35px;
	line-height: 35px;
	color: #000;
	text-decoration: none;
    background: url(/images/button01.png) no-repeat left top;

	color: white;
    font-size: 14pt;
    font-weight: bold;
    font-family: Arial, serif;
    text-align: center;
    float:left;
    margin: 2px;

}
a.button_order:hover {
	/* background: #c00; */
	background-position: right top;
    text-decoration:underline;
}

a.button_order:active {
	/* background: #c00; */
	background-position: right bottom;
}
