/* buttons */
a.button{
	background-color:#CCC;
	cursor:pointer;
	border:1px solid #666;
	display:inline-block;
	font-size:0.9em;
	padding:0;
	white-space:nowrap;
}
a.button span{
	border:none;
	background-color:#999;
	color:#FFF;
	display:inline-block;
	height:15px;
	line-height:15px;
	font-weight:normal;
	margin-top:1px;
	padding:3px 5px 4px 5px;
	text-transform:capitalize;
	white-space:nowrap;
}
a.button.dark{
	background-color:#6799CA;
	border:1px solid #00349A;
}
a.button.dark:hover span{
	background-color:#3382CF;
}
a.button.dark span{
	background-color:#2A6DB3;
}
a.button.light{
	background-color:#FFF;
	border:1px solid #CCC;
}
a.button.light span{
	background-color:#EEE;
	color:#666;
}
a.button.highlight{
	background-color:#FFEE00;
	border:1px solid #FF6600;
}
a.button.highlight span{
	background-color:#FF9900;
}

a.button.promotion{
	background-color:#9F5B13;
	border:1px solid #333;
}
a.button.promotion span{
	background-color:#6F400D;
	color:#FFF;
}