@charset "utf-8";
/* CSS for DigitFlip - Underconstruction/Coming Soon Page by @nique info@aniqueahmad.com

1 - General HTML Structure
2 - header with logo
3 - main container
4- footer with twitter and subscribe

*/

/* 1- General HTML Structure 
---------------------------------------------------*/

h2 {
	font-size:20px;
	color:#FFF;
}
ul#lsn {
	list-style:none;
}
ul#lsninline {
	list-style:none;
	float:left;
}

#wrap {
	position:relative;
	margin-left:auto;
	margin-right:auto;	
	left:0px;
	top:0px;
	width:580px;
	height:499px;
	text-align:center;
}
/* 2- header with logo
---------------------------------------------------*/
#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:771px;
	height:97px;
	text-align:center;
	padding-top:30px;
}
/* 3- main container with image/message and countdown
---------------------------------------------------*/
#container {
	position:absolute;
	left:0px;
	top:97px;
	width:750px;
	height:320px;
	background-image:url('/zhuanti/huodong/images/main.png');
	background-repeat:no-repeat;	
}

#ucimage {
	position:absolute;
	left:0px;
	top:40px;
	width:771px;
	height:87px;
}

#uctext {
	position:absolute;
	left:0px;
	top:100px;
	width:771px;
	height:43px;
}

#uccounter {
	position:absolute;
	left:0px;
	top:150px;
	width:771px;
	height:190px;
}


.countdown_section {
	display: block;
	float:left;
	font-size:10px;
	text-align:center;
	font-weight:400;
	color:#FFCA1A;
	width: 144px;
	padding-top:10px;
	padding-left:2px;
	line-height:inherit;
}
.countdown_amount {
	font-size:45px;
	font-weight:900;
}
#overlay { 
	position:absolute;
	left:25px;
	top:74px;
	width:700px;
	height:148px;
	background-repeat:repeat-x;
}
#defaultCountdown {
	position: absolute;
	left: 260px;
	top: 281px;
	width: 677px;
	height: 65px;
	font-family: Tahoma, Geneva, sans-serif;
}
/* 4- footer with twitter and subscribe form
---------------------------------------------------*/

#footer {
	position:absolute;
	left:0px;
	top:434px;
	width:771px;
	height:65px;
	background-image:url('/zhuanti/huodong/images/footer.png');
	background-repeat:no-repeat	
}
#tweet {
	position:absolute;
	top:2px;
	left:0px;
	width:550px;
	height:65px;
	padding:5px;
	text-align:left;
	font-size:14px;
	color:#FFF;
	vertical-align:middle;
}
ul#tweet {
	margin:0px;
}
#tweet li {
	padding-top:3px;
	padding-left: 0px;
	list-style:none;
}
p#loadingtwitter {
	padding-left:40px;
}
#subscribe {
	position:absolute;
	padding-top:0px;
	right:8px;
	width:200px;
	height:65px;
	text-align:right;
	top: 0px;
}
#note {
	height:8px;
}
.textbox {
	padding:4px;
	border:1px solid #CCCCCC;
	width:130px;
	height:18px;
	vertical-align:middle;	
}
.button {
	padding-right:5px;
	vertical-align:middle;
}
ul#cc {
	padding:0px;
	position:absolute;
	top:2px;
	right:0px;
	width:200px;
	text-align:right;
	list-style:none;
	vertical-align:middle;
}

.notification_error
{
	height: auto;
	width: 90%;
	padding: 0px;
	text-align: left;
	color:#fff;
	font-size:10px;
}
.notification_ok
{
	height: auto;
	width: 100%;
	padding-top: 10px;	
	padding-right: 10px;
	text-align: right;
	color: #FFF;
	font-size:14px;
}
