/* 
========================================================================================================= CREDITS
Copyright : Copyright (c) 2008 JPL & Citizens to Protect PA Jobs. All Rights Reserved.
Author(s) : Larry Daughenbaugh - ldaugh@jplcreative.com 
Date      : 10/13/2008 
========================================================================================================= CHANGE LOG
Date		Name			Desc
---			---				---
02/23/2009	Jamy Kunjappu	Tweaked for PA JOB Modal
========================================================================================================= BEGIN CSS
*/


/* ====================================================================================================== LIGHTBOX */

.lightbox {
	display: none; 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	text-align: left; 
	z-index: 1001;
	}


.lightbox h3 { display: none; }
.lightbox a:link, .lightbox a:visited { color: #000; text-decoration: underline; }
.lightbox a:hover, .lightbox a:active { text-decoration: none; }

#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id] { position: fixed; } /* IE6 Can't See This */
#overlay[id] { position: fixed; } /* IE6 Can't See This */


/*Modal Popup*/

#modal_popup {
	position:relative;
	width:481px; 
	height:244px;
	background: url(/images/modal/modal-popup.jpg) no-repeat top center;
	border:10px solid #fff;
}
#modal_popup #close_btn {
	position:absolute;
	top:12px;
	left:454px;
	width:20px; 
	height:21px;
}
#modal_popup #title {
	position:absolute;
	top:36px;
	left:51px;
	width:158px; 
}
#modal_popup #text {
	position:absolute;
	top:76px;
	left:51px;
	width:385px; 
	line-height:1.2em;
}
#modal_popup #title_email {
	position:absolute;
	top:153px;
	left:51px;
	width:148px; 
}
#modal_popup #email_entry {
	position:absolute;
	top:179px;
	left:52px;
	width:373px; 
	height:25px;
}

#modal_popup #email_entry .email_field {
	position:absolute;
	top:0;
	left:0;
	border:1px solid #747474;
	padding: 2px 0 0 2px;
	width:240px;
	height:21px;
	font-size:1.1em;
}
#modal_popup #email_entry .submit_btn {
	position:absolute;
	top:0;
	left:251px;
	width:63px; 
	height:21px;
}

/*End Modal Popup*/
