@charset "utf-8";

/* CSS Document */



#loader_gif {

	position: absolute; 

}



#overLayer {

	background-color:#ccc;

	position: absolute; 

	left: 0;

	top: 0;

	z-index: 100;

	width: 100%; 

	height: 120%;

	margin: 0;

	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);

	-moz-opacity:0.80;

	-khtml-opacity:0.80;

}



#innerBox { 

	height: 450px;

	overflow: none;

	border: 5px ridge #ccc;

	z-index: 150;	

	background: #fff;	

	position: relative;

	padding: 10px; 

	top: -5px; /* these two define the shadow 'offset'*/

	left: -5px; /*...*/

}



#outerBox	{

	position: absolute;

	top:100px;	

	z-index: 1000;	 

	width: 664px;

	right: 30%;

	background: url(images/shadow.png) repeat;

}





.bar {

	background: #ddd url(images/dragbar.gif) no-repeat center left;

	text-align: right;

	margin: -5px;

	padding: 5px 

} 



.bar a {

	border: 1px solid #777; 

	color: #777; 

	text-decoration: none; 

	font-size: 10px; 

	padding: 0 5px; 

}



#popupContents {

	float:left;

	width: 100%; 

	position: relative;

	top: 10px; 

}