.dialog {
	color: #333;
	display: none;
	position:fixed;
	font-size:1.4em;
	
    width: 300px;
  
    top: 50%;
    left: 50%;
	
	margin: 0 auto;
    margin-left: -160px;
    margin-top: -60px;
  
	padding: 19px;
	border: 1px solid #B8B8B8;
	text-align: center;
	z-index:10002;
	background-color: #FFF;
}
* html .dialog
{
	position:absolute;
}

.dialog .dialog_title{
	margin:		0 0 20px 0;
}
.dialog .dialog_body{
	margin:		0 0 20px 0;
}

#dialog_buttons{
	text-align:center;
	
}

#dialog_buttons .button{
	float:none;
}

.buttons{
	width:			100%;
    margin: 		8px 0 14px 0;
	padding: 		4px 0 4px 0;
}


.button{
	border: 		0;
	border-right: 	1px solid #999;
	border-bottom: 	1px solid #999;
	margin:			0 2px 0 2px ;
	padding:		4px 6px 4px 6px;
	
	background-color: #FFF;
}


#further_popup {
	color: #333;
	display: none;
	position:fixed;
	font-size:1.4em;
	
    width: 		460px;
	height:		400px;
  
    top: 50%;
    left: 50%;
	
	margin: 0 auto;
    margin-left: -240px;
    margin-top: -220px;
  
	padding: 15px 0 0 0;
	border: 1px solid #B8B8B8;
	text-align: center;
	z-index:10001;
	overflow: hidden;
	background-color: #FFF;
}
* html #further_popup
{
	position:absolute;
}


#further_popup_title{
	
	margin: 		0 60px 0 60px;
	text-align:		left;
	height:			auto;
	
}

#further_popup_details{
	
	margin: 		0 60px 0 60px;
	text-align:		left;
	
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		0.6em;
	
}
		

#further_popup_menu{
	position:		absolute;
	top:			6px;
	right: 			6px;
		
	width:			76px;
	height:			16px;
	text-align:		right;
}

#further_popup_menu a{
	
	display:		block;
	float:			right;
	width: 			16px;
	height: 		16px;
	
	margin-left:	4px;
		
	background-position:0 0;
	background-repeat: no-repeat;
}


#further_popup_menu a.close{
	background-image:url(../images/cross.png);
	
}

#further_popup_menu a:close:hover{
	background-position:0 -16px;
	
}

#overlay{
	display: none;
	top:0px;
	left: 0px;
	height: 100%;
	width: 100%;

	position:fixed;
	z-index: 10000;

	background-image: url(../images/transCCC.gif);
}
* html #overlay
{
	position:absolute;
}
