/* CSS Document */

body{
padding:0;
margin:0;
background:#fff;
color:#414141;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}

/***************************************************************/

div, p, a, img, table, tr, td, h1, h2, h3, form, br, ul, li, input, select{
padding:0;
margin:0;
border-collapse:collapse;
border:0;
}

/***************************************************************/

#container{
width:860px;
height:560px;
position:relative;
background:url('../images/main.jpg') no-repeat;
margin:0px auto;
}

/***************************************************************/

#headflash{
height:72px;
width:860px;
}

/***************************************************************/

#step1{
position:absolute;
top:146px;
left:57px;
/*border:1px solid red;*/
}

.row{
height:40px;
width:326px;
margin:0 0 7px 0;
}

.row a{
color:#555;
text-decoration:none;
}

.row a:hover{
color:#000;
text-decoration:underline;
}

label{}

.radio{
float:left;
margin:5px 0 0 7px;
}

.songinfo{
text-align:left;
display:block;
float:left;
width:257px;
overflow:hidden;
margin:-4px 0 0 10px;
}

span.title{
font-size:14px;
font-weight:bold;
display:block;
padding:0 0 0 0;
white-space:nowrap;
}

span.artist{
font-size:11px;
font-weight:normal;
display:block;
white-space:nowrap;
}


.prev_button{
display:block;
float:left;
padding:0 0 0 0;
}

/**************************IE 6 SUX************************************/

.row{
height:40px;
width:326px;
margin:0 0 7px 0;
}

.row a{
color:#555;
text-decoration:none;
}

.row a:hover{
color:#000;
text-decoration:underline;
}

label{}

.radio{
float:left;
margin:5px 0 0 7px;
}

.songinfo{
text-align:left;
display:block;
float:left;
width:250px;
overflow:hidden;
margin:-2px 0 0 10px;
}

span.title{
font-size:14px;
font-weight:bold;
display:block;
padding:0 0 0 0;
white-space:nowrap;
}

span.artist{
font-size:11px;
font-weight:normal;
display:block;
white-space:nowrap;
}


.prev_button{
float:right;
}



/***************************************************************/

#step2{
position:absolute;
top:145px;
left:470px;
}

input.msisdn{
position:absolute;
height:38px;
width:250px;
font-size:29px;
font-weight:bold;
color:#777;
left:40px;
}



select.carriers{
position:absolute;
height:38px;
width:260px;
font-size:22px;
font-weight:bold;
color:#777;
top:97px;
left:40px;
}

input.checkbox{
position:absolute;
top:78px;
left:40px;
padding:0;
margin:0;
height:15px;
width:15px;
z-index:200;
}

#send{
width:307px;
height:125px;
z-index:100;
}

input.send1 {
		display:block;
		width:307px;
		height:125px;
		background: url("../images/send.jpg") 0 0 no-repeat;
		text-decoration: none;
		overflow:hidden;
		cursor:pointer;
		}
		
input.send1:hover {
		background-position: 0 -125px;
		}
		

/****POP BUTTON STYLE****/

#go{
text-align:left;
position:absolute;
top:315px;
left:495px;
width:307px;
height:125px;
}

.button_pop{
position:absolute;
top:0px;
width:307px;
height:125px;
background: url('../images/button_pop.jpg') no-repeat;
cursor:pointer;
z-index:50;
}

.button_pop:hover{
background: url('../images/button_pop_ovr.jpg') no-repeat;
}

/*#pop_terms{
position:absolute;
top:351px;
left:560px;
width:110px;
z-index:300;
}

#pop_terms a{
display:inline;
padding:0;
margin:0;
font-size:10px;

color:#343434;
}*/

#close_pop{
position:absolute;
top:328px;
left:748px;
padding:0;
margin:0;
z-index:310;
}


/***************************************************************/

.serviceinfo {
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
height:35px;
left:505px;
line-height:11px;
position:absolute;
text-align:center;
top:440px;
width:290px;
z-index:1002;
}
	

.serviceinfo a{
color:#333;
	}


/***************************************************************/


#tandc{
width:830px;
margin:10px auto;
font-size:11px;
text-align:left;
}

#tandc a{
text-decoration:underline;
color:#414141;
}


h1, h2, h3{
font-size:12px;
font-weight:normal;
}