#transbg
{
    position:fixed;
    z-index:99999999999999999;
    top:0px;
    right:0px;
    min-width:100%;
    min-height:100%;
    background:url('../images/bg_transparentbg.png')
}

#transcontainer
{
    padding:10px;
    position:fixed;
    z-index:99999999999999999;
    height:auto;
    width:auto;
    background:#ededed;
    -moz-border-radius:5px; /* Firefox */
    -webkit-border-radius:5px; /* Safari, Chrome */
    -khtml-border-radius:5px; /* Konqueror */
    border-radius:5px; /* CSS3 */
 }

#transclose
{
     position:absolute;
     right:-30px;
     top:-30px;
}
