.accordion_toggle {
	display: block;
	height: 28px;
	width: 100%;
	background: url(../../images/user/close.jpg) no-repeat top right #00CCFF;
	padding: 0;
	outline: none;
	cursor: pointer;
	margin: 0;
}

.accordion_toggle_active {
	background: url(../../images/user/open.jpg) no-repeat top right #00CCFF;
}

.accordion_content {
	padding: 0px;
	margin: 0px;
	width: 100%;
	overflow-y: scroll;
}

.accordion_content h2 {
	margin: 0;
}

.accordion_content p {
	padding: 0;
}
