.basic  {
	width: 828px;
	margin: 40px auto 0;
	padding-top: 13px;
	background: url(/images/round-top.png) no-repeat;
}
.middle {
	background: url(/images/round-middle.png) top no-repeat;
	padding: 10px 20px 20px;
}
.bottom {
	background: url(/images/round-bottom.png) no-repeat;
	height: 13px;
}
.basic p {
	margin-bottom: 10px;
	padding: 10px 40px 0;
	font-size: 14px;
	line-height: 16px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 10px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
.basic a:hover {
}
.basic a.selected {
	color: black;
}

