#accordion {
	margin:0px 0px;
}

.toggler {
	cursor: pointer;
	font: bold 12px "Arial";
	width: 705px;
	height: 30px;
	line-height: 30px;
	background-image:url(../images/accordiontitle.png);
	background-repeat:no-repeat;
	color: #528CE0;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.element {
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid #7A7777;
}

