@charset "UTF-8";
@media screen, projection
{
    .element_border{
    background: url(../images/gradient_border.png) no-repeat;
    background-repeat: repeat-x;
    }
    #stage{
    min-height:0px;
    }
    #tmpl_text{
    padding:20px 20px 10px 40px;
    background-image: url(../images/gradient_element.png);
    min-height:340px;
    }
    #tmplheader{
    position:relative;
    min-height:154px;
    }
    #syserror{
        font-family: Consolas,"Lucida Console","Andale Mono","Bitstream Vera Sans Mono","Courier New",Courier;
        color: #444444;
        font-size: 1.2em;
        }
    .syserror{}
}
