#links {
	position: relative;
	padding: 10px;
	background-color: white;
	border: 1px solid #cccccc;
	font-size: 10px;
	float: right;
	line-height: 21px;
	top: 5px;
	width: 140px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.morebg {
	padding: 5px 10px 5px 10px;
	border: 1px solid #cccccc;
	background-image: url(images/morebg.jpg);
	background-repeat: repeat-x;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}