#promptdiv1, #promptdiv2 {
	display:none;
	position:absolute;
	top:185px;
	left:317px;
	background-color: #E9E7D0;
	width:200px;
	height:300px;
	padding:5px;
	border:2px outset #abc;
	overflow: auto;
}

#promptdiv2 {
	top:175px;
	width:330px;
	height:400px;
}

#promptdiv1 h3, #promptdiv2 h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 3px;
}

#promptdiv1 a {
   display: block;
   margin: 0px;
   padding: 0px;
}

#promptdiv1 a, #promptdiv2 a, #promptdiv1 b {
	cursor: pointer;
}

#promptdiv1 blockquote {
   margin: 0px;
   padding: 0px;
   margin-left: 6px;
}

#promptdiv3 {
	display:none;
	position:absolute;
	top:0;
	left:0;
	background-color: #E9E7D0;
	width:300px;
	height: auto;
	padding:5px;
	border:2px outset #abc;
	overflow: auto;
}

#detailsBox {
	display:none;
	position:absolute;
	top:144px;
	left:175px;
	background-color: #8099B3;
	width:690px;
	height:auto;
	border:2px outset #abc;
	z-index:90;
}

#detailsBox_inner {
	margin:2px;
	background-color:#FFFFFF;
	border:2px outset #abc;
	padding:3px;
} 
	
	
#fbOverlay {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
	background-color: #1b2642;
	z-index:85;
	display:none; 
}