p {
	text-align: left;
}
#illustration {
	float: right;
	margin: 0 0 0.5em 1em;
}


#hibinfolist ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#hibinfolist ul li {
	float: left;
	border: none;
	margin: 0.5em;
}

#hibinfolist h3 {
	clear: left;
}
#hibinfolist ul li h4 {
	font-size: 1em;
	text-align: center;
	font-weight: normal;
	margin: 0;
}
#hibinfolist ul li p {
	text-align: center;
	margin: 0.5ex 0;
}


.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(http://static.flowplayer.org/img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

	#overlay {
		color:#efefef;
		height:450px;
		padding: 11px;
	}
	
	/* container for external content. uses vertical scrollbar, if needed */
	.contentWrap {
		border: none;
		width: 100%;
		height: 100%;
		overflow-y:auto;
	}
	
