div#lightbox {
	display: none;
	
	position: absolute;	
	top : 0; left : 0;
	
	x-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);
	
	background: #000;  /*#C7DFE6; /*000; */
	z-index : 1000;	
}

	div#lbcontent {
		position : absolute;	
		margin : 0 auto;
		background :#ccc;
		padding : 10px 10px;
		border-right : 1px solid #888;
		border-bottom : 2px solid #888;
		z-index : 1050;
		display : none;
		-moz-border-radius:10px;		
		background:#90DD47 none repeat scroll 0 0;
		xborder-color:#D4B240 #A08730 #A08730 #D4B240;
		xborder-style:solid;
		xborder-width:1px;
	}
		
	
#lbcImg {
	position: absolute;
	cursor : pointer;
	z-index : 2050;
	display : none;
}

div.formhead {
	background : #efefef;
	font-size : 116%;
	line-height : 1.2em;
	font-weight : 600;
	padding : 5px;
	margin-bottom : 7px;
	cursor : move;
	border-bottom : 1px solid #ccc;
}
 
