
#vertical_container { width:880px; }
.accordion_toggle {
	display: block;
	/*background:url(images/accrodion-top.jpg) top left no-repeat;*/
	text-decoration: none;
	margin:0px 0 0px 0;
	outline: none;
	color: #000000;
	cursor: pointer;
	font-size:12px;
	font-weight:normal;
	padding-left:20px;
	height:25px;
	line-height:25px;
}

.accordion_toggle_active {
	/*background:url(images/accrodion-top2.jpg) top left no-repeat;*/
	font-weight:bold;
}

.accordion_content {
	padding:0 25px;
	color: #444444;
	overflow: hidden;
	margin-top:6px;
	width:780px;
	position:relative;
}
.accordion_content p{
	margin:3px 0 3px 0;
}
.ielinkfixer{
	position:relative;
}
form{margin:0px;}

