/* CSS Document */

body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#515289;
}

h3{
	padding:0;
	margin:0;
	font-size:90%;
	color:#373abe;

}

#close-popup, #close-popup2 {
	float:right;
	display:block;
	height:17px;
	width:17px;
	margin:-10px -10px 0 0;
	background:url(../images/close-popup.gif) no-repeat;
	}

#close-popup2{
margin:-15px -7px;
	}

#close-popup span, #close-popup2 span{
	position:absolute;
	top:-9999px;
	}

/*challenge a friend*/


#chalenge{
	width:255px;
	background:url(../images/challenge-body-bg.gif) repeat-y;
	}

.challenge-bg{
	padding:25px 20px 0 20px;
background:url(../images/challenge-to-bg.gif) top left no-repeat;

		}

#chalenge h3{
	padding-top:0;
	margin-top:0;
	font-size:95%;
	}

.challenge-bg p{
	font-size:75%;

	}
	
fieldset{
	clear:left;
	border:0;
	padding:5px 0 0 0;
	margin:0;
	width:220px;
	}
.red{
	color:#FF0000;

	}
form{
	width:220px;
	height:280px;
	margin-bottom:0;
	padding-bottom:0;
	background:url(../images/btn-send.gif) bottom right no-repeat;
	}
	
.challenge-btm-bg{
	background:url(../images/challenge-btm-bg.jpg) bottom left no-repeat;
	}
	
.field{
	width:210px;
	margin:0 0 5px 0;
	float:left;
	}

textarea.field{
	height:60px;
	}
		
label{
	float:left;
	display:block;
	clear:both;
	width:170px;
	font-weight:bold;
	font-size:70%;
	}

#chalenge form p{
	clear:both;
	width:50px;
	background:#CCCCCC;
	float:left;
	padding:0;
	text-align:right;
	margin-top:19px;
	margin-left:120px;
	}

/*terms*/

 #terms{
 	width:684px;
	height:534px;
	background:url(../images/terms-body-bg.gif) repeat-y;
}
 
.terms-bg{
	padding:20px 20px 10px 20px;
	margin:0;
	background:url(../images/terms-top-bg.gif) top left no-repeat;
	}

#terms p{
	padding:0;
	margin:0;
	}
	
ol{
	margin-left:15px;
	padding:0 10px 60px 0;
}


		
.terms-bg li{
	font-size:68%;
	margin-bottom:5px;
}
	
.terms-btm-bg{
	background:url(../images/terms-btm-bg.gif) bottom center no-repeat;
	}