.spotbox {
	position: absolute;
	z-index: 1000;
	width: 280px;
	height: 160px;
	top: 30px;
	left: 630px;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
	background: #fff;

}
.txt_spotbox {
	position: absolute;
	z-index: 1001;
	width: 280px;
	top: 30px;
	left: 630px;
	background: none;
}

.spotbox2 {
	position: absolute;
	z-index: 1002;
	width: 280px;
	height: 150px;
	top: 200px;
	left: 630px;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
	background: #fff;

}
.txt_spotbox2 {
	position: absolute;
	z-index: 1003;
	width: 280px;
	top: 200px;
	left: 630px;
	background: none;
}

.txt_spotbox p, .txt_spotbox2 p {
	font-size: 12px;
	line-height: 21px;
	margin: 20px;
}
.txt_spotbox h2, .txt_spotbox2 h2{
	margin: 20px 20px 10px 20px;
	font-size: 15px;
	color: #ffffff;
}

.stripno {
	width: 20px;
	height: 20px;
	background: #ffffff;
	border: 0px;
	font-size: 14px;
	line-height: 19px;
	color: #002333;
	font-weight: bold;
	font-family: 'Helvetica';
	text-align: center;
}

.txt_spotbox ul, .txt_spotbox2 ul { margin: 0px 0px 0px 20px;}
.txt_spotbox ul li, .txt_spotbox2 ul li { float: left; margin: 0px; padding: 0px 0px 7px 0px; width: 130px; }
.txt_spotbox ul li a, .txt_spotbox2 ul li a { display: block; margin: 0px; padding: 0px 0px 0px 12px; font-size: 11px; color: #000000; background: url(../../i/bullet_darkgray_5x5.gif) no-repeat 0px 5px; }