/**
 *  --------------------------------------------------------------------------------------
 *   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;
	background:#000000;
	border:1px solid #cecece;
	z-index:9;
}

#popupContact {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	top:320px;
	left:600px;
	height:250px;
	width:408px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:10;
	padding:10px;
}

#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;
}

.sendphoto_heading span {
	display:none;
}

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

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

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