
#lottery {
	float: none;
	/*position:absolute;*/
	width: 300px;
	border: 1px solid #CCCCCC;
	padding: 0 0 0 0;
	/*margin: 10px 0 0 0;*/
}
.hdr {
	background-color: #EEEEEE;
	background-image: url(../css/images/hdr.gif);
	background-repeat: no-repeat;
	height: 25px;
}
.hdr2 {

	background-image: url(../css/images/bg.jpg);
	background-repeat: no-repeat;
	height: 60px;
}

div.lotterytext{
	color:#000000;
	font-family:arial;
	font-size:18px;
	padding:30px 0 0;
}


p.one{
	font-size: 20px;
	margin-left:6px;
}

p.two{	
	margin-left:104px;
	margin-top:-31px;
	font-size: 23px;
}

p.end{
	font-size: 18px;
	margin-left:162px;
	margin-top:-28px;
}

p.lotterydate {
	color:red;
	font-size:14px;
	margin-left:162px;
	margin-top:-84px;
}
.box-dotted{
	border-bottom:1px dotted #CCCCCC;
	margin: 89px 0 0 0;
}





