#lightbox{
	background-color:#D4B87E;
	padding: 10px;
	border: 1px solid #000;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightboxImage{ border: 1px solid #000; clear: both;} 
#overlay img{ border: none; }
#lightbox img{ border: none; }


#overlay{ background-color:#734B31; 
	}

#CommentsForm,#CommentsDiv
{
text-align:left;
margin:5px;
}

#CommentsForm span{
font-size:11px;
font-weight:bold;
display:block;
padding-bottom:5px;

}

#CommentsForm textarea {
margin: 10px 0;
font-size:11px;
padding:3px;
width:400px;
height:73px;

border:1px dashed black;
background:#F7E7C5;

}
#CommentsDiv div
{
padding: 0 5px 10px 5px;
font-size:11px;
border-bottom: 1px dashed black;
}

 #CommentsDiv span
{

font-size:11px;
font-weight:bold;
display:block;
padding: 10px 0 5px 0;

}


