/* GLOBAL BUTTON *****************************/
.clearbutton{
clear:both; height:0; font-size: 1px; line-height: 1px;
}

a.GlobalButton span {
background: transparent url('../images/cr_btn_body_grey.png') no-repeat 0 0;
display: block;
line-height: 17px;
padding: 4px 0 5px 18px;
color: #3E3E3E;
}

a.GlobalButton {
background: transparent url('../images/cr_btn_right_cap_grey.png') no-repeat top right;
display: block;
float: left;
height: 26px;
margin-right: 16px;
padding-right: 20px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}

a.GlobalButton:hover span {
background-position: 0 -25px; color: #000;
}

a.GlobalButton:hover {
background-position: right -25px;
}
