/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */
.error_note
{
 top-margin:20px;
 color:#000000;
 font-weight:normal;
 border:#5F0909 1px solid;
 background-color:#FFFAC6;
 padding:5px;
 margin:1px;
}
#postError,#postSuccess
{
	background: #f8f8f8;
	border:  #FFFFFF 20px solid;
	padding: 12px;

  width:580px;
}

#postError input,#postSuccess input
{
  text-transform:none;
  border:#000000 1px solid;
  background-color:#ffffff;
}
#postErrorBack
{
 width:200px;
}
#postErrorCancel
{
 width:200px;
 float:right;
}
#postSuccessClose
{
 width:200px;
}
#postErrorButtons
{
 clear:both;
}
#lightbox{
	display:none;
	position: absolute;
	top:5%;
	left:15%;
	z-index:9999;
	width:625px;

	/*_margin:-220px 0 0 -250px;*/
	/*border:1px solid #fff;*/
	padding-left:12px;
	background:transparent; /*#FDFCE9;*/
	text-align:left;
	/*overflow:hidden;*/
	clear:both;
}
#lightbox[id]{
	/*position:fixed;*/
}
#lbLoadMessage
{
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-left-color: #e4e4e4;
	border-top-color: #e4e4e4;
	padding: 12px;
}

#overlay{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	_width:110%;
	height:1200px;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=85);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
/*	display:none;*/
}
#lightbox.loading #lbContent{
	display:block;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

/*
#lightbox.done img{
	width:100%;
	height:100%;
}
*/

