div.oharra{
	cursor:pointer;
}
div.oharra_hide {
	display:none;
	width:0;
	overflow:hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C40095;
}
div.oharra_show {
	clear:left;
	background:#ffff;
	width:100%;
	margin-top:0;
	top:-1px;
	padding:10px;
	position:relative;
	z-index:50;
	line-height:18px;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
}
.clear {clear:both;}
