A.btn_gray
{
    font-size: 12px;
    background: url(images/button_gray_flat.png) no-repeat left top;
    _background: url(images/button_gray_flat.gif) no-repeat left top;
    float: left;
    margin: 0px;
    margin-bottom: 0px;
    color: black;
    line-height: 12px;
    font-family: Arial, sans-serif;
    white-space: nowrap;
    position: relative;
    text-decoration: none
}
A.btn_gray *
{   display:block; 
    padding-top: 5px; 
    padding-bottom: 8px;
}

A.btn_gray B
{
    padding-right: 10px;
    background-position: right top;
    left: 10px;
    background-image: url(images/button_gray_flat.png);
    _background-image: url(images/button_gray_flat.gif);
    background-repeat: no-repeat;
    position: relative;
}
A:hover.btn_gray
{
	color: MediumBlue;
}
A.btn_red
{
    font-size: 12px;
    background: url(images/button_red_glass.png) no-repeat left top;
    _background: url(images/button_red_glass.gif) no-repeat left top;
    float: left;
    margin: 0px;
    margin-bottom: 0px;
    color: black;
    line-height: 12px;
    font-family: Arial, sans-serif;
    white-space: nowrap;
    position: relative;
    text-decoration: none
}
A.btn_red *
{   display:block; 
    padding-top: 5px; 
    padding-bottom: 8px;
}

A.btn_red B
{
    padding-right: 10px;
    background-position: right top;
    left: 10px;
    background-image: url(images/button_red_glass.png);
    _background-image: url(images/button_red_glass.gif);
    background-repeat: no-repeat;
    position: relative;
}
A:hover.btn_red
{
    color: MediumBlue;
}

A.btn_yellow
{
    font-size: 12px;
    background: url(images/button_yellow_flat.png) no-repeat left top;
    _background: url(images/button_yellow_flat.gif) no-repeat left top;
    float: left;
    margin: 0px;
    margin-bottom: 0px;
    color: black;
    line-height: 12px;
    font-family: Arial, sans-serif;
    white-space: nowrap;
    position: relative;
    text-decoration: none
}
A.btn_yellow *
{   display:block; 
    padding-top: 5px; 
    padding-bottom: 8px;
}

A.btn_yellow B
{
    padding-right: 10px;
    background-position: right top;
    left: 10px;
    background-image: url(images/button_yellow_flat.png);
    _background-image: url(images/button_yellow_flat.gif);
    background-repeat: no-repeat;
    position: relative;
}


button.btn_gray
{
    background: url(images/button_gray_flat_left.png) no-repeat left top;
    _background: url(images/button_gray_flat_left.gif) no-repeat left top;
    border: none;
    float: left;
/*    margin: 0px; */
    margin-bottom: 0px;
    font-size: 12px;
    color: black;
    line-height: 12px;
    font-family: arial, sans-serif;
    white-space: nowrap;
    position: relative;
    text-decoration: none
}

* html .btn_grey {
	cursor: pointer; 
} /* alternate cursor style for ie */

button.btn_gray *
{   display:block; 
/*    padding-top: 5px; */
    padding-top: 3px; 
    padding-bottom: 8px;
}

button.btn_gray b
{
    padding-right: 10px;
    background-position: right top;
    left: 6px;
    background-image: url(images/button_gray_flat.png);
    _background-image: url(images/button_gray_flat.gif);
    background-repeat: no-repeat;
    position: relative;
}
button:hover.btn_gray
{
    color: MediumBlue;
}

/* Ref: http://jarrodspillers.com/articles/2007/04/10/custom-image-form-submit-buttons-what-is-the-correct-approach */
.custombutton {
	padding:0;
	margin:0;
	border:none;
	background:none;
	background-repeat: no-repeat; 
	cursor:pointer;
	position: relative;
    font-size: 12px;
    font-weight: bold;
    color: black;
    line-height: 12px;
    font-family: arial, sans-serif;
    padding-top: 1px;
    white-space: nowrap;
    height: 20px;
    
}
button:hover.custombutton  {
	color: MediumBlue;
}
* html .custombutton {
	cursor: pointer;
} /* alternate cursor style for ie */

