@charset "utf-8";
/* CSS Document */
body	{
	width:750px;
	margin:0 auto;
	text-align:center;
	background-color:#f6faea;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
}
div	{
	text-align:left;
}

.micetype {
	font-family: Verdana, sans-serif;
	font-size: small;
	color: #999;
	line-height: 1.5em;
}

#popAd {
	width: 275px;
	height: 150px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100;
	border: 1px solid #006600;
	padding: 3px 4px;
	background-color: #EEE;
	color: #000;

	display: none;
}
#infoBox {
	width: 560px;
	height: 360px;
	position: absolute;
	top: 300px;
	left: 180px;
	z-index: 100;
	border: 1px solid #006600;
	padding: 3px 4px;
	background-color: #FFF;
	color: #000;
}
#popAd h2, #infoBox h2 {
	font-weight: bold;
	font-size: medium;
	color: #333;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#popAd p, #infoBox p, blockquote {
	font-size: small;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
}
#infoBox ul, #infoBox ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
blockquote {
	font-weight: bold;
}
#close a, #close a:hover {
	font: small #CC0000 Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	width: 290px;
}
#flash {
	z-index: 0;
}