#infoMain {
	position: absolute;
	left: -17px;
	width: 213px;
	z-index: 99999;
	text-align: center;
}

#infoContainer {
	position: relative;
	z-index: 100000;
	margin: 0 auto;
	width: 213px;
}

#infoInnerContainer {
 	/*background-color: #94AD00;*/
 	background-color: black;
	border-style: solid;
	border-width: 2px;
	border-color: #FFA200;
	width: 196px;
	height: 50px;
	margin-left: auto;
	margin-right: auto
}

#infoCaption {
	padding-top: 20px;
	/*background-image: url(../images/info.gif);
	background-repeat: no-repeat;
	background-position: 80px 0px;*/
	display: block;
	/*color: #ffffff;*/
	color: #FFA200;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

#infoClose {
	float: right;
}
/*a.infoOkButton {
	font-weight:bold;
	color:#737373;
	font-size:14px;
	text-decoration:none;
	background-color:#FFFFFF;
	display:block;
	padding:2px;
}
a.infoOkButton:hover {
	color:#FF5800;
	text-decoration:none;
	background-color:#DDDDDD;
}
.infoContainer_tl5 {
	background-image: url(../images/green_tl5s.png);
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}
.infoContainer_tr5 {
	background-image: url(../images/green_tr5s.png);
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}
.infoContainer_bl5 {
	background-image: url(../images/green_bl5s.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 17px;
	height: 17px;
}
.infoContainer_br5 {
	background-image: url(../images/green_br5s.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 17px;
	height: 17px;
}
.infoContainer_t5 {
	background-image: url(../images/green_t5s.png);
	background-repeat: repeat-x;
	height: 17px;
}
.infoContainer_b5 {
	background-image: url(../images/green_b5s.png);
	background-repeat: repeat-x;
	height: 17px;
}
.infoContainer_l5 {
	background-image: url(../images/green_l5s.png);
	background-repeat: repeat-y;
	background-position: bottom;
	width: 17px;
}
.infoContainer_r5 {
	background-image: url(../images/green_r5s.png);
	background-repeat: repeat-y;
	width: 17px;
}*/
