@charset "utf-8";
/* CSS Document */

<style type="text/css"> 
a {
color:#333333;
}
 
#fbmodal{
position: absolute;
left: 0;
z-index: 1000;
text-align: left;
}
 
#fbmodal .popup{
position: relative;
}
 
#fbmodal table{
border-collapse: collapse;
}
 
#fbmodal td{
border-bottom: 0;
padding: 0;
}
 
#fbmodal .content{
padding:10px;
font-size:11px;
}
 
#fbmodal .container{
border:solid #555555 1px;
border-top:none;
}
 
#fbmodal .body{
background: #ffffff;
overflow:hidden;
}
 
#fbmodal .loading{
text-align: center;
}
 
#fbmodal .image{
text-align: center;
}
 
#fbmodal img{
border: 0;
margin: 0;
}
 
#fbmodal .footer{
background: #F0F0F0;
border-top: 1px solid #DDDDDD;
padding: 8px;
height:26px;
text-align: right;
}
 
#fbmodal .tl, #fbmodal .tr, #fbmodal .bl, #fbmodal .br{
height: 10px;
width: 10px;
overflow: hidden;
padding: 0;
}
 
#fbmodal_overlay{
position: fixed;
top: 0px;
left: 0px;
height:100%;
width:100%;
}
 
.fbmodal_hide{
z-index:-100;
}
 
.fbmodal_overlay{
background-color: #000;
z-index: 99;
}
 
#fbmodal .title{
padding:6px 6px 6px 8px;
background:#cd9301;
border:solid #3b5998 1px;
border-bottom:none;
font-weight:bold;
font-size:14px;
color:#ffffff;
}
 
#fbmodal .button_outside_border_blue{
border:solid #29447e 1px;
border-bottom:solid #1a356e 1px;
cursor:pointer;
float:left;
}
 
#fbmodal .button_inside_border_blue{
padding:4px 6px 4px 6px;
background-color:#5c75a9;
border-top:solid #8a9cc2 1px;
text-align:center;
font-weight:bold;
font-size:12px;
color:#ffffff;
}
 
#fbmodal .button_outside_border_grey{
margin-left:5px;
border:solid #9b9b9b 1px;
cursor:pointer;
float:left;
}
 
#fbmodal .button_inside_border_grey{
padding:4px 6px 4px 6px;
background-image:url('fbmodal_cancel.png');
border-top:solid #ffffff 1px;
text-align:center;
font-weight:bold;
font-size:12px;
color:#333333;
}
 
#fbmodal .right{
float:right;
}
 
#fbmodal .clear{
clear:both;
}
 
div.button_inside_border_blue:active{
background-color:#4f6aa3;
}
 
 
.test{
display:none;
}