#popup_container h4 {
	margin:0;
}

#popup_leaders {
	height:400px;
	overflow:hidden;
}
	
	#popup_leaders img {
		float:left;
		margin-left:20px;
		margin-right:5px;
		width:90px;
		height:120px;
		border:solid;
		border-width:1px;
	}

	#popup_leaders h3 {
		margin-bottom:10px;
		padding-bottom:0px;
	}
	
	#popup_leaders .leader_bg {
		background-repeat:no-repeat;
		width:310px;
		margin-left:0px;
		margin-right:0px;
	}
	
	#popup_leaders #leader_info {
		padding-top:10px;
		margin-right:20px;
	}
	
		#popup_leaders #leader_info #text-wrapper{
			width:175px;
			margin-left:115px;
			}

	#popup_leaders #link {
		margin-top:10px;
		font-weight:bold;
		margin-left:20px;
	}

		#popup_leaders #link a{
			font-weight:normal;
			color:#000;
			font-style:italic;
		}
		
		#popup_leaders #link a:hover{
			text-decoration:underline;
		}

	#popup_leaders #leader_videos {
		margin-top:10px;
		margin-left:20px;
		font-weight:bold;
	}

table.privacypolicy {
	margin-left:20px;
	margin-right:10px;
}

	table.privacypolicy td.head {
		padding-top:10px;
		font-weight:bold;
		vertical-align:top;
	}

#video_info_popup {
}
	
	#video_info_popup .desc{
		width:290px;
		margin-left:10px;
		margin-right:10px;
		text-align:left;
	}
	
	#video_info_popup .specs {
		/*background-image:url(/images/small_gradient_yellow_bg__v.png);*/
		background-repeat:no-repeat;
		width:310px;
		margin-top:10px;
		margin-left:0px;
		margin-right:0px;
	}
	
		#video_info_popup .specs .head{
			font-weight:bold;
			margin-top:10px;
		}
		
		#video_info_popup .specs table{
			width:250px;
			margin-left:30px;
			margin-right:30px;
		}
		
		#video_info_popup .specs img.thumb-wide{
			width:250px;
			margin-left:30px;
			margin-right:30px;
			margin-top:10px;
			border-color:#000;
			height:140px;
		
		}
	
#popup_container {
}
	#popup_container a{
		text-decoration:underline;
	}

	#popup_container .popup_info {
		margin-bottom:15px;
	}


/* MEMBERSHIP OFFERS*/
#popup_container .popup_divider {
		margin-top:5px;
		font-weight:bold;
	}

	#popup_container .popup_divider hr {
		margin:0;
		width:700px;
		margin-left:0px;
		background-color:#6C6;
		color:#6C6;			
		border-color:#6C6;
		border:none;
		height:2px;
	}

#popup_container #popup_offer_list {
	height:250px;
}

	#popup_container #popup_offer_list .popup_offer {
		background-image:url(/images/bg-box-310-low.jpg);
		float:left;
		width:310px;
		height:115px;
		margin-right:20px;
		margin-top:10px;
	}
		
		#popup_container #popup_offer_list .popup_offer .popup_head{
			margin-top:5px;
			margin-left:20px;
			font-weight:bold;
			text-align:left;
			font-size:12px;
			padding-bottom:0px;
			margin-bottom:0px;
			color:#000;
		}
		
		#popup_container #popup_offer_list .popup_offer .popup_info{
			margin-top:5px;
			margin-left:20px;
			margin-right:20px;
			text-align:left;
			padding-bottom:0px;
			margin-bottom:5px;
		}
		
		#popup_container #popup_offer_list .popup_offer .popup_link{
			margin-top:3px;
			margin-left:20px;
			text-align:left;
			padding-bottom:0px;
			margin-bottom:5px;
			font-weight:bold;
		}
		
			#popup_container #popup_offer_list .popup_offer .popup_link a{
				color:#000;
			}
		
		#popup_container #popup_offer_list .popup_offer .popup_price{
			margin-top:5px;
			margin-left:20px;
			font-weight:bold;
			text-align:left;
			font-size:28px;
			padding-bottom:0px;
			margin-bottom:5px;
			color:#6C6;
		}
	
