.fs11 {font-size: 11px;}
.fs12 {font-size: 12px;}
.fs22 {font-size: 22px; letter-spacing: -1px;}
.ff1  {font-family: "Arial", Tahoma, Sans-serif; }
.ff2  {font-family: "Tahoma", Arial, Sans-serif; }

.starbg {
    background  : url(starbg.gif) ;
    padding     :3px;
}
.starbg p {
    background  : #FFF;
}

.fads_bgbox {
    display: none;
    position:  fixed;
    width: 100%;
    height:100%;
    background: url(overly.png) ;
    left:0;
    top:0;
    z-index:10000;
    
}

.fads_msgbox {
    
    background: #E1E7E7 url(bg_geral.jpg) repeat-x;
    padding                 : 0;
    margin                  : 0 auto;
    position                : relative;
    top                     : 5%;
    width                   : 400px;
    min-height              : 300px;
    -moz-border-radius      : 5px; 
    -webkit-border-radius   : 5px; 
    z-index                 : 100;

}
.fads_pad10 {
    padding: 10px;
}

.fads_msgbox p {
      margin: 0;
      padding: 5px; 
}

.fads_btn_zaloz button {
    background  : url(btn_zaloz.png) no-repeat top center;
    width       : 203px;
    height      : 58px; 
    border      : 0;
    
}
.fads_btn_zaloz button:hover {
    background  : url(btn_zaloz.png) no-repeat bottom center;
    width       : 203px;
    height      : 58px; 
    cursor      : pointer;
}


.fads_msgbox a.close {
      float: right;
      text-decoration: none;
      font-weight: bold;
      color: #FFF;
      background: #000;
      padding: 3px;
      font-size: 11px;
      font-family: Tahoma, Arial, sans-serif;
	  -moz-border-radius      : 3px; 
      -webkit-border-radius    : 3px; 
}
.fads_msgbox a.close:hover {
      background: #FFF;
      color: #000;
}
