/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(http://support.boostmobile.com/images/str_locator/bg2.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	color: #d9d9d9;
	}

a:link { font-weight: bold; color: #FFF; text-decoration: none; }
a:visited { font-weight: bold; color: #ff6702; text-decoration: none; }
a:hover{ color: #669dcd; text-decoration: none; }

img {padding: 0px; margin: 0px; border: 0px;}

input.textInput {
	background: #efefef;
	border:1px solid #3a3a3a;
	margin: 0;
	}
	
div#container {
	position: relative;
	width: 757px;
	margin-bottom: 50px;
	text-align: left;
	background: #000;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	}
	
div#container p{
	font-size: 9px;
	margin: 3px 0;
	color: #afafaf;
	line-height: 1.4em;
	}

div.hr {
 	height: 1px;
  	background: #393939 no-repeat scroll center;
	}

div.hr hr {
 	display: none;
	}

div#vipEntry {
	background: url(../../images/vip/bgMain-girl.jpg) no-repeat;
	width: 733px;
	min-height: 319px;
	margin: 5px 0 0 13px;
	}
	
div#signin {
	padding: 192px 35px 0 427px;	
	}
	
div#signinLeft{
	float: left;
	}
	
div#signinRight{
	width: 88px;
	text-align: right;
	float: right;
	}
	
div#vipFeatures{
	padding: 60px 0 20px 10px;
	}
	
div#featLeft{
	float: left;
	}
	
div#featRight{
	float: right;
	padding-right: 35px;
	}
	
img#feat02{
	margin-bottom: 7px;
	}
	
.button{
	margin: 10px 0 0 0;
	}
	
.hoverBorder {
	border: 1px solid #393939;
	}
	
.hoverBorder:hover {
	border: 1px solid #ff6702;
	}

.clear{
	clear: both;
	}
	
	/* --- Footer
	-------------------------------------------------------*/


	div#container #footerHome {
	font-family: Verdana, sans-serif;
			font-size:9px;
	text-align: center;
	padding-top:10px;
	margin-bottom: 30px;
	margin-top: 10px;
	}

	div#container #footerHome p {
		color:#808081;
		text-align:center;
		padding-bottom: 15px;
	}

	div#container #footerHome ul.nav {
	margin: 0 0 15px 0;
	padding: 0;
	}

	div#container #footerHome ul.nav li {
	display: inline;
	list-style-type:none;
	}


	div#container #footerHome ul.nav li a {
	color:#999;
	font-weight:normal;
	text-decoration:underline;
	margin-right:2px;
	}

	div#container #footerHome ul.nav li a:hover {
	text-decoration:none;
	}

	div#container .copy {
		border-bottom:1px solid #222222;
		clear:both;
		color:#808081;
		font-family: Verdana, sans-serif;
		font-size:9px;
		line-height:1.3;
		margin: 0 20px;
		padding-bottom:15px;
	}
		