body
{margin: 0;

	font-family: arial;
	font-size: 13px;
	color: #333;
	background-color: #fff;
	text-align: center;}

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:340px;
	height:200px;
	margin:-220px 0 0 -250px;
/*	border:1px solid #fff;*/
	background:#FDFCE9;
	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.4;
	opacity:.40;
	filter: alpha(opacity=40);
}
#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%;
}



.lightbox_pop
{background: #ffffff url("http://cdn.seniorsforliving.com/img/bg_yellow_gradient.png") repeat-x; text-align: center; padding: 20px; font-weight: bold;}

H3 {
	margin: 6px 0;
	font-size: 	134%;
	color: #346733;
	}
	
INPUT.sm	{width: 60px;}	

.close_lightbox
{ position:absolute; top:2px; right:5px; font-family: arial; font-size: 10px; color: #346733;}
.close_lightbox A:link {color:#346733;text-decoration: none; font-weight: bold;}
.close_lightbox A:visited {color:#346733;text-decoration: none; font-weight: bold;}
.close_lightbox A:active {color:#346733;text-decoration: none; font-weight: bold;}
.close_lightbox A:hover {color:#346733;text-decoration: none; font-weight: bold;}




