/**********************************************************************************************

	CSS on Sails
	Title: TMobile
	Author: XHTMLized
	Date: Desember 2008 

***********************************************************************************************

		
	1. BASE
			1.1 Reset
			1.2 Default styles
			1.3 Basic styles
	
	2. LAYOUT
			2.1 Header
			2.2 Content
			2.3 Sidebar
			2.4 Footer
		

***********************************************************************************************/


/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	



/* 1.1	Reset
-----------------------------------------------------------------------------------------------*/	


	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var, button,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	
	body {
		line-height: 1;
	}
	
	ol, ul {
		list-style: none;
	}
	
	blockquote, q {
		quotes: none;
	}
	
	blockquote:before, 
	blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	
	:focus {
		outline: 0;
	}
	
	ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	

/* 1.2	Default styles
-----------------------------------------------------------------------------------------------*/	

	body {
		background: #fff;
		font: 62.5% Arial, Helvetica, sans-serif;
		text-align: center;
		}

	hr { 
		display: none;
	}
			
	strong {
		font-weight: bold;
	}
			
	em {
		font-style: italic;
	}
		
	abbr, acronym {
		border-bottom: 1px dotted #999; 
		cursor: help;
	}
	
	input, textarea, select {
		font: 1.1em Arial, Helvetica, sans-serif;
	
	}

	a {
		color: #808080;
		text-decoration: underline;
	}
	
	a:hover{
		color: #000;
	}
	

/* 1.4	Basic styles
-----------------------------------------------------------------------------------------------*/	

	.hide {
		display: none;
	}
	
	.ir,
	.ir span{
		position: relative;
		width: 100%;
		height: 100%;
		cursor: pointer;
		display: block;
		overflow: hidden }
		
		.ir span{
			position: absolute;
			top: 0;
			left: 0;
			z-index: 10 }
	

/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

	.container {
		width: 880px;
		position: relative;
		margin: 0 auto;
		text-align: left;
		font-size: 1.0em;
		overflow: hidden;
	}
		
	
	
/* 2.1	Header
-----------------------------------------------------------------------------------------------*/	
	.header{
		height: 50px;
		padding: 26px 15px 0 15px;
		position: relative;
		font-size: 1.5em }
		
		.header .logo,
		.header .logo span{
			width: 227px;
			height: 27px }
			
			.header .logo span{
				background: url(/img/logo-bb.gif) no-repeat }
		
		.header .logo-tmobile{
			position: absolute;
			right: 15px;
			top: 11px }		
				
		.header .logo-tmobile,
		.header .logo-tmobile span{
			width: 190px;
			height: 57px }		

			.header .logo-tmobile span{
				background: url(/img/logo-t_mobile.gif) no-repeat }

/* 2.2	Content
-----------------------------------------------------------------------------------------------*/	
	.big-banner{
		height: 145px;
		position: relative }
		
		.big-banner h1,
		.big-banner h1 span{
			width: 880px;
			height: 145px;
			padding: 10px;
			cursor: default;
			font-size: 1.5em;
			background-color: #63063d;
			color: #fff }
			
		.big-banner h1 span{
			background: url(/img/intro_new_bb.png) no-repeat;
		}

		.big-banner .btn-share{
			position: absolute;
			right: 17px;
			bottom: 11px }

		.big-banner .btn-share,
		.big-banner .btn-share span{
			width: 84px;
			height: 16px }
			
			.big-banner .btn-share span{
				background: url(/img/btn-share.png) no-repeat }
				
	.content{
		padding: 0px 0px 0px 0px ;
		position: relative;
		background: url(/img/bg-container.gif) top left repeat-x
		 }
		
	.main-content{
		overflow: hidden;
		display: block;
		position: relative;
		font-size: 1.2em;
		margin-bottom: 22px }
		
		.bb-overview{
			width: 590px;
			float: left }
			
			.bb-overview ul{
				width: 590px;
				display: block;
				overflow: hidden;
				margin-top: 3px }
				
				.bb-overview ul li{
					display: inline }
				
					.bb-overview ul li a,
					.bb-overview ul li a span{
						float: left;
						height: 19px;
						padding: 5px 0;
						position: relative;
						overflow: hidden;
						cursor: pointer }
					
						.bb-overview ul li a span{
							position: absolute;
							width: 100%;
							height: 100%;
							top: 0;
							left: 0 }

					.bb-overview ul li a.nav-connect,
					.bb-overview ul li a.nav-connect span{
						width: 132px }	

						.bb-overview ul li a.nav-connect span{
							background: url(/img/btn-connect.gif) no-repeat }

					.bb-overview ul li a.nav-gps,
					.bb-overview ul li a.nav-gps span{
						width: 100px }	

						.bb-overview ul li a.nav-gps span{
							background: url(/img/btn-gps.gif) no-repeat }
							
					.bb-overview ul li a.nav-music,
					.bb-overview ul li a.nav-music span{
						width: 118px }	

						.bb-overview ul li a.nav-music span{
							background: url(/img/btn-music.gif) no-repeat }
							
					.bb-overview ul li a.nav-photos,
					.bb-overview ul li a.nav-photos span{
						width: 120px }	

						.bb-overview ul li a.nav-photos span{
							background: url(/img/btn-photos.gif) no-repeat }
							
					.bb-overview ul li a.nav-videos,
					.bb-overview ul li a.nav-videos span{
						width: 119px }	

						.bb-overview ul li a.nav-videos span{
							background: url(/img/btn-videos.gif) no-repeat }

		.bb-overview-desc{
			width: 312px;
			float: right }					
			 
			.bb-overview-desc h2{
				font-size: 1.7em;
				color: #e20074;
				padding-bottom: 15px }

			.bb-overview-desc p{
				padding-bottom: 15px;
				font-size: 15px;
				line-height: 20px }
		
		.newsletter{
			width: 309px;
			position: absolute;
			border: 1px solid #9b9b9b;
			overflow: hidden;
			bottom: 1px}
			
			.newsletter h3,
			.newsletter h3 span{
				width: 309px;
				height: 80px }			
		
				.newsletter h3 span{
					background: url(/img/bg-coming_soon.jpg) no-repeat }
			
			.newsletter .field{
				padding: 8px 5px;
				position: relative }
				
				.newsletter .field input{
					width: 198px;
					border: 1px solid #9b9b9b;
					background: url(/img/bg-input.gif) top left repeat-x;
					font-size: 12px;
					color: #000;
					height: 18px;
					padding: 7px 3px 0 3px }

			.newsletter	.btn-notify{
				position: absolute;
				right: 5px;
				top: 7px }

			.newsletter	.btn-notify,
			.newsletter	.btn-notify span{
				width: 84px;
				height: 28px }	

				.newsletter	.btn-notify span{
					background: url(/img/btn-notifyme.gif) no-repeat }
	
	.contest{
		position: relative;
		overflow: hidden;
		padding-bottom: 10px;
		border:1px solid #9b9b9b;
		background: url(/img/bg-gradient.gif) left bottom repeat-x;}
					
		.contest h2.win-bb{
			border-bottom: 8px solid #9b9b9b;
			margin-bottom: 10px }
			
		.contest h2.win-bb,
		.contest h2.win-bb span{
			width: 880px;
			cursor: default;
			padding: 0px;
			height: 82px }	

			.contest h2.win-bb span{
				background: url(/img/bg-win_bb_curve.png) no-repeat }

		.step h2.win-bb,
		.step h2.win-bb span{
			width: 880px;
			padding: 10px 0 0 10px;
			border: 0;
			margin: 0;
			cursor: default;
			height: 43px }	

			.step h2.win-bb span{
				background: url(/img/bg-win_bb_curve2.png) no-repeat }
				
	.nav-step{
		width: 880px;
		overflow: hidden;
		height: 35px;
	}
		
		.nav-step li{
			display: inline;
		}
			
			.nav-step li a,
			.nav-step li a span{
				height: 35px;
				margin-right: 3px;
				float: left;
				cursor: default;
			}

			.nav-step li a.step1,
			.nav-step li a.step1 span{
				width: 324px }			

				.nav-step li a.step1 span{
					background: url(/img/bg-step1.png) no-repeat }

				.nav-step li.active a.step1 span{
					background: url(/img/bg-step1_active.png) no-repeat }

			.nav-step li a.step2,
			.nav-step li a.step2 span{
				width: 310px }			

				.nav-step li a.step2 span{
					background: url(/img/bg-step2.png) no-repeat }

				.nav-step li.active a.step2 span{
					background: url(/img/bg-step2_active.png) no-repeat }

			.nav-step li a.step3,
			.nav-step li a.step3 span{
				width: 238px;
				margin: 0px;
				padding: 0px;
			}			

				.nav-step li a.step3 span{
					background: url(/img/bg-step3.png) repeat; }

				.nav-step li.active a.step3 span{
					background: url(/img/bg-step3_active.png) repeat }

	.contest-overview{
		width: 445px;
		padding: 22px 0 22px 22px;
		float: left;
		overflow: hidden;
		display: block;
		position: relative }

		.contest-overview img{
			position: absolute;
			right: 0;
			top:30px }
		
		.contest img.people{
			position: absolute;
			bottom: 0;
			right: 0}

	.step .contest-overview{
		width: 350px;
		background: none }
	
	.step-banner{
		float: right;
		width: 465px;
		height: 216px;
		text-align: center;
		margin-right: 30px;
	}	

		.step-banner img{
			margin-top: 40px }

		.step .form,
		.step .step3-content,
		.step .step2-content .social-network{
			clear: both;
			width: 508px;
			overflow: hidden;
			position: relative;
			padding: 20px 0 40px 22px }
		
		.step .step3-content{
			height: 400px }
			
		.step .step2-content .form{
			width: 100%;
			padding-bottom: 0 }
			
		.step .step2-content .social-network{
			width: 450px;
			padding-bottom: 40px }

			.step .step2-content .social-network ul{
				overflow: hidden;
				padding-top: 10px }
				
				.step .step2-content .social-network li{
					float: left;
					width: 195px;
					text-align: center;
					margin-right: 15px;
					padding-top: 5px;
					padding-right: 10px;
					font-size: 1.3em;
					font-weight: bold;
					border-right: 1px solid #e20074 }
					
				.step .step2-content .social-network li img{
					padding: 10px 0}
					
				.step .step2-content .social-network li.last{
					border: 0 }
					
			.step .step2-content .form .input-container{
				width: 550px;
				display: block;
				margin-bottom: 10px;
				overflow: hidden;
				background:url(/img/ico-arrow.gif) 193px 5px no-repeat }

				.step .step2-content .form .input-container input{
					border: 1px solid #9b9b9b;
					background: #fff url(/img/bg-input.gif) top left repeat-x;
					font-size: 12px;
					color: #9b9b9b;
					width: 280px;
					height: 16px;
					float: left;
					padding: 3px 3px 0 3px }
			
				.step .step2-content .form .input-container input.small{
					width: 180px;
					float: left;
					margin-right: 20px }
					
			.step .form .inputs{
				padding-top: 40px;
				overflow: hidden }
			
				.step .form .inputs input{
					border: 1px solid #9b9b9b;
					background: #fff url(/img/bg-input.gif) top left repeat-x;
					font-size: 12px;
					color: #000;
					width: 370px;
					height: 16px;
					float: left;
					padding: 3px 3px 0 3px;
					margin-bottom: 0px }
			
				.step .form .inputs input.small{
					width: 140px }
					
				.step .form .inputs span{
					width: 380px;
					overflow: hidden;
					float: left;
					margin-bottom: 10px }	

				.step .form .inputs input.medium{
					width: 300px }

				.step .form .inputs select{
					width: 180px;
					float: right }

				.step .form .inputs label{
					font-size: 15px;
					width: 120px;
					float: left;
					padding-top: 1px;
					clear: both }
	
			.step .form .checked-button{
				padding-left: 116px;
				font-size: 15px;
				width: 300px;
				padding-top: 10px }	
					
				.step .form .checked-button .checked-wrap{
					overflow: hidden;
					clear: both;
					margin-bottom: 20px }

					.step .form .checked-button .checked-wrap input{
						float: left;
						margin-right: 10px }
						
					.step .form .checked-button .checked-wrap label{
						padding-top: 1px;
						float: left;
						width: 260px }
				
		.contest-overview h3{
			font-size: 2.2em;
			color: #e20074;
			padding-bottom: 15px }
			
		.step .contest-overview h3{
			margin-bottom: 20px }

		.step .contest-overview h3,
		.step .form h3,
		.step .step3-content h3,
		.step .step2-content .social-network h3{
			color: #e20074;
			font-size: 2.5em;
			font-weight: normal }

		.step .step2-content h3,
		.step .step3-content h3{
			font-weight: bold !important;
			margin-bottom: 30px }
		
		.step .form h3 span{
			display: block }
			
		.contest-overview p{
			padding-bottom: 15px;
			font-size: 15px;
			width: 300px;
			line-height: 20px }
					
	.contest-rules{
		text-align: right;
		padding-bottom: 0;
		padding-top: 15px;
		position: relative }
			
	.contest-rules a{
		float: right;
		padding-top: 6px }

	.checked-button a.btn-step2{
		clear: both }

	.contest-rules a.btn-enter-now,
	.contest-rules a.btn-enter-now span,
	.checked-button a.btn-step2,
	.checked-button a.btn-step2 span,
	.form a.btn-step3,
	.form a.btn-step3 span{
		float: left;
		width: 137px;
		height: 30px;
		color: #fff }	

	.checked-button a.btn-step2,
	.checked-button a.btn-step2 span{
		float: none }
		
		.contest-rules a.btn-enter-now span{
			background:url(/img/btn-enternow.png) no-repeat }

		.checked-button a.btn-step2 span{
			background: url(/img/btn-step2.png) no-repeat }		

		.form a.btn-step3{
			position: relative;
			bottom: 35px;
			left: 530px }

		.form a.btn-step3 span{
			background: url(/img/btn-step3.png) no-repeat }
			
	.step3-content .goodluck{
		width: 309px;
		border: 1px solid #9b9b9b;
		padding-bottom: 8px;
		text-align: center }
		
		.step3-content .goodluck h4,
		.step3-content .goodluck h4 span{
			width: 309px;
			height: 76px;
			margin-bottom: 8px }				
	
			.step3-content .goodluck h4 span{
				background: url(/img/bg-goodluck.gif) no-repeat }

		.step3-content .goodluck a,
		.step3-content .goodluck a span{
			width: 161px;
			height: 28px;
			margin: 0 auto }

			.step3-content .goodluck a span{
				background: url(/img/btn-backhomepage.gif) no-repeat }
				
/* 2.4	Footer
-----------------------------------------------------------------------------------------------*/	
	.footer{
		width: 880px;
		margin: 0 auto;
		padding: 0 0 40px 0 ;
		overflow: hidden;
		color: #808080 }
		
		.footer ul{
			float: left;
			width: 310px;
			margin-left: -5px
		}
			
			.footer ul li{
				display: inline;
				text-transform: uppercase }
				
				.footer ul li a{
					float: left;
					text-decoration: none;
					padding: 0 5px;
					border-right: 1px solid #9b9b9b }
			
				.footer p span.last{
					border: none;
					padding-right: 0 }
			
		.footer p{
			float: right;
			 }
			
			.footer p span{
				padding: 0 5px 0 5px;
				border-right: 1px solid #808080 }

input.btn-step2, input.btn-step3  
{
	background: none;
	border: none;
	width:136px;
	height:30px;
	padding: 0px;
	margin: 0px;
}
.form-error{
	border: solid red 1px !important; 
}

.error-message
{
	font-size:9pt;
	color:#cc0000;
}



/*
.jv-newsletter{
        width: 860px;
        height: 56px;
        position: relative;
        overflow: hidden;
        margin-top: 0px;
        margin-bottom: 10px;
	  border:1px solid #9b9b9b;
}
        
.jv-newsletter h3,
.jv-newsletter h3 span {
                width: 400px;
                height: 56px;
                background-position: center center;
                background-color: white;
                float: left;
        }
	  
.jv-newsletter h3 span
{
background-color: white;
background-image: url(/img/fb/bg-coming_soon.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center center;
}

.jv-newsletter .field
{
        padding: 15px 5px;
}


#NotifyRequestEmail
{
	width: 222px;
	background-color: transparent;
	background-image: url(/img/bg-input.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
	border: 1px solid #ccc;
}

.jv-newsletter .btn-notify{
        right: 20px;
        top: 15px;
}*/

.contest-rnr{
		width: 690px;
		padding: 22px 0 22px 22px;
		float: left;
		overflow: hidden;
		display: block;
		position: relative }
		
		.contest-rnr h3{
			font-size: 2.2em;
			color: #e20074;
			padding-bottom: 15px }
			
			.contest-rnr h1{
			font-size: 1.2em;
			padding-bottom: 15px }
			
			.contest-rnr h2{
			font-size: 1.6em;
			padding-bottom: 15px }
			
		.contest-rnr p{
			padding-bottom: 15px;
			font-size: 15px;
			width: 690px;
			line-height: 20px }
			
#flashMessage
{
	font-size: 12px;	
}