/*Yellow Skins*/

/*Matte Style*/
.yellow-matte {
	color: #886500;
	background: #ffcc00;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#d49d00));
	background: -moz-linear-gradient(top,  #ffcc00,  #d49d00);
	
	/*text-shadow*/
	text-shadow: 0 1px 1px #ffcc33;	
	
	/*Box Shadow*/
	-moz-box-shadow: 0px -1px 0px #ffeca0, 0px 1px 0px #b78800, 0px 3px 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px -1px 0px #ffeca0, 0px 1px 0px #b78800, 0px 3px 3px rgba(0,0,0,.25);
	box-shadow: 0px -1px 0px #ffeca0, 0px 1px 0px #b78800, 0px 3px 3px rgba(0,0,0,.25);
}
.yellow-matte:hover {
	background: #ffcc00;
	background: -webkit-gradient(linear, left top, left bottom, from(#fec100), to(#cd8c00));
	background: -moz-linear-gradient(top,  #fec100,  #cd8c00);
}
.yellow-matte:active {
	color:#b17e00;	
	background: #ffcc00;
	background: -webkit-gradient(linear, left top, left bottom, from(#e9ad00), to(#c28400));
	background: -moz-linear-gradient(top,  #e9ad00,  #c28400);
	
	/*Box Shadow*/
	-moz-box-shadow: 0px -1px 0px #c28400, 0px 1px 0px #e8ac00, 0px 3px 3px rgba(0,0,0,0);
	-webkit-box-shadow: 0px -1px 0px #c28400, 0px 1px 0px #e8ac00, 0px 3px 3px rgba(0,0,0,0);
	box-shadow: 0px -1px 0px #c28400, 0px 1px 0px #e8ac00, 0px 3px 3px rgba(0,0,0,0);
	text-shadow: 0 1px 1px #f0a700;	
}

/*gloss*/
.yellow-gloss {
	color: #886500;
	background: #ffcc00;
	background: -moz-linear-gradient(top, #fdd226, #e9bc26 50%, #e4af00 51%, #d09900);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdd226), color-stop(.5, #e9bc26), color-stop(.5, #e4af00), to(#d09900)); 
	
	/*text-shadow*/
	text-shadow: 0 1px 1px #ffcc33;	
	
	/*Box Shadow*/
	-moz-box-shadow: 0px -1px 0px #ffeca0, 0px 1px 0px #b78800, 0px 3px 3px rgba(0,0,0,.25);
	-webkit-box-shadow: 0px -1px 0px #ffeca0, 0px 1px 0px #b78800, 0px 3px 3px rgba(0,0,0,.25);
	box-shadow: 0px -1px 0px #ffeca0, 0px 1px 0px #b78800, 0px 3px 3px rgba(0,0,0,.25);
}
.yellow-gloss:hover {
	background: #ffcc00;
	background: -moz-linear-gradient(top, #f7c70a, #e2b00a 50%, #dba000 51%, #c68900);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7c70a), color-stop(.5, #e2b00a), color-stop(.5, #dba000), to(#c68900)); 
	text-shadow: 0 1px 1px #ecb91c;	

}
.yellow-gloss:active {
	color:#b17e00;	
	background: #ffcc00;
	background: -moz-linear-gradient(top, #f4b914, #e0a404 50%, #dc9c00 51%, #c88800);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4b914), color-stop(.5, #e0a404), color-stop(.5, #dc9c00), to(#c88800)); 
	
	/*Box Shadow*/
	-moz-box-shadow: 0px -1px 0px #c28400, 0px 1px 0px #e8ac00, 0px 3px 3px rgba(0,0,0,0);
	-webkit-box-shadow: 0px -1px 0px #c28400, 0px 1px 0px #e8ac00, 0px 3px 3px rgba(0,0,0,0);
	box-shadow: 0px -1px 0px #c28400, 0px 1px 0px #e8ac00, 0px 3px 3px rgba(0,0,0,0);
	text-shadow: 0 1px 1px #e2af12;	
}