/*****************************************************************

	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);
@import url(../../../styles/googleCompliance.css);
@import url(../../../styles/gewinSpiel.css);

/* container elements */

body{
	height:100%;
}

#container{
	position:relative;
	margin:5px auto;
	width:900px;
	overflow:hidden;
	border:1px solid black;
}

#bkgrimg{
	width:100%;
	height:510px;
	text-align:left;
	position:relative;
}

#disclaimerbar{
	background:black;
	color:white;
	font-size:12px;
	position:relative;
	text-align:left;
	width:100%;
	height:auto;
	padding-left:10px;
}

/* form elements */

#pincode,
#c2aBox{
	position:absolute;
	width:220px;
	height:26px;
	left:453px;
	top:240px;
	z-index:2;
}

#msisdn,
#msisdn2,
#pincode{
	background-image:url(/images/inputBkg.jpg);
	border:0px white solid;
	font-size:22px;
	font-weight:bold;
	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;
	top:-30px;
	width:209px;
	z-index:5;
    visibility:hidden;
}

#telerror2{
	top:260px;
}

#submit2{
	background:url(../images/Participate.png);
	border:0px solid white;
	font-size:16px;
	height:58px;
	left:478px;
	position:absolute;
	top:285px;
	width:164px;
	z-index:2;
}

/* form - pincode only */

#waitForPin{
	display:none;
}

#pincode{
	left:480px;
}

#submit2.mt{
	left:510px;
}

.mt #waitForPin{
	background:white;
	border:1px solid black;
	left:415px;
	line-height:12px;
	padding:5px;
	position:absolute;
	text-align:center;
	top:150px;
	width:275px;
}

#mt #bkgrimg{
	background:url(../images/lp-pt.jpg);
}

#mt #container{
	width:960px;
}

/* form - google only - agreetext */

#googleBox{
	position:absolute;
	bottom:0;
	width:900px;
	left:5px;
	z-index:2000;
}

#agreeBoxLabel{
    font-size:10px;
    letter-spacing:-1px;
}

#fakeCheck{
	position:absolute;
	bottom:0px;
	left:5px;
	z-index:10;
}

/* form - google only - yes/no box */

#checkErrortje{
	height:119px;
	margin:0 auto;
	position:relative;
	top:200px;
	width:267px;
	z-index:10;
    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,
#flashBackground{
	position:absolute;
	top:0px;
	width:100%;
	height:510px;
	z-index:2000;
	background:white;
}

#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;
}

/* email disclaimerbar and form */

#emailDisclaimerbar,
#emailDisclaimerbar a{
	display:none;
	color:#CCCCCC;
	top:439px;
	left:208px;
}