/* Jam3 fbox */

#fbox {
  width: 100%;
  top: 0;
  left: 0;
  text-align: left;
  font-size:150%;
}

#fbox .popup {
  position: relative;
}

#fbox table {
  margin: auto;
  border-collapse: collapse; 
}

#fbox .body {
  padding: 10px;
  height:100%;
  background:url(../gfx3/jam3_modal2.png) repeat-y;
}

#fbox .loading {
  text-align: center;
}

#fbox .image {
  text-align: center;
}

#fbox .fboxcontent {
  color:#efefef;
  height: 306px;
  width: 499px;
  overflow-y:auto;
}

#fbox img {
  border: 0;
}

#fbox .header, #fbox .footer {
  height:49px;
}
#fbox span.title{
  position:relative;
  top:10px;
  left:8px;
  font-size:110%;
  font-weight:bold;
  padding-left:8px;
}
#fbox .header {
  background:url(../gfx3/jam3_modal1.png) top left no-repeat;
}

#fbox .footer {
   text-align: right;
  background:url(../gfx3/jam3_modal1.png) bottom left no-repeat;
}

#fbox .footer a{
  color:#CC3333; text-decoration:none;
  display:block;  
  background:url(../gfx3/jam3_nav3.png) 0 0 no-repeat;
}
#fbox .footer a:hover{
   color:#fff;
   background-position:0px -39px ;
   
}
#bkbutton{
  margin:0;
  outline:none;
  line-height:30px;
  position:relative;
  float:right;
  right:30px;
  top:15px;
  text-align:center;
  width:112px;
  font-size:100%;
}