@charset "utf-8";
/* CSS Document */
body {
	background:#FFF;
	background-image: url(../img/stripe.png);
	background-repeat:repeat
	color:#444;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#top_header{
	width:800px;
	margin:0 auto;
	height:65px
	text-align:center;
	}
#central_header{
	width:800px;
	margin:0 auto;
	height:700px;
	text-align:center;
}
.count_down{
	padding: 3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	color:#222;
}

.count_down sup{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555;
	font-weight:normal;
}
#leave_email{
	padding-top:40px;
	text-align:center;	
}

.input_bg {
	width:300px;
	height:34px;
	background:#DBEBEE;
	margin-right:10px;
	font-size:15px;
	color:#444;
}
.input_button{
	width:100px;
	height:34px;
	line-height:34px;
	font-size:12px;
	font-weight:bold;
	background:#666;
	color:#FFFFFF;
	border:none;
}

#update_success{
	padding:6px;
	background:#CEECB8;
	margin:0 auto;
	margin-top:20px;
	width:300px;
	display:none;
}

