#facebox {
	/* overlay is hidden before loading */ 
    display:none;
	overflow:auto;/* standard decorations *//*border:10px solid #999; 
 
    /* for modern browsers use semi-transparent color on the border. nice!  
    border:10px solid rgba(153, 153, 153, 0.7); 
 
    /* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) 
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; */ 
}
#facebox_oben {
	display:block;
	width:900px;
	height:20px;
}
#facebox_unten {
	display:block;
	width:900px;
	height:20px;
}
#facebox_content {
	width:900px;
	padding:10px 18px;
	border:none;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif
}
*html #facebox_content {
	width:900px;
}
#facebox h2 {
	margin-top:-11px;
	margin-bottom:0px;
	color:#35A58F;
	padding:5px 10px;
	font-size:12px;
}
img {
	border:none;
}
