#accordion {
	margin:20px auto;
	width:595px;
	border-top:#CCC 1px solid;
	border-bottom:#CCC 1px solid;
	
}
#accordion span {color:#333;font-weight:bold;}

h3.toggler {
	cursor: pointer;
	font-size: 12px;
	background:url(../images/bg-toggler.gif) no-repeat;
	color: #FFF;
	margin: 0 0 2px 0;
	padding: 3px 5px 5px;
}

h3.toggler img {float:right;margin-top:-15px;}

div.element p {
	margin:4px;
	padding:4px;
}
div.element {
	background:#CECECE url(../images/bg-element.gif) repeat-x;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;

}

div.element img {float:left; padding: 0 10px;}

.bt {float:right;}
