/* RED BUTTONS START */
.redButtonLeft {
    background-image: url(./../images/button/redButtonLeft.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 6px;
    width: inherit;
	cursor: pointer;
}

.redButtonRight {
    background-image: url(./../images/button/redButtonRight.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 6px;
    width: inherit;
}

.redButtonCenter {
    background-image: url(./../images/button/redButtonCenter.png);
    background-repeat: repeat-x;
    color: #ffffff;
    height:20px;
    padding-left:10px;
    padding-right:10px;
    padding-top:3px;
    width:inherit;
    font-size: 12px;
    text-align: center;
	white-space: nowrap;
}
/* RED BUTTONS END */

/* WHITE BUTTONS START */

.whiteButtonLeft {
    background-image: url(./../images/button/whiteButtonLeft.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 6px;
    width: inherit;
	cursor: pointer;
}

.whiteButtonRight {
    background-image: url(./../images/button/whiteButtonRight.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 6px;
    width: inherit;
}

.whiteButtonCenter {
    background-image: url(./../images/button/whiteButtonCenter.png);
    background-repeat: repeat-x;
    color: #BBBBBB;
    height:20px;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    width:inherit;
    font-size: 12px;
    text-align: center;
	white-space: nowrap;
}

/* WHITE BUTTONS END */
