/**
 *  --------------------------------------------------------------------------------------
 *   Lyman Lures CSS
 *  ----------------------------------------------------
 *  Modified	August 6th, 2009 by Curtis
 *  @version	4.0
 *  @author	Chris Donalds <chrisd@navigatormm.com>
 *  ----------------------------------------------------
 *  Popup CSS
 *  --------------------------------------------------------------------------------------
 */
#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	border:1px solid #cecece;
	z-index:100;
}

#popupContact {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	top:25%;
	left:50%;
	height:279px;
	margin-left: -204px;
	width:440px;
	background: url(../../images/interface/fancybox_bg.png) left top no-repeat;
	border:	none;
	z-index:110;
	padding:25px;
}

#popupContact table td {
	padding:5px;
}

#popupContact .tdleftcol {
	width:100px;
}

.sendphoto_heading {
	text-align:left;
	height:35px;
	margin-bottom:20px;
	margin-top:5px;
	background:url(../../images/interface/send-photo-form-head.png) no-repeat;
}
.sendvideo_heading {
	text-align:left;
	height:35px;
	margin-bottom:20px;
	margin-top:5px;
	background:url(../../images/interface/send-video-form-head.png) no-repeat;
}

.sendphoto_heading span,
.sendvideo_heading span{
	display:none;
}

#popupContactClose {
	font-size:14px;
	line-height:14px;
	right: 30px;
	top:4px;
	position:absolute;
	color:#5A4630;
	font-weight:700;
	display:block;
}

#popupContactClose {
	cursor:pointer;
	cursor:hand;
}

#popupButton {
	cursor:pointer;
	cursor:hand;
}

