
@CHARSET "UTF-8";

div.alphabox {
    background: transparent url(../img/transp.png);
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em; 
}

.titlebox {
    padding:1px;
    margin:2px;
    border:1px dashed grey;
}

div.menuadmin{
    padding: 5px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    background: #FFD64C;
}

img.imgtransbox {
    width: 1px;
    height: 1px;
} 

table.box {
    margin: 0;
    padding: 0;
}

.bottopbox{
    font-size: 0 !important;
    height: 10px;
}

td.sidebox{
    font-size: 0 !important;
    width: 10px;
}

td.tl{
    font-size: 0 !important;
    width: 10px; height: 10px;
    text-align: right;
    vertical-align: bottom;
}

td.trr{
    font-size: 0 !important;
    width: 10px; height: 10px;
    text-align: left;
    vertical-align: bottom;
}

td.bl{
    font-size: 0 !important;
    width: 10px; height: 10px;
    text-align: right;
    vertical-align: top;
}

td.br{
    font-size: 0 !important;
    width: 10px; height: 10px;
    text-align: left;
    vertical-align: top;
}

