.toggler {
	margin: 0;
	padding: 0;
	background-color: #a25051;
	height: 42px;
	cursor: pointer;
	cursor: hand;
}
 
.element {
	width: 222px;
	margin: 0;
	padding: 0;
	background-image: url(/images/ajax_bg.gif);
	/*background-color: #a65455;*/
}

.element table td {
	text-align: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	border-bottom: 2px solid #666666;
	padding: 10px 15px 10px 15px;
}

.element a {
	color: #8b0029;
	text-decoration: none;
}

.element a:hover {
	color: #000000;
	text-decoration: underline;
}
