@charset "utf-8";

/* CSS Document */

.form-fld {
	width: 280px;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #d4d4d4;
	padding: 8px 2px;
	margin: 0 10px 12px 0;
}

#subscription-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 5000;
}

#mask {
	display: block;
	background:url("../images/white_bg.png");
	width: 500%;
	height: 100%;
}


.item {
	width: 20%;
	height: 100%;
	float: left;
	text-align: center;
}

.main{
	display: block;
	width:450px;
	margin:152px auto 0 auto;
	background:url("../images/white_bg.png");
	/*height:218px;*/
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:  0px 0px 12px  #4e4e4e;
	-webkit-box-shadow: 0px 0px 12px #4e4e4e;
	box-shadow: 0px 0px 12px #4e4e4e;
	padding:10px;
	text-align: left;
}

.main-cont{
	width:448px;
	/*height:166px;*/
	background:#0c9900;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #086600;
}

.main-cont-text{
	font-size:18px;
	color:#fff;
	font-weight:bold; 
	margin-bottom:10px;
	font-family: "Droid Serif", serif;
}


.main-cont-mar{
	padding:30px 50px 20px 50px;
	}	
	
.subscription-button{
	background:#086600;
	font-size:18px;
	color:#fff;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:2px solid #fff;
	padding-left:16px;
	height:35px;
	margin:10px auto;	
	_cursor:hand;
	cursor:pointer;
	text-align:left;
	}
	
input.subscription-button{
	height:25px;
	padding:0 10px;
	text-align:left;
	padding-left:8px;
	margin-bottom:0px;
	}	
	
.subscription-bottom{
	padding: 10px;
	margin:10px 2px 0 2px;
	overflow: hidden;
	border-top: 1px #5a0905 dotted;
	text-align:center;
	font-size: 13px;
	}
	
.subscription-bottom .title{
	color: #fff;
	font-weight: normal;
	
	}
	
span.subscription-bottom-con  a{
	background:#c0bfbf;
	color: #302e2e;
	font-weight:bold;
	text-decoration: none;
	padding:2px 15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	}
	
.subscription-safe {
	background: url(/img/homesubscribe-sprite.png) no-repeat left 0px;
	margin: 5px 0 0 0;
	padding:0 0 0 13px;
	color: #ebcbbe;
	font-size:11px;	
	}
	
.subscription-skip{
	position:absolute;
	float:right;
	cursor:pointer;
	background:url(/img/subscribe-close.png) no-repeat;
	width:15px;
	height:15px;
	right: 5px;
	top: 5px;
}

.subscription-box {
	width: 456px;
	padding: 12px;
	background: url("/img/white_bg.png");
	moz-box-shadow: 4px 4px 5px #4e4e4e;
	-webkit-box-shadow: 3px 3px 5px #4e4e4e;
	box-shadow: 3px 3px 5px #4e4e4e;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	margin: 0 auto;
	top: 150px;
}

.subscription-box-inner {
	width: 452px;
	background: #bd0801;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: 2px #790f11 solid;
	overflow: hidden;
	padding: 25px 0 0 0;
}

.setps-count {
	background: url(/img/festival/headerv1.1/homecount.gif) no-repeat;
	width: 51px;
	height: 58px;
	float: left;
	font-size: 35px;
	color: #fff;
	padding: 16px 0 0 25px;
	margin: 0px 0 0 30px;
	font-weight: bold;
}

.subscription-box-content {
	width: 306px;
	overflow: hidden;
	float: left;
	margin: 0px 20px 0 20px;
}

.subscription-field-text {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.subscription-field-text span {
	font-size: 21px
}

#zoneselect {
	font-size: 14px;
}
	
.home-subscribe-close{
	display:block;
	width:30px;
	height:29px;
	margin:-10px 0 0 431px; 
	background:url(/img/homesubscribe-sprite.png) no-repeat -30px -23px;
	position:absolute;
	}	
	
.panel{
	color:#ffea04;
	font-size:11px;
	}
	
.policy-text{
	width: 100%; 
	font-size: 11px; 
	clear: both; 
	text-align: center; 
	padding-top: 7px; 
	color:#fff
	}	
	
.subscription-main-top-text{
	background:#086600;
	color:#fff;
	font-size:17px;
	padding:8px 0;
	font-family: "Droid Serif", serif;
	font-weight:bold;
	text-align:center;
	}
	
.footer-links{
	bottom: 0px; 
	text-align: center; 
	width: 100%; 
	position: fixed; 
	background: none repeat scroll 0% 0% rgb(0, 0, 0); 
	padding: 1px 0pt; 
	font-size: 10px;
	color:#444;
}

.footer-links a{
	color:#fff;
	text-decoration:none;
	padding:0 1px;
	}