@charset "UTF-8";
/* CSS Document */

/* Buttons */

a.button, a.button-light, a.button-header {
    /* Sliding right image */
    background: transparent url(/skinimages/quantumjelly/button.gif) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 27px;
	margin-right: 6px;
	padding-right: 20px;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
}
	a.button span, a.button-light span, a.button-header span {
		background: transparent url(/skinimages/quantumjelly/button.gif) no-repeat; 
		display: block;
		line-height: 16px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
		padding: 6px 0 5px 18px;
		color: #fff;
	} 
	
	a.button:hover, a.button-light:hover, a.button-header:hover  {
		background-position: right -155px;
	}
	a.button:hover span, a.button-light:hover span, a.button-header:hover span {
		background-position: left -155px;
	}

	a.button-light{
	    background: transparent url(/skinimages/quantumjelly/button_2.gif) no-repeat scroll top right; 
	}

	a.button-light span {
		color: #777;
		background: transparent url(/skinimages/quantumjelly/button_2.gif) no-repeat; 
	}
	
	a.button-header {
	    background: transparent url(/skinimages/quantumjelly/button_header.gif) no-repeat scroll top right; 
	}

	a.button-header span {
		background: transparent url(/skinimages/quantumjelly/button_header.gif) no-repeat; 
	}
	
	a.btn_orange {
		-moz-border-radius-bottomleft:0.3em;
		-moz-border-radius-bottomright:0.3em;
		-moz-border-radius-topleft:0.3em;
		-moz-border-radius-topright:0.3em;
		background:#DF9C27 url(/skinimages/quantumjelly/button_bg_orange.gif) repeat-x scroll left top;
		border:1px solid #C56611;
		color:#FFFFFF !important;
		cursor:pointer;
		margin:3px 1px !important;
		padding:3px 5px !important;
		vertical-align:middle;
		white-space:nowrap;
		text-decoration:none;
	}
