p {
	margin: 0;
	padding: 0 5px 1px 5px;
}

.active {
	background: #F9F9E6;
	width: 50px;
	margin: 0 auto 4px left;
	line-height: 14px;
	border-bottom: dotted 1px #ececec;
}
.inactive {
	background: #fff;
	margin: 0 auto 4px auto;
	line-height: 14px;
	border-bottom: dotted 1px #ececec;
}
