#mlocontainer {
	width:450px;
	background:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

#mlocontainerdt {
	font-weight:bold;
	background: #ECECEC;

	float:left;
	width:650px;
	padding:10px 10px 9px 10px;
	margin-top:15px;
	margin-bottom:-4px;
	border-top:1px solid white;
	border-left:1px solid white;
	border-right:1px solid white;
	cursor:pointer;
}

#mlocontainerdt:hover {
	color:black;
	background: #d4d4d4;
}

#mlocontainerdd {
	display:none;
	background:#f8f8f8;
	margin:0 0 15px 0;
	float:left;
	width:650px;
	padding:10px 10px 15px 10px;
}

#mlocontainerddopen {
	display:block; 
	background:#f8f8f8;
	margin:0 0 15px 0;
	float:left;
	width:650px;
	padding:10px 10px 15px 10px;  
}

#mlobutton {
	float:right;
	display:block;
	height:18px;
	width:17px;
	text-indent:-9999px;
}

.closed { background:url(button.png) left no-repeat; }
.open { background:url(button.png) right no-repeat; }


#mlocontainerdd { display:none; }