
body{
	background:#fff; 
	font-size:1em; 
	font-family:"宋体",Verdana, Arial; 
	margin:0px; 
	padding:0px; 
	color:#404040;
	background-color: #75B131;
	padding-bottom: 2em;
}

h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form,img,p{
	border:none; list-style-type:none;
}

.reward-content {
	padding : 20px 0;
	background : url('../images/reward_background.png') repeat-y;
	background-size:100%;
}
.reward-content .reward-button,.reward-content .reward-content-title {
	text-align : center;
}
.reward-content .reward-button button{
	background : #f4d724;
	color : #db4935;
	width:75%;
	height:50px;
	border-radius : 25px;
	border : 0px;
	font-size : 22px;
	font-weight : bold;
	-webkit-box-shadow: 0px 3px #e4b419;   
 	-moz-box-shadow: 0px 3px #e4b419;   
 	box-shadow: 0px 3px #e4b419;   
}
.reward-content-title {
	margin-top:20px;
	background : url('../images/reward_title.png') no-repeat;
	background-size:100%;
	font-size : 20px;
	font-weight : bold;
	color : #ead957;
	height:30px;
}
.reward-content-article {
	padding: 5px 30px;
	padding-left:10%;
	font-size : 20px;
	color : #ead957;
    min-height: 9em;
}



#cover {
	position : fixed;
	z-index : 9999;
	top: 0px;
	left: 0px;
	width:100%;
	height : 100%;
	opacity : 0.5;
	background : #000 none repeat scroll 0% 0%;
	display:none;
}
.success-image {
	width:80%;
	left: 50%;
    margin-left:-40%;
	position: absolute;
	top:22%;
	z-index : 10000;
	display:none;
}
.success-image img {
	width: 100%;
	opacity : 1;
}
.success-image .to-use {
    height: 50px;
    left: 48%;
    margin-left: -80px;
    position: absolute;
    top: 86%;
    width: 180px;
}
.success-image .close {
	height: 50px;
    left: 80%;
    position: absolute;
    top: 0;
    width: 50px;
}




