.container {
	overflow: hidden;
}

h5.trigger {
	padding: 0 0 0 20px;
	margin: 0 0 5px 0;
	background: url(../images/toggle_btn.png) left top; 
	height: 38px;
	line-height: 40px;
	width: 220px;
	font-size: 12px;
	font-family: verdana, tahoma, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}
h5.trigger a {
	color: #686868;
	text-decoration: none;
	display: block;
}
h5.trigger a:hover {
	color: grey;
}
h5.active { background-position: left bottom; }
.toggle_container {
	padding: 20px 20px 15px 20px;
	margin-bottom: 5px;
	border: 1px solid #d6d6d6;
	background: #f0f0f0; /* url(toggle_block_stretch.gif) repeat-y left top;*/
	width: 190px;
	clear: both;
}
.toggle_container p {
	margin: 0px;
}
.toggle_container li {
	line-height: 12px;
}
.toggle_container td {
	line-height: 12px;
	font-size: 12px;
	font-family: verdana, tahoma, sans-serif;
	color: #808080;
}
.toggle_container h2 {
	padding-top: 0;
	padding-bottom: 10px;
}
.toggle_container td.right {
	text-align: right;
	padding-right: 4px;
}
.toggle_container .submit {
	width: 93px;
	height: 23px;
	margin-top: 5px;
	font-size:10px;
	text-transform:uppercase;
	color:#555;
}

