/*Mobile Messenger Landing Page CSS v4.0 
Compatible with Firefox 1.5 and up, IE 5.5 - 7.0*/

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color: #a61443;
	font: 100%/1.25 Arial, Helvetica, sans-serif;
	color:#000000;
}
#wrapper {
	width: 900px;
	margin: 0px auto 0px auto;
	text-align:left;
	background: url(images/bg.jpg) no-repeat top center;
}
#bg_blue {
	background: url(images/bg_blue.jpg) no-repeat top left;
	}

#maincontent {
	width:100%;
	height:730px;
	}
#flash {
	width:600px;
	margin: 0px auto;
}
.title{
	text-align:center;
	width:600px;
	margin:0px 25px 0px 25px;
}
.content{
	text-align:center;
	width:600px;
	margin:0px 25px 0px 25px;
}
#price {
	text-align:center;
	/*size mandated by carriers*/
	font: 16px/16px Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
	padding:2px;	
	width:450px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:180px 0px 0px 240px;
}
/*style input text and remove browser default styles*/
input, form, select {
	padding:0px;
	margin-top:1px;
}

input, select {
	color:#0099ff;
	font-size:20px;
	line-height:21px;
	font-weight:bold;
	text-align:center;
}

/*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:45px;}
/*4 spaces */
#dataindex_phone_2 {width:65px;}

#cta {
	float:left;
	display:inline;
	width:523px;
	text-align:center;
	margin:0px 0px 0px 256px;	
	color:#fff;
	font-size:20px;
	line-height:21px;
	padding:0px;
	clear:both;
	font-weight: bold;
    /*text-shadow:0.04em 0.04em 0.4em #666*/ 
}

/*NOTE text in CTA cannot be larger than 23px due to carrier regs*/
#cta h1 {
	font-size:20px;
	line-height:21px;
	padding:0px 0px 15px 0px;
	margin:0px;
	color:#000099;
	}	
#cta h2 {
	font-size:17px;
	line-height:17px;
	padding:0px;
	margin:5px 0px 5px 0px;
	color:#dc0127;
	}
	
#cta h3 {
	font-size:17px;
	line-height:18px;
	padding:0px 0px 10px 0px;
	margin:0px;
	color:#000099;
	}
	
#cta h4 {
	font-size:11px;
	font-weight:normal;
	line-height:11px;
	padding:0px;
	margin:0px 5px 0px 5px;
	color:#000099;
	}	
p {
	margin:0px;
	padding:0px;
	}	
	
.blue {color:#000099;}

p.question {
	text-align:left;
	}

.bigpad {
	padding-top: 15px;
	}
	
ol {
	margin:0px;
	padding:5px 0px 0px 50px;
	font-weight:bold;
	list-style-type: upper-alpha;
	}
	
li {
	margin:0px;
	padding:0px;
	/*for IE*/
	vertical-align:top;
	}
	
a.answer {
	/*do NOT put width here - incurs IE list repeat bug*/
	margin:5px 0px 0px -50px;
	padding:0px;
	display:block;
	text-decoration:none;
	color:#0000FF;
	}
	
a.answer:hover   {
	/*for IE*/
	cursor:pointer;
	background-color:#FFFF00;
	}
	
p.ansrtxt {
	text-align:left;
	margin:15px 0px 0px 50px;
	height:20px;
	text-transform:capitalize;
	padding:2px;
	}

/*button rollover*/
#button {
	width:483px;
	text-align:center;
	margin-top:20px;
	}	

#button a {
	display:block;
	overflow:hidden;
	text-decoration:none;
	margin:0px auto 0px auto;
}

.continue {
	background: url(images/button.png) no-repeat center 0px;
	color:black;
}
.continue:hover {
	background:url(images/button.png) no-repeat center -44px;
	color: white;
}

a p.btntxt {
	font: bold 20px/20px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-top:11px;
	letter-spacing:-1px;
	}
/*links*/
a {
	color: #0099ff;
}
a:hover {
	text-decoration: none;
}

/*US campaigns only*/
p.mintext {
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	text-align:center;
	color:fff;
	padding:0px;
	margin:0px;
}
/* PIN page */

p.tc {
	padding:5px 0px 5px 0px;
	margin:0px;
	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:#0099ff;
}

/*sim styles for AU only*/

.simtext1 {
	font-size:20px;
	color:#D04BAC;
}

/*definitions below this line must be included for all campaigns, especially MEP*/
#sumterms {
	color:#FFFFFF;
	height: auto;
	clear:both;
	text-align: justify;
	/*background: url(images/botm.jpg) no-repeat top left;*/
	font: normal 12px/13px Arial, Helvetica, sans-serif;
	margin-top:-200px;
}

/*ZA campaigns only*/
.zaprice {font-size:20px;}

#error {
	text-align:center;
	color:red;
	}
	
#error p {
	font-weight:bold;
	font-size:11px;
	line-height:12px;
	margin:0px;
	padding:0px;
	}
/* Full Terms Page Defs*/
#termwrapper {
	margin: 0px 10px 0px 10px;
	text-align: left;
	padding: 10px;
	background-color: #142336;
	color: #ffffff;
}

#termwrapper a:link, #termwrapper a:hover, #termwrapper a:visited {
	color:#0099ff;
}

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: #0099ff;
	font-weight:bold;
}
#termwrapper input, #termwrapper select {
	padding:0px;
	margin:0px;
	color:#0099ff;
	font: 12px/12px Arial, Helvetica, sans-serif;
	text-align:left;
}
