﻿a.orangeButton, a.blackButton, a.smallWhiteButton
{
	behavior: url(../Img/iepngfix.htc);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 0px;
	cursor: hand;
    	display: inline-block;
    	display: -moz-inline-box;
	color: White;
	padding-left: 11px;
	padding-right: 11px;
	text-align: center;
	height: 26px;
}

a.smallWhiteButton
{
	color: Black;
}

a.orangeButton *, a.blackButton *, a.smallWhiteButton *
{
	behavior: url(../Img/iepngfix.htc);
	display: inline-block;
    	display: -moz-inline-box;
	white-space: nowrap;
}

a.orangeButton span, a.blackButton span, a.smallWhiteButton span
{
	margin-left: 11px;
	background-position: right top;
	background-repeat: no-repeat;
}

a.orangeButton span span, a.blackButton span span, a.smallWhiteButton span span
{
	margin-left: 0px;
	margin-right: 11px;
	behavior: url(../Img/iepngfix.htc);
	background-repeat: repeat-x;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: center;
}

.ieButtonFix
{
	display: none;
}

a.orangeButton
{
	background-image: url(../Img/orangeButtonLeftBG.png);
}

a.orangeButton span
{
	background-image: url(../Img/orangeButtonRightBG.png);
}

a.orangeButton span span
{
	background-image: url(../Img/orangeButtonMidBG.png);
}

a:hover.orangeButton
{
	background-image: url(../Img/orangeButtonHoverLeftBG.png);
}

a:hover.orangeButton span 
{
	background-image: url(../Img/orangeButtonHoverRightBG.png);
}

a:hover.orangeButton span span
{
	background-image: url(../Img/orangeButtonHoverMidBG.png);
}

a.blackButton
{
	background-image: url(../Img/blackButtonLeftBG.png);
}

a.blackButton span
{
	background-image: url(../Img/blackButtonRightBG.png);
}

a.blackButton span span
{
	background-image: url(../Img/blackButtonMidBG.png);
}

a:hover.blackButton
{
	background-image: url(../Img/blackButtonHoverLeftBG.png);
}

a:hover.blackButton span
{
	background-image: url(../Img/blackButtonHoverRightBG.png);
}

a:hover.blackButton span span
{
	background-image: url(../Img/blackButtonHoverMidBG.png);
}

a.smallWhiteButton
{
	background-image: url(../Img/smallWhiteButtonLeftBG.png);
}

a.smallWhiteButton span
{
	background-image: url(../Img/smallWhiteButtonRightBG.png);
}

a.smallWhiteButton span span
{
	background-image: url(../Img/smallWhiteButtonMidBG.png);
}

a:hover.smallWhiteButton
{
	background-image: url(../Img/smallWhiteButtonHoverLeftBG.png);
}

a:hover.smallWhiteButton span
{
	background-image: url(../Img/smallWhiteButtonHoverRightBG.png);
}

a:hover.smallWhiteButton span span
{
	background-image: url(../Img/smallWhiteButtonHoverMidBG.png);
}

