a.button_gray {
    /* Sliding right image */
    background: transparent url('../img/buttons/button_gray_r.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 17px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 8px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #404040;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

a.button_gray span {
	/* Background left image */ 
	background: transparent url('../img/buttons/button_gray.png') no-repeat; 
	display: block;
	line-height: 17px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
	padding: 0px 0 0px 8px;
	}

a.button_gray:hover {
	background: transparent url('../img/buttons/button_gray_r_h.png') no-repeat;
	background-position: bottom right;
	}

a.button_gray:hover span {
	text-decoration: none;
	color: #bf0c0c;
	padding: 0px 0 0px 8px;
	background: transparent url('../img/buttons/button_gray_h.png') no-repeat;
	background-position: bottom left;
	}
	
a.button_red {
    /* Sliding right image */
    background: transparent url('../img/buttons/button_red_r.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 17px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 8px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

a.button_red span {
	/* Background left image */ 
	background: transparent url('../img/buttons/button_red.png') no-repeat; 
	display: block;
	line-height: 17px; /* CHANGE THIS VALUE ACCORDING TO BUTTON HEIGHT */
	padding: 0px 0 0px 8px;
	}

a.button_red:hover {
	background: transparent url('../img/buttons/button_red_r_h.png') no-repeat;
	background-position: bottom right;
	}

a.button_red:hover span {
	text-decoration: none;
	color: #FFF;
	padding: 0px 0 0px 8px;
	background: transparent url('../img/buttons/button_red_h.png') no-repeat;
	background-position: bottom left;
	}