@charset "utf-8";
/* CSS Document */

@import url("global.css");
*{ font-family:Arial, Helvetica, sans-serif;line-height:110%;}
a 
{ 
    bblr:expression(this.onFocus=this.blur());/*IE使用*/ 
    outline-style:none;/*FF使用*/ 
} 
body{
	background-image:url(../images/event/drawEgg/bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;}
#wapper{
	width:1000px;
	height:1000px;
	margin:0 auto;
}
#top{
	marign:0 auto;
	background-image:url(../images/event/drawEgg/top.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height:233px;
	width:1000px;
	position:relative;
}
.eventArea{
	width:1000px;
	height:708px;
	background-image:url(../images/event/drawEgg/bg1.jpg);
	position:relative;
}
.winnerList{
	width:339px;
	height:293px;
	margin:0 auto;
	position:absolute;
	top:213px;
	left:36px;
	color:#673818;
	font-size:12px;
	text-align:left;
}
.winnerList ul{
	list-style-type:square;
	margin-left:15px;
}
.winnerList ul li{
	border-bottom:#9B9B9B dotted 1px;
	margin-bottom:3px;
}

.eventRule{
	font-size:12px;
	color:#000;
	text-decoration:none;
	position:absolute;
	left:237px;
	top:520px;
	width: 85px;
	display:block;
	cursor:pointer;
}

.myReward{
	font-size:12px;
	color:#000;
	text-decoration:none;
	position:absolute;
	left:87px;
	top:520px;
	width: 85px;
	display:block;
	cursor:pointer;
}
/*
.eventRule a:hover,.eventRule a:active{
	font-size:12px;
	color:#ff0000;
	text-decoration:none;
	position:absolute;
	left:237px;
	top:520px;
	width: 85px;
}

.myReward a:hover,.myReward a:active{
	font-size:12px;
	color:#ff0000;
	text-decoration:none;
	position:absolute;
	left:87px;
	top:520px;
	width: 85px;
}
*/
.drawTip{
	width:455px;
	height:75px;
	display:block;
	position:absolute;
	top:4px;
	left:527px;
	font-size:14px;
	text-align:left;
	font-weight:bold;
	color:#432202;
	line-height:180%;
}
.drawTimes{
	width:50px;
	height:48px;
	display:block;
	background-image:url(../images/event/drawEgg/times.jpg);
	position:absolute;
	top:42px;
	left:671px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#ff0000;
	line-height:48px;
	vertical-align:middle;
}
.drawStart{
	width:79px;
	height:175px;
	/*background-image:url(../images/event/drawEgg/start.png);*/
	position:absolute;
	top:280px;
	left:689px;
	display:block;
	cursor:pointer;
}

.homeBt a:link,.homeBt a:visited{
	width:206px;
	height:87px;
	background-image:url(../images/event/drawEgg/home.jpg);
	background-position:0px 0px;
	cursor:pointer;
	display:block;
	position:absolute;
	top:0px;
	left:90px;
}
.homeBt a:hover,.homeBt a:active{
	width:206px;
	height:87px;
	background-image:url(../images/event/drawEgg/home.jpg);
	background-position:0px -87px;
	cursor:pointer;
	display:block;
	position:absolute;
	top:0px;
	left:90px;
}

.tipsWord{
	z-index:99999;
	background-color:#ebe5d9;
	border:1px solid #fff;
	padding:5px 5px;
	width:800px;
	color:#000;
	text-align:left;
	font-size:12px;
	line-height:20px;
	-moz-box-shadow:0 0 5px #000;
	-webkit-box-shadow:0 0 5px #000;
	border:2px solid #9f8f5c;
	margin:0 auto;
	position:absolute;
	left:30px;
	bottom:25px;
	height: 500px;
}
.tipsWord td {border:1px solid #630;}
#bottom{
	width:1000px;
	height:59px;	
	background-image:url(../images/event/drawEgg/bottom.jpg);
}
.redTxt{
	color:#900;
}
