@charset "utf-8";
/* CSS Document */

body{
	background-color:#0a0a0a;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
}


#wrapper{
	width:320px;
	margin:0 auto;
	
}
#content{
	width: 291px;
	margin:0 auto;
/*text-shadow: 1px 1px #000; */
}
.top-line{
	font-size:26px;
	margin-top:10px;
	text-align:center;	
}
.top-banner{
	text-align:center;
	}
.red-title{
	font-family:impact,helvetica,sans-serif;
	font-size:30px;
	color:#D2232A;
	text-align:center;
/*text-shadow: 1px 1px #fff;*/
	letter-spacing:-0.5px;
	line-height:110%;
	
}

input.rounded {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 8px;
	box-shadow: 2px 2px 3px #836D49;
	padding: 5px 5px;	
	width:160px;
	
}

form{
	margin-top:10px;
}

label{
	display:block;
	width: 105px;
	float:left;
	height:25px;
	padding-top:6px;
	font-weight:bold;
	padding-left:5px;
	
}
.thankyou{
	font-size:18px;
	text-align:center;	
}

.optin{
	font-size:14px;
	font-weight:bold;
	text-align:center;
/*text-shadow: 1px 1px #000;*/
}
.mobi-image{
	float:left;
}
.offer-text{
	font-size:16px;
	background:url(images/mobile.png) no-repeat;
	height:184px;
	padding-left:90px;
}

a{ color:#FFF; text-decoration:underline;}
a:hover { color:#FFC;}
