div.btnBlack {
    height: 30px;
}

div.btnBlackLeft {
    width: 6px;
    height: 30px;
    background: #000 url('../images/ecl/btnBlackLeft.png') no-repeat;
    float: left;
}

div.btnBlackRight {
    width: 6px;
    height: 30px;
    background: #000 url('../images/ecl/btnBlackRight.png') no-repeat;
    float: left;
}

div.btnBlackBg {
    height: 25px;
    background: #000 url('../images/ecl/btnBlackBg.png') repeat-x;
    float: left;
    font-family: Tahoma,Verdana,SANS-SERIF;
    font-size: 11pt;
    font-weight: bold;
    color: #eee;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    letter-spacing: 1px;
}

.bigRedButton div.btnBlackBg {
    background: url('../images/ecl/btnBlack2Bg.png') repeat-x;
}
.bigRedButton div.btnBlackRight {
    background: url('../images/ecl/btnBlack2Right.png') no-repeat;
}
.bigRedButton div.btnBlackLeft{
    background: url('../images/ecl/btnBlack2Left.png') no-repeat;
}
div.btnSmallBlack {
    height: 22px;
}

div.btnSmallBlackLeft {
    width: 4px;
    height: 22px;
    background: #000 url('../images/ecl/btnSmallBlackLeft.png') no-repeat;
    float: left;
}

div.btnSmallBlackRight {
    width: 4px;
    height: 22px;
    background: #000 url('../images/ecl/btnSmallBlackRight.png') no-repeat;
    float: left;
}

div.btnSmallBlackBg {
    height: 19px;
    background: #000 url('../images/ecl/btnSmallBlackBg.png') repeat-x;
    float: left;
    font-family: Tahoma,Verdana,sans-serif;
    font-size: 9pt;
    font-weight: bold;
    color: #eee;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    letter-spacing: 1px;
}

.smallRedButton div.btnSmallBlackBg {
    background-image: url('../images/ecl/btnSmallRedBg.png') ;
    background-repeat:repeat-x;
}
.smallRedButton div.btnSmallBlackRight {
    background-image: url('../images/ecl/btnSmallRedRight.png');
    background-repeat:no-repeat;
}
.smallRedButton div.btnSmallBlackLeft{
    background-image: url('../images/ecl/btnSmallRedLeft.png') ;
    background-repeat:no-repeat;
}

div.btnRed {
    height: 43px;
}

div.btnRedLeft {
    width: 15px;
    height: 43px;
    background: url('../images/ecl/menuNewLoginLeft.png') no-repeat;
    float: left;
}

div.btnRedRight {
    width: 15px;
    height: 43px;
    background: url('../images/ecl/menuNewLoginRight.png') no-repeat;
    float: left;
}

div.btnRedBg {
    height: 31px;
    background: url('../images/ecl/menuNewLoginCenter.png') repeat-x;
    float: left;
    font-family: Tahoma,Verdana;
    font-size: 11pt;
    font-weight: bold;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 11px;
    letter-spacing: 1px;
}

.btn {
    cursor: pointer;
}
