@charset "utf-8";
.ImageButton
{
    position: relative;
    float: left;
}

.ImageButton .ButtonLeft
{
	float: none;
	background-repeat:no-repeat;
}
.ImageButton .ButtonMiddle
{
	float: right;
	background-repeat: repeat-x;
}
.ImageButton .ButtonRight
{
    float: left;
    background-repeat:no-repeat;
}
.ImageButton .ButtonText
{
	position: absolute;
	top: 2px;
	left: 0px;
	text-align: center;
	text-decoration: none;
}

.Button33 .ButtonLeft
{
	width: 6px;
	height: 24px;
	background-image: url(../images/buttion_01.gif);
}
.Button33 .ButtonMiddle
{
	height: 24px;
	background-image: url(../images/buttion_02.gif);
}
.Button33 .ButtonRight
{
	width: 7px;
	height: 24px;
	background-image: url(../images/buttion_03.gif);
}
.Button33 .ButtonText
{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

div:hover.Button33 .ButtonLeft
{
	background-image: url(../images/buttion_o_01.gif);
}
div:hover.Button33 .ButtonMiddle
{
	background-image: url(../images/buttion_o_02.gif);
}
div:hover.Button33 .ButtonRight
{
	background-image: url(../images/buttion_o_03.gif);
}

div:hover.Button33 .ButtonText
{
    color: White;
}

