#sm_index_body {
	vertical-align: top;
}

a.sm_index_action {
	position: relative;
	width: 180px;
	text-align: center;
	margin: 0 0 10px 20px;
	float: right;
	clear: both;
	border-radius: 12px;
	-moz-border-radius: 12px;
	text-decoration: none;
	padding: 10px;
}
a.sm_index_action strong {
	display: block;
	font-weight: bold;
	font-size: x-large;
	text-decoration: underline;
}
a.sm_index_action em {
	display: block;
	font-weight: bold;
	font-size: small;
	color: #000;
	font-style: normal;
}

a.sm_index_bugs {
	background: #f96;
	color: #600;
}
a.sm_index_forum {
	background: #aef;
	color: #006;
}
a.sm_index_download {
	background: #9fa;
	color: #060;
}

p#sm_index_news {
	clear: both;
	border-top: 1px dashed #ccc;
	font-weight: bold;
	padding: 10px 0 0 28px;
}
