/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */
@font-face {
    font-family: 'BerkeleyLTRegular';
    src: url('fonts/itc_berkeley_old_style--lte50599-webfont.eot');
    src: url('fonts/itc_berkeley_old_style--lte50599-webfont.eot?iefix') format('eot'),
         url('faonts/itc_berkeley_old_style--lte50599-webfont.woff') format('woff'),
         url('fonts/itc_berkeley_old_style--lte50599-webfont.ttf') format('truetype'),
         url('fonts/itc_berkeley_old_style--lte50599-webfont.svg#webfontX8LAmyN4') format('svg');
    font-weight: normal;
    font-style: normal;

}

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:48%;
	z-index:9999;
	padding:45px;
	padding-top:50px;
	width:489px;
	height:471px;
	margin:-220px 0 0 -250px;
	background:url(../images/popup/back.png) no-repeat;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

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

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

.user-type-box{
	width:450px;
	height:120px;
	background:url(../images/popup/content.jpg);
	margin:auto;
	margin-bottom:15px;	
	padding:12px;
	text-align:center;
}

.user-type-box h1{
	font-family: 'BerkeleyLTRegular' !important;	
}

.user-type-box p{
	font-family: 'NeueLight' !important;
	margin-top:6px;	
}

.green-button{
	
	background:url(../images/popup/green-button.jpg);
	text-shadow:1px 1px 1px #0f6107;
	-moz-text-shadow:1px 1px 1px #0f6107;
	-webkit-text-shadow:1px 1px 1px #0f6107;
}

.blue-button{
	text-shadow:1px 1px 1px #000a5b;
	-moz-text-shadow:1px 1px 1px #000a5b;
	-webkit-text-shadow:1px 1px 1px #000a5b;
	background:url(../images/popup/blue-button.jpg);
}

.blue-button2{
	text-shadow:1px 1px 1px #000a5b;
	-moz-text-shadow:1px 1px 1px #000a5b;
	-webkit-text-shadow:1px 1px 1px #000a5b;
	background:url(../images/popup/blue-button2.jpg);
}

.blue-button2{
	width:222px;
	height:37px;
	display:block;
	
	
	line-height:37px;
	color:#ffffff;
	font-family:'BerkeleyLTRegular';
	font-size:16px;
	
}

.blue-button, .green-button{
	width:222px;
	height:37px;
	display:block;
	float:left;
	margin-right:1px;
	line-height:37px;
	color:#ffffff;
	font-family:'BerkeleyLTRegular';
	font-size:16px;
	
}

.blue-button-thanks{
	width:222px;
	height:37px;
	display:block;
	float:left;
	margin-right:1px;
	line-height:37px;
	color:#ffffff;
	font-family:'BerkeleyLTRegular';
	font-size:16px;
	text-shadow:1px 1px 1px #000a5b;
	-moz-text-shadow:1px 1px 1px #000a5b;
	-webkit-text-shadow:1px 1px 1px #000a5b;
	background:url(../images/blue-button.jpg);
}

.user-type-box a:hover{
	text-decoration:none !important;	
}

#popup{
	display:block;
}

#form{
	display:none;	
}

#form-new{
	display:none;	
}
