/*****************************************************************

	CSS framework

	author :	Brian
	version:	1.0

	goal:		to eliminate browser differences around css

	files :		-	reset.css - > evens out the elements in
					every browsers
				-	typography.css - > globalize the typography

	still on todo list of things that need to be even out:

	1.	The text-align problem where IE makes its content relative to the
		alignment of text-align where other browsers still do whats normal
		and relate to the parent element.


*****************************************************************/
@import url(/styles/brian/reset.css);
@import url(/styles/brian/typography.css);

/* container elements */

body{
	background:white;
}

#container{
	position:relative;
	margin:5px auto;
	width:960px;
	overflow:hidden;
	border:1px solid black;
}

#bkgrimg{
	background:url(../images/background.jpg);
	width:100%;
	height:490px;
	text-align:left;
	position:relative;
}

#disclaimerbar{
	background:black;
	color:white;
	font-size:14px;
	position:relative;
	text-align:left;
	width:100%;
	height:auto;
	padding-left:5px;
}

/* country spec */

#advert,#age,#specDate{
	font-size:14px;
	color:black;
	position:absolute;
	right:10px;
	top:0;
	z-index:300;
}

#specDate,
#age{
	top:auto;
	bottom:0px;
}

#specDate{
	left:10px;
}

/* form elements */

#pincode,
#c2aBox{
	position:absolute;
	z-index:2;
	top:308px;
	left:153px;
}

#msisdn,
#msisdn2,
#pincode{
	background-image:url(/images/inputBkg.jpg);
	border:0px white solid;
	font-size:22px;
	font-weight:bold;
	height:26px;
	letter-spacing:1px;
	outline:none;
	padding: 0 0 0 5px;
	width:215px;
}

#msisdn2{
	top:319px;
}

#telerror,
#telerror2{
	background:#000;
	color:white;
	padding:5px;
	position:absolute;
	text-align:center;
	width:209px;
	z-index:5;
    visibility:hidden;
    margin-top:-30px;
}

#telerror2{
	top:260px;
}

#submit2{
	border:0px solid white;
	background:url(../images/bt.png);
	cursor:pointer;
	height:43px;
	left:186px;
	position:absolute;
	top:340px;
	width:149px;
	z-index:2;
}

#mt #submit2{
	display:block;
}

/* special */

#c2aBox,
#submit2,
#googleBox{
	display:none;
}

#label1{
	position:absolute;
	top:200px;
	left:62px;
	background-image:url(../images/question.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:420px;
	height:223px;
}

#mt #label1{
	background-image:url(../images/pincode.png);
}

.arrow{
	cursor:pointer;
	height:43px;
	left:83px;
	position:absolute;
	top:277px;
	width:270px;
	background-repeat:no-repeat;
	background-position:left;
}

#arrow2.arrow{
	top:319px;
}

.arrow:hover{
	background-image:url(../images/arrow.png);	
}

#c2aLegalLink{
	position:absolute;
	top:289px;
	left:164px;
	display:none;
}

#radioB1,
#radioB2{
	display:block;
	left:169px;
	margin-bottom:28px;
	position:relative;
	top:293px;
}

/* form - pincode only */

#waitForPin{
	display:none;
}

/* form - google only - agreetext */

#googleBox{
	position:absolute;
	top:380px;
	width:290px;
	left:129px;
	z-index:2;
}

#agree{
    display:block;
    float:left;
    height:35px;
}

#agreeBoxLabel{
	display:block;
	color:black;
    font-size:10px;
    letter-spacing:-1px;
    line-height:12px;
    height:35px;
    padding-top:3px;
}

/* form - google only - yes/no box */

#checkErrortje{
	height:119px;
	margin:0 auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-59.5px;
	margin-left:-133.5px;
	width:267px;
	z-index:2000;
    display:none;
}

#checkErrortjeCenter{
	background:url('/images/boxcenter.gif') no-repeat;
	width:257px;
	height:79px;
	padding:5px;
}

#checkErrortjeBottom,
#checkErrortjeTop{
	background:url('/images/boxtop.png') no-repeat;
	width:267px;
	height:15px;
}

#checkErrortjeBottom{
	background:url('/images/boxbottom.png') no-repeat;
}

#checkErrortjeJa,
#checkErrortjeNee{
	width:123px;
	height:24px;
	position:relative;
	float:left;
    top:10px;
	cursor:pointer;
}
#checkErrortjeJa{
	background:url('../../../images/yes.gif') no-repeat right;
}

#checkErrortjeNee{
	background:url('../../../images/no.gif') no-repeat left;
    margin-left:10px;
}

#checkErrortjeheader{
    font-size:12px;
    font-family:arial,verdana,geneva;
    letter-spacing:-1px;
    margin:0;
    color:black;
    text-align:center;
	position:relative;
	top:-5px;
}
#checkErrortjeheader p{
    font-size:10px;
    font-weight:100;
    margin:5px 0 0 0;
}

/* footer elements */

#footer{
	width:98%;
	font-family:verdana,sans-serif;
	font-size:10px;
	margin:5px auto;
	color:#333333;
	line-height:11px;
}

#lpfootertext{
	color:#000000;
	text-align:left;
}

#lpfootermenu {
	margin-top:5px;
	text-align:center;
}

#lpfootermenu a{
	text-decoration:none;
	text-transform:lowercase;
}

/* flash elements */

#central {
	height:1px;
	visibility:hidden;
}

#specialFlash{
	width:274px;
	height:178px;
	position:absolute;
	top:0px;
	left:405px;
}

#gif {
	position:absolute;
	left:549px;
	top:328px;
	width:295px;
	height:129px;
	background:url(../images/gif.gif);
}

#audio,
#audio1{
	position:absolute;
	right:165px;
	top:140px;
	z-index:2;
}

/* loading */

#loading{
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	display:none;
	z-index:10;
	text-align:center;
}

#loadingBlock{
	background:url(/images/loading3.gif) no-repeat;
	font-size:9px;
	height:19px;
	line-height:18px;
	width:220px;
	margin:250px auto 0;
}