/*Mobile Messenger Landing Page CSS v3.0 
Compatible with latest Firefox, IE 5.5 - 7.0*/

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: #d63670 url(images/bg.png) no-repeat; 
	/*set base size and font family; declare size in other divs*/
	font: 100%/1.25 Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-position: top center;
}

#wrapper {
	width: 800px;
	margin: 0px auto 0px auto;
	text-align:left;
}

#header {
	width:100%;
	height:63px;
	margin-top:40px;
	background:url(images/title.png) no-repeat top center;
	}

#price {
	text-align:center;
	/*size mandated by carriers*/
	font: 16px/16px Arial, Helvetica, sans-serif;
	color:white;
	padding:2px;
	text-align:center;
	height:35px;
	overflow:hidden;
}

#cta {
	text-align:center;
	height:230px;
}

#cta img {
	margin:0px 10px 0px 10px;
	}
	
#cta a img {
	border:0px;
	}
	
#cta2 {
	text-align:center;
	height:190px;
}

/*Form elements*/	
p.tc {
	padding-top:5px;
	margin:0px;
	color:#FFFFFF;
	font: normal 11px/11px Arial, Helvetica, sans-serif;
}
p.tc a:link, p.tc a:hover, p.tc a:visited {
	/*regular text color defined in body and a*/
	color:#FFFFFF;
}


#question{
	margin-top:20px;
	font:20px/21px Arial, Helvetica, sans-serif;
	text-align: center;
	}

.bottom
	{margin-bottom:15px}
	
p.celltext {
font-size: 16px;
color: #ff99cc;
	}
	
#countdown {
color: #ff8888;
font-weight: bold;
font-size: 14pt;
	}
	
/*phone number fields - remember to use correct format for each country and adjust according to form font size*/

/*1 long entry, EU
#dataindex_phone_0 {width:200px;}*/

/*3 spaces*/
#dataindex_phone_0, #dataindex_phone_1 {width:40px;}
/*4 spaces */
#dataindex_phone_2 {width:50px;}




/*Links links*/
a {
	color: #ffffff;
}
a:hover {
	text-decoration: none;
}

/*sim styles for AU only*/

.simtext1 {
	font-size:20px;
	line-height:22px;
	color:#D04BAC;
}

p {
	font-size:16px;
	padding:0px;
	margin:0px;
	}

input, form, select {
	padding:0px;
	margin:0px;
	color:#d63670;
	font:1.0em Arial, Helvetica, sans-serif;
	text-align:center;
}

#sendpininput {
	width: 208px;
	height: 171px;
	position: absolute;
	text-align:left;
	margin: 330px 0px 0px 150px;
}


#sumterms {
	height: auto;
	padding: 20px;
	margin: 30px 30px 0px 30px;
	clear: both;
	text-align: justify;
	font: normal 12px/13px Arial, Helvetica, sans-serif;
}

/*definitions below this line must be included for all campaigns, especially MEP*/
/*US campaigns only*/
p.mintext {
	font-size:12px;
	line-height: 12px;
	color:white;
	font-weight:normal;
}
#error {
	text-align:center;
	color:red;
	}
	
#error p {
	font-weight:bold;
	font-size:10pt;
	margin:0px;
	padding:0px;
	}
	
/* Full Terms Page Defs*/
#termwrapper {
	margin: 0px 10px 0px 10px;
	text-align: left;
	padding: 10px;
	background-color: #d63670;
	color: #ffffff;
}
#termwrapper a:link, #termwrapper a:hover, #termwrapper a:visited {
	color:white;
	}
h1 {
	font-size: 17px;
	padding: 0px;
	margin: 0px;
}
h2 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-size: 13px;
	padding: 0px 0px 10px 0px;
	margin: 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 {
	padding:0px;
	margin:0px;
	color:#000000;
	font: 12px/12px Arial, Helvetica, sans-serif;
	text-align:left;
}


