
.btnNormal
{
	width:80px; 
	height: 27px;
	padding-left:1px;
	padding-top:1px;
	border-width: 0px;
    cursor:default;
	behavior:url(JS/button.htc);
}

.btnOver
{
	width:80px; 
	height: 27px;
	padding-left:1px;
	padding-top:1px;
	border-width: 0px;
    cursor:default;
	behavior:url(JS/button.htc);
}

.btnDown
{
	width:80px; 
	height: 27px;
	border-width: 0px;
    cursor:default;
	behavior:url(JS/button.htc);
}


.btnLeft
{
	width: 8px;
	height: 26px;
    background-repeat:no-repeat;
    float:left;
}

.btnRight
{
	width: 8px;
	height: 26px;
    background-repeat:no-repeat;
    float:left;
}

.btnMiddle
{
    width:63px;
    height:26px;
    background-repeat:repeat-x;
    line-height:26px;
    float:left;
}


.btnNormal .btnLeft
{
    background-image:url(../Images/Button/btnNormalLeft.gif);
}

.btnNormal .btnRight
{
    background-image:url(../Images/Button/btnNormalRight.gif);
}

.btnNormal .btnMiddle
{
    background-image:url(../Images/Button/btnNormalMiddle.gif);
}

.btnOver .btnLeft
{
    background-image:url(../Images/Button/btnOverLeft.gif);
}

.btnOver .btnRight
{
    background-image:url(../Images/Button/btnOverRight.gif);
}

.btnOver .btnMiddle
{
    background-image:url(../Images/Button/btnOverMiddle.gif);
}


.btnDown .btnLeft
{
    background-image:url(../Images/Button/btnDownLeft.gif);
}

.btnDown .btnRight
{
    background-image:url(../Images/Button/btnDownRight.gif);
    margin-left:-1px;
}

.btnDown .btnMiddle
{
    background-image:url(../Images/Button/btnDownMiddle.gif);
    padding-left:1px;
    padding-top:1px;
}
