.hiddendiv {
	width: 574px;
	background: #FFF;
}

.hiddenItem {
	cursor: pointer;
	font: 11px Tahoma;
	font-weight: bold;
	color: #7b1624;
	height: 22px;
	line-height: 22px;
	padding-left: 5px;
}

.hiddenText {
	border: 1px #CCC dashed;
	background: #EEE;
	padding: 5px;
}

.hiddenText a {
	cursor: pointer;
	font: 11px Tahoma;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

.hiddenText a:hover {
	text-decoration: underline;
}