
/*Mobile Messenger Landing Page CSS v5.0 
Compatible with Firefox 1.5 and up, IE 6.0 - 7.0*/

* {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	background: #FFFFFF url(images/bg.png) repeat;
	font: 100%/1.25 Arial, Helvetica, sans-serif;
	color: black;
}

#wrapper {
	width: 775px;
	margin: 0px auto;
	height: 700px;
}

#header {
	width: 100%;
	height:67px;
	background: url(images/2miniq.png);
}

#maincontent {
	width:775px;
	height:629px;
	margin-top: 105px;
	background-image:url(images/bg_body.png);
	background-repeat:no-repeat;
	text-align:center;
}

#flash {
	position:absolute;
	z-index:1;
	width:221px;
	height:221px;
	font-size:12px;
	margin:-60px 0px 0px 0px;
}

#subbox {
	width:256px;
	margin:85px 0 0 87px;
	float:left;
	display:inline;
}

#subscribe, #price {
	font-size:16px;
	line-height:14px;
	padding: 10px 0px 0px 0px;
	color: #000;
	text-align:center;
}

#subscribe {
	height:20px;
	width:224px;
	margin:10px 0 0 0;
}

#price {
	width:256px;
	margin:120px 0 0 0;
}

/*Form elements*/	
#button {
	text-align:left;
	margin:0px auto;
}

#inputherder {
	text-align: left;
	margin: 5px 0px 20px 10px;
	font-size:14px;
}

/*style the actual input text*/
#inputherder select, input {
	color:#18461d;
	font: bold 1.0em Arial, Helvetica, sans-serif;
}

p.tc {
	padding-top:5px;
	color:black;
	font: normal 11px/11px Arial, Helvetica, sans-serif;
}
.score {
margin: -75px auto 15px;
margin-top: -75px;
margin-right: auto;
margin-bottom: 15px;
margin-left: auto;
width: 600px;
background-color: white;
}
.score h3 {
font-size: 40px;
line-height: 42px;
border: solid 5px #FFA03C;
color: #6EC807;
padding: 23px 50px;
font-weight: normal;
}
/*1 long entry, EU
#mobile {width:200px;}*/

/*3 spaces*/
#mobile1, #mobile2 {width:40px;}
/*4 spaces */
#mobile3 {width:50px;}
	
ul {
	padding-left:50px;
}

li {
	list-style-type: none;
	font-size: 0.9em;
	margin-bottom:25px;
}

li input {
	/*this aligns the input button images with text*/
	margin-bottom: -5px;
	/*ie fix for neg margins*/
	position:relative;
}

li a, li a:hover, li a:visited {
	color: black;
	text-decoration:none;
}

li a:hover {
	text-decoration: underline;
}

/*Links*/
a {
	border: 0px;
	color: #c2853f;
}

a img {
	border: 0px;
	/*eliminates gap below images in FF*/
	vertical-align: bottom;
}

/*remove Firefox outlines on image links*/
a:active, a:focus, input[type="image"] {
outline: 0;
}
.disclaimer {
font-size: 10px;
padding-top: 5px;
text-align: left;
}
a:hover {
	text-decoration: none;
}

/* Index 2 page */
#cta {
	float: right;
	width: 350px;
	height: 300px;
	margin:150px 62px 0px 0px;
	text-align:left;
}

#cta_min {
	float: right;
	width: 350px;
	height: 300px;
	margin:0px 62px 0px 0px;
	text-align:center;
}

#cta_pin {
	float: right;
	width: 350px;
	height: 300px;
	margin:150px 62px 0px 0px;
	text-align:center;
}

#cta h3 {
 font:normal 16px/17px Arial;  
 color: #18461d;
}

#cta_index {
	font-weight:normal;
	text-align:left;
	float:right;
	margin:305px 62px 50px 0;
	width:350px;
	height:92px;
}

/*#ctaMin {
	float: right;
	width: 287px;
	height: 325px;
	margin:125px 135px 0px 0px;
	text-align:left;
	font:normal 16px/20px Arial;
	color: #18461d;
	display:inline;
	padding:0;
	}*/

/*US campaigns only*/
p.mintext {
	font-size:13px;
	line-height: 14px;
	color:000;
	width:280px;	
}

p.mintext2 {
	font:16px/17px Arial, Helvetica, sans-serif;
	color:000;
	width:350px;
}

#error {
	text-align:left;
	color:red;
}



/*definitions below this line must be included for all campaigns, especially MEP*/
.mainpri {font-size:16px; line-height:16px; padding-top:2px;}
#sumterms {
	clear:both;
	padding:0 35px 0 20px;
	text-align: justify;
	font-size: 12px;
	line-height:11px;
	color:#fff;
}

/* Full Terms Page Defs*/
#termwrapper {
	margin: 0px 10px 0px 10px;
	text-align: left;
	padding: 10px;
	background-color: #EEB52D;
	color: #605023;
}

h1 {
	font-size: 17px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 13px;
	padding: 0px 0px 10px 0px;
}

#termwrapper p, #termwrapper p a {
	font-size: 11px;
	margin-bottom:1.2em;
}

/*contact_us.php form */
#ajax_load {
	width: 24px;
	margin: 0px 0px 0px 135px;
	background:url(images/ajax-loader.gif) top left no-repeat;
}

#contact_comment_field {
	width: 300px;
	height: 200px;
}

#contact_result_div {
	color: #00CC00;
	font-weight:bold;
}

#termwrapper input, #termwrapper select {
	color:#000000;
	font: 12px/12px Arial, Helvetica, sans-serif;
	text-align:left;
}

