@charset "UTF-8";
/* CSS Document */

#info-box {
	width: 443px;
	border:1px #FFFFFF solid;
	border-top:none;
	padding:20px;
	overflow:auto;
	height:240px;
	background:url(images/black-a50.png);
}

.info-text-box{
	margin-bottom:30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom:5px;
}

.info-date{font-size:10px;}

.info-title{ font-size:14px; font-weight:bold;}

.info-text{}