﻿button {
border: 0 none;
cursor: pointer;
font-weight: bold;
padding: 0 15px 0 0;
_padding: 0 5px 0 0;
*padding: 0 5px 0 0;
text-align: center;
height: 26px;
line-height: 26px;
width: auto;
border:solid 0px #000000;
vertical-align:top;
margin-top:-1px;
  
}

button.red {
background: transparent url( ../Image/bg-btn-gray-red-right.gif ) no-repeat scroll right top;
background-position: right 0px;
clear: left;
font-size: 0.8em;
	    color: #262626; 
}

button.gray {
background: transparent url( ../Image/bg-btn-gray-right.gif ) no-repeat scroll right top;
background-position: right 0px;
clear: left;
font-size: 0.8em;
}

button.green {
background: transparent url( ../Image/bg-btn-green-right.gif ) no-repeat scroll right top;
background-position: right 0px;
clear: left;
font-size: 0.8em;
}

button span {
display: block;
padding: 0 0 0 15px;
___position: relative;
white-space: nowrap;
height: 26px;
line-height: 26px;
border:solid 0px #000000;
margin-top:-1px;
_margin-top:0px;        
*margin-top:0px;    
		font-size:13px;											         				
}

button.red span {
background: transparent url( ../Image/bg-btn-gray-red-left.gif ) no-repeat scroll left top;
color: #f9f9f9;
border:solid 0px red;
margin-top:-1px;
_margin-top:0px;        
*margin-top:0px;    
margin-top/*\**/:0px;    
    font-weight:bold;   
    font-size:11px;
    font-family: Tahoma, sans-serif; 
    color: #262626; 
 
}

@-moz-document url-prefix() {
button.red span {
    margin-top:0px;
}
}


button.gray span {
background: transparent url( ../Image/bg-btn-gray-left.gif ) no-repeat scroll left top;
color: #333333;
border:solid 0px red;
margin-top:-1px;
_margin-top:0px;        
*margin-top:0px;
margin-top/*\**/:0px;    
    font-weight:bold;   
    font-size:11px;
    font-family: Tahoma, sans-serif;     
    color: #262626; 
}

@-moz-document url-prefix() {
button.gray span {
    margin-top:0px;
}
}


button.green span {
background: transparent url( ../Image/bg-btn-green-left.gif ) no-repeat scroll left top;
color: #333333;
border:solid 0px red;
margin-top:-1px;
_margin-top:0px;        
*margin-top:0px;    
}

@-moz-document url-prefix() {
button.green span {
    margin-top:0px;
}
}

button.red:hover {
background-position: 100% -26px;
}

button.gray:hover {
background-position: 100% -26px;
}

button.green:hover {
background-position: 100% -26px;
}

button.red:hover span {
background-position: 0% -26px;
    color: #ffffff; 
}

button.gray:hover span {
background-position: 0% -26px;
}

button.green:hover span {
background-position: 0% -26px;
}

button::-moz-focus-inner {
border: none;
}
