.big_orange_button { 
    background-color: #f26522;
}
.big_orange_button .l {
    background: url("/images/buttons/big_orange_button/l.jpg") left no-repeat;        
}
.big_orange_button .r {
    background: url("/images/buttons/big_orange_button/r.jpg") right no-repeat;
}
.big_orange_button .content {    
    line-height: 26px;
}
.big_orange_button .content span {    
    font: bold 14px Arial;    
    line-height: inherit;
    color: white;    
    padding-right: 10px;
    margin: 0px 14px;
    letter-spacing: 1px;
    background: url("/images/buttons/big_orange_button/arrow.jpg") right no-repeat;
}

.big_grey_button {  
    background-color: #8c8c8c;    
}
.big_grey_button .lt {
    background: url("/images/buttons/big_grey_button/lt.jpg") left top no-repeat;        
}
.big_grey_button .rt {
    background: url("/images/buttons/big_grey_button/rt.jpg") right top no-repeat;
}
.big_grey_button .rb {
    background: url("/images/buttons/big_grey_button/rb.jpg") right bottom no-repeat;    
}
.big_grey_button .lb {
    background: url("/images/buttons/big_grey_button/lb.jpg") left bottom no-repeat;
}
.big_grey_button .content {    
    line-height: 26px;
}
.big_grey_button .content span {    
    font: 14px Arial;    
    line-height: inherit;
    color: white;    
    padding-right: 10px;
    margin: 0px 14px;
    background: url("/images/buttons/big_grey_button/arrow.jpg") right no-repeat;
}

.grey_label {        
    overflow: hidden;
    background: url("/images/buttons/grey_label/center_piece.jpg") repeat-x;
}
.grey_label div {    
    background: url("/images/buttons/grey_label/left_piece.jpg") left no-repeat;
}
.grey_label div div {
    height: 16px;        
    text-align: left;
    padding: 0px 0px 0px 10px;
    color: black;
    font-family: Arial;
    font-size: 12px;
    line-height: 120%;
    background: url("/images/buttons/grey_label/right_piece.jpg") right no-repeat;
}

.new_orange_button {
    background: url("/images/buttons/orange_button/center.jpg") repeat-x;    
}
.new_orange_button .l {
    background: url("/images/buttons/orange_button/left.jpg") left no-repeat;
}
.new_orange_button .r {
    background: url("/images/buttons/orange_button/right.jpg") right no-repeat;
}
.new_orange_button .content {
    font: 11px Tahoma;
    line-height: 17px;    
    padding: 0px;    
    text-align: center;
}
.new_orange_button .content span {  
    color: white;    
    padding-right: 10px;
    margin: 0px 14px;
    background: url("/images/buttons/orange_button/arrow.jpg") right no-repeat;
}

.orange_button a {
    color: white;
    font: 11px Tahoma;
    text-decoration: none;
}
.orange_button div {    
    height: 17px;
    text-align: center;    
    background: url("/images/buttons/orange_button/center.jpg") repeat-x;    
    cursor: pointer;
    overflow: hidden;
}
.orange_button div div {
    height: 100%;
    width: 100%;
    background: url("/images/buttons/orange_button/left.jpg") left top no-repeat;
}
.orange_button div div div {
    width: 100%;
    padding-top: 1px;
    background: url("/images/buttons/orange_button/right.jpg") right top no-repeat;      
}
.orange_button div div div span {
    padding-right: 10px;    
    padding-top: 1px;
    background: url("/images/buttons/orange_button/arrow.jpg") right top no-repeat;
}

.orange_label {        
    overflow: hidden;
    background: url("/images/buttons/orange_label/center_piece.jpg") repeat-x;
}
.orange_label div {    
    background: url("/images/buttons/orange_label/left_piece.jpg") left no-repeat;
}
.orange_label div div {
    height: 16px;        
    text-align: left;
    padding: 0px 0px 0px 10px;
    color: white;
    font-size: 12px;
    line-height: 120%;
    background: url("/images/buttons/orange_label/right_piece.jpg") right no-repeat;
}

span.submit {            
    background: #f26522 url("/images/buttons/orange_button/left.jpg") left top no-repeat;
    padding: 0;
}
.gecko span.submit { padding-bottom: 3px; }
span.submit input {
    background: url("/images/buttons/orange_button/right.png") right top no-repeat;            
    border: none;    
    color: white;            
    font: 11px Tahoma;
    padding-left: 10px;
    padding-right: 15px;
    padding-bottom: 2px;            
    width: auto;
    cursor: pointer;
}            
.ie span.submit input {
    height: 17px;
    overflow: visible;  
    padding-right: 18px;
}
span.go_back {
    background: #f26522 url("/images/buttons/orange_button/left.png") left top no-repeat;
}
span.go_back input {
    background: url("/images/buttons/orange_button/right.jpg") right top no-repeat;
    padding-left: 18px;
    padding-right: 10px;
}

.ie span.go_back input { padding-left: 20px; }