/********************************************/
/*		Default Div Styles (Testing)		*/
/********************************************/

/*
div {
	border: 1px solid #ff9900;
	}
*/


/********************************************/
/*		Base Site Framework Styles			*/
/********************************************/

/* Base Body Styles */
#game {
	background: #fff url(../imgs/game_holder.jpg) no-repeat;
	width: 477px;
	height: 316px;
	margin-right: 18px;
	float: right;
}

#game object {
	margin: 10px;
}

.clearboth {
	clear:both;
}

div#score-board {
	float: right;
	margin: 0 0 0 0;
	width: 421px;
	height: 342px;
	background: url(../images/scoreboard.jpg) no-repeat 0 0;
}

table#score-board {
	margin: 40px 0 0 0;
	width: 419px;
	text-align: center;
	font-size: 1.25em;
	color: #666666;
	
}

#score-board .name {
	text-align: left;
margin-left: 40px;
padding-left: 70px;
}

#score-board img.bar {
	margin: 15px 0;
}

#score-board td {
	padding: 6px;
	background: url(../images/sub-line.jpg) repeat-x 100% 0;
}

.form {
	font-size: .9em;
	padding: 5px;
	background-color: #cccad2;
}

form#friend-form {
	text-align: left;
	padding-left: 5%;
}
form#friend-form legend {
	display:none;
}

form#friend-form fieldset {
	border: none;
}

form#friend-form label {
	
}

form#friend-form input.textfield, form#friend-form textarea {
	border: solid 1px #999;
	padding: 3px;
	resize: none;
	width: 100%;
}


div.mail-error {

	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 5px;
	margin: 10px 0;
	font-size: 1.2em;
}

div.mail-error h1{
	color: #000;
}

#search-form {
	float: right;
	background-image:url(../images/address-form-bg.jpg);
	background-repeat: no-repeat;
	width: 234px;
	height: 130px;
	padding: 35px 0 0 0;
}

#rightnav {
	float: right;
	width: 234px;
}

.secondarycontent2 {
	width:421px ;
	margin:0px 0px 0px 81px ;
}

#pm-phone-cta {
	background: url(../images/paymonthly.jpg) no-repeat 0 0;	
	float: right;
	display: block;
	width: 233px;
	height: 68px;
	margin-top: 4px;	
}

#p3-phone-cta {
	background: url(../images/3pay.jpg) no-repeat 0 0;
	float: right;
	display: block;
	width: 233px;
	height: 68px;
}

#bb-phone-cta {
	background: url(../images/bestofboth.jpg) no-repeat 0 0;
	float: right;
	display: block;
	width: 233px;
	height: 68px;
	margin-top: 4px;		
}


#send-friend {
	margin-top: 15px;
	padding-top: 30px;
	float: right;
	background: url(../images/challengeafriend_bg.jpg) no-repeat 0 0;
	width: 660px;
	height: 180px;
}


#coverage-game {
	width: 659px;
	height: 350px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}