@charset "utf-8";

#frame_container{
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	margin:auto;
	margin-top:25px;
	border:0;
	width:420px;
	height:220px;
}

#overlay{
	width:100%;
	height:100%;
	display:block;
	position:fixed;
	z-index:102;
	left:0px;
	top:0px;
	/*background-color: rgba(0, 0, 0, 0.85);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ee000000,endColorstr=#ee000000);
	*/
}
#overlay_close{
  float:right;
  margin-top:1px;
}
#fbpop_center{
  background:url(../medias/popup_border_background.png) repeat;
}
#fbpop_header{
  background-color: #6D84B4;
  border: 1px solid #3B5998;
  color: white;
  clear:both;
  font-size: 14px;
  font-weight:bold;
  padding: 5px 6px;
  margin:0px 8px;
}
#fbpop_header img.fbicon{
  float:left;
  margin-top:1px;
}
#fbpop_header span{
  float:left;
  padding-left:6px;
}
#fbpop_content{
  background-color: #fff;
  border-left:1px solid #555;
  border-right:1px solid #555;
  border-bottom:1px solid #ccc;  
  padding:10px 0px;
  margin:0px 8px;
}
#fbpop_footer{
  background-color:#f7f7f7;
  border-left:1px solid #555;
  border-bottom:1px solid #555;
  border-right:1px solid #555;
  color:#555;      
  font-size:12px;
  padding:10px 8px;
  text-align:right;
  margin:0px 8px;
}
#fbpop_footer a{
  color:#555; 
}
#fbpop_footer a:hover{
  color:#222;  
}
#fbpop_iframe{
  width:400px;
  height:120px;
}
.fbpop_filler{
  background:url(../medias/popup_border_background.png) repeat;
  width:404px;
  height:8px;
  float:left;
}
.clear{
  clear:both;
}