div.smartie-badge {
	width:		180px;
	padding:	10px;
	
	border:		5px solid #FFF;
	color:		#FFF;
	background:	#333;
}

div.smartie-badge h2 {
	padding:	0px;
	margin:		0px;
	
	font-size:	14px;
	color:		#CCC;
}
	
div.smartie-badge-right {
	float:		right;
	margin:		0 0 10px 10px;
}

div.smartie-badge-block {
	float:		none;
}

div.smartie-badge-left {
	float:		left;
	margin:		0 10px 10px 0;
}

div.smartie-badge-big {
	margin:		20px 0;
	font-size:	20px;
	padding:	10px;
	color:		#FFF;
	background:	#333;
}

