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

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

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

- - - - - - - - - - - - - - - - - - - - - */
#lightbox .middle_box{
	min-height: 0;
	height: auto;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	padding: 20px;
	z-index:9999;
	width:359px;
	margin:-270px 0 0 -182px;
	background:#fff;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}
#lightbox form{text-align: left; }
#lightbox #lightbox_holder{ margin: 0px !important;}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.5;
	opacity: .50;
	filter: alpha(opacity=50);
}
#overlay[id]{
	position:fixed;
}
.reg-field{
	width: 170px;
	color: #8C8A8C;
	padding: 1px;
	margin-top: -1px;  
	border-width: 2px 1px 1px 1px;
	border-style: outset solid;
	border-top-color: #C3C3C3;
	border-right-color: #C3C3C3;
	border-bottom-color: #DDDDDD; 
	border-left-color: #C3C3C3;
	padding: 0px 3px;
	
}
.text_input_holder{
	padding: 5px;
	margin-left: 33px;
}
.text_input_holder span{
	display:block;
	width: 58px;
	float: left;
	color: #005E8D;
	font-weight: bold;
}

#register_box{
	margin: 3px 0px 20px;
}
#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}
#reg_header{ margin-left: 96px; color: #005E8D;}
#new_profile_box h2{ font-size: 1.4em; color: #000; font-family: "Trebuchet MS"}
.plain_holder{margin-left: 96px; padding: 5px 5px 5px 0px;}
.plain_holder input{ font-size: 0.81em;}
.plain_holder label{color: #005E8D; font-weight: normal !important;}
.plain_holder .submit_button{font-size: 0.91em;}
.plain_holder a#submit_link input{font-size: 0.81em !important;}
* html .plain_holder a input{margin-left: 2px;}
#error_registration{ margin: 0px; padding: 0px;}
.lbAction{ color: #777; font-size: 1.1em; font-weight: bold; }
* html #checkbox_holder input{margin: -2px -1px 0px -1px;}
*:first-child+html #checkbox_holder input{margin: -2px -1px 0px -3px;}
#new_profile_box h2, #new_profile_box .linker{float: left; width: 220px; margin-top: 10px;}
*  html #new_profile_box h2, *  html  #new_profile_box .linker{float: none; clear: none;}
.light_logo_holder{width: 71px; height: 70px; float: left; padding-top: 34px; padding-left: 25px;}
#close_box{text-align: center; margin-top: 14px;}
.linker a{color: #504E4E; font-weight: bold;}
.linker a.button_submit_wide{color: #FFF; font-weight: normal; margin-bottom: 2px !important;}