
#facebox {

	/* overlay is hidden before loading */
	display:none;

	/* standard decorations */
	width:950px;	
	border:10px solid #666;

	/* for modern browsers use semi-transparent color on the border. nice! */
	border:10px solid rgba(82, 82, 82, 0.698);

	/* hot CSS3 features for mozilla and webkit-based browsers (rounded borders) */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

#facebox div {
	padding:10px;

	background:#F9F4F1;;
	border:2px solid #cecece;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#facebox h2 {
	margin:-11px;
	margin-bottom:0px;
	color:#fff;
	background-color:#6D84B4;
	padding:5px 10px;
	border:1px solid #3B5998;
	font-size:20px;
}
