a.button_gray {
    /* Sliding right image */
    background: transparent url('../images/buttons/btn_gray_r.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 21px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	padding-right: 24px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	margin-right: 5px;
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #118abc;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	}

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

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

a.button_gray:hover span {
	text-decoration: underline;
	}
*/

a.button_new_art {
	width: 193px;
	height: 85px;
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	background: url(../images/buttons/button_new_art.png) no-repeat;
	}
	
a.button_new_art:hover {
	background: url(../images/buttons/button_new_art_h.png) no-repeat;
	}
