/*This is for the pop up div to nag guests to join RCMF*/
#topbar{
position:absolute;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
width: 600px;
visibility: hidden;
z-index: 200;
/* for IE */
/*filter:alpha(opacity=80);*/
/* CSS3 standard */
opacity:0.8;
font-family: arial;
font-size: 120%;
}

#topbar_off{
position: absolute;
border: 0px;
padding: 0px;

width: 1px;
visibility: hidden;

}

