html
{
    background-color: white;
    background-image: url(https://static.ebaxsite.com/public/mediaporras/pubjee/body_bg.gif);
    background-repeat: repeat-x;
}

body, div#ebax_document
{
    background-color: transparent;
}

div#ebax_content, div.ebax_box
{
    background-color: transparent;
}

div#ebax_content div.content, div.ebax_block div.content, div.ebax_box div.content, div.ebax_box div.menu
{
    background-color: white;
}

div.ebax_block, div.ebax_box
{
    border: 1px solid yellowgreen;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
}

div#ebax_header_bar
{
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

div#ebax_header_bar, div.ebax_block div.header, div.ebax_box div.header
{
    color: white;
    text-shadow: 1px 1px gray;
    background-color: yellowgreen;
}

div#ebax_header_bar a:hover, div.ebax_block div.header a:hover, div.ebax_box div.header a:hover
{
    text-shadow: 1px 1px black;
}