.light-pill{
  	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */
	
	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
	
	border-radius: 9px;
	
	box-shadow: inset 0 1px 0 0 white;
	
	color: #595c63;
	font: bold 11px/1 Helvetica, Arial, sans-serif;
	padding: 3px 0 7px 0;
	text-align: center;
	text-shadow: 0 1px 1px #fff;
	
	height: 18px;
	width: 80px;
	min-width: 50px;
}

.light-pill:hover {
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #f0f0f0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f0f0f0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#f0f0f0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#f0f0f0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#f0f0f0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#f0f0f0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */

	border-top: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;

	color: #222327;
}

.light-pill:active {
	padding-top: 4px;
  	color: #adadad;
  	box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
}










.BTN_dark{
	height: 26px;
	line-height: 26px;
	
	border-radius: 5px;
	border-left: 1px solid #656570;
	border-top: 1px solid #656570;
	border-right: 1px solid #3c3c43;
	border-bottom: 1px solid #3c3c43;
	border-left: 1px solid #3c3c43;
	border-top: 1px solid #3c3c43;

	background: #5b5b66;
	background: -moz-linear-gradient(top,  #5b5b66 0%, #47474f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b66), color-stop(100%,#47474f));
	background: -webkit-linear-gradient(top,  #5b5b66 0%,#47474f 100%);
	background: -o-linear-gradient(top,  #5b5b66 0%,#47474f 100%);
	background: -ms-linear-gradient(top,  #5b5b66 0%,#47474f 100%);
	background: linear-gradient(to bottom,  #5b5b66 0%,#47474f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b66', endColorstr='#47474f',GradientType=0 );
	
	color: #dbdce1;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0px -1px #17171a;
	text-align: center;
}

.BTN_dark:hover{
	color: #FFFFFF;
	
	background: #5b5b66;
	background: -moz-linear-gradient(top,  #5b5b66 0%, #47474f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5b66), color-stop(100%,#47474f));
	background: -webkit-linear-gradient(top,  #5b5b66 0%,#47474f 100%);
	background: -o-linear-gradient(top,  #5b5b66 0%,#47474f 100%);
	background: -ms-linear-gradient(top,  #5b5b66 0%,#47474f 100%);
	background: linear-gradient(to bottom,  #5b5b66 0%,#47474f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5b66', endColorstr='#47474f',GradientType=0 );
}

.BTN_dark:active{
	background: #646470;
	background: -moz-linear-gradient(top,  #505059 0%, #646470 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#505059), color-stop(100%,#646470));
	background: -webkit-linear-gradient(top,  #505059 0%,#646470 100%);
	background: -o-linear-gradient(top,  #505059 0%,#646470 100%);
	background: -ms-linear-gradient(top,  #505059 0%,#646470 100%);
	background: linear-gradient(to bottom,  #505059 0%,#646470 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505059', endColorstr='#646470',GradientType=0 );
}

