﻿
#dvPhoto{
	width:180px;
	height:130px;
	margin-top:5px;
	text-align:center;
	float:left;
}

.txtStyle{
	border:1px solid #228ec5; 
	border-collapse:collapse;
}

.frmStyle{
	display:inline;
}

/*********CSS for slid border box********/
#simplegallery1{ //CSS for sample Gallery
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 3px solid #eae4e4;
}

/***********Start Pop UP************/
#lightbox{
	background-color:#eee;
	padding: 2px;
	
	}
/*	
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
*/

#lightboxDetails{
	
	}	
	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 0px; right: 0px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	
/************End Pop Up*************/