.luckyViewCont {
	text-align:center;
	overflow: hidden;
	position: relative;
	border: 1px solid #9E2F2D;
	background  : #fff;
}

.luckyViewHelp {
	z-index: 200;
	visibility: hidden;
	position: absolute;
	background: #fff;
	color: #000000;
	border: 1px outset #9E2F2D;
	padding: 10px;
	text-align: left;
}

.luckyViewHelp * {
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	line-height: normal;
}

.luckyViewHelp p {
	margin-bottom: 7px;
}


