#loadOffer, #facebox2 { 
 
    display:none; 
    width:716px;     
   height: 419px;
	
	
} 
 
#loadOffer, #facebox2 { 

    font-family:"lucida grande",tahoma,verdana,arial,sans-serif 
} 
 
#loadOffer h2, #facebox2 h2 {
    margin:-11px; 
    margin-bottom:0px; 
    color:#fff; 
    padding: 10px 10px; 
    font-size:16px;
}
#loadOffer .pop_close, #facebox2 .pop_close{
	

	
}
.wfh_small_logo{
	
	padding: 10px 0 0 0;
	
}
#loadOffer p, #facebox2 p{
	
	padding: 10px;
}
.pop_get_started{
	
	float: right;
	cursor: pointer;

	
}
.pop_coupon{
	
	padding: 11px 0 0 50px;
	
}
.pop_coupon .code{
	
	background: #faef6f;
	border: 1px dashed #dd881a;
	padding: 5px;
	color: #222222;
	font-weight: bold;
}
#overlay { 
    background-image:url(http://static.flowplayer.org/img/overlay/transparent.png); 
    color:#efefef; 
    height:450px; 
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
div.contentWrap { 
    overflow-y:auto; 
} 
		#offerframe {
				width: 716px;
height: 419px;
					overflow: hidden;
					margin: 0 0 0 0;
					z-index: 105;
					position: relative;

		}
		.column {

		width: 716px;
height: 419px;
		}
		
		
		
		
		
		
		
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:black;
	border:1px solid #000;
	z-index:15001;
}

#popupContact{
	display:none;
	position:fixed;
	left:0;
	top:0;
	_position:absolute; /* hack for internet explorer 6*/
	height:380px;
	width:430px;
	background:white;
	border:5px solid #black;
	z-index:15002;
	padding:0px;
	font-size:13px;
	text-align:center;
}

.contactArea form
{
    padding:0;
    margin:0;
}

#popupContact h2 {
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	padding-bottom:2px;
	margin-bottom:0px;
}

#popupContactClose{
	font-size:12px;
	line-height:14px;
	right:6px;
	bottom:4px;
	position:absolute;
	color:#666;
	font-weight:700;
	display:block;
	text-decoration:underline;
	cursor:pointer;
}