
/*   load the main media CSS file    */

@import url('../../../common/styles/media.css');

html, body {
    margin:0;
    height:100%;
}
#flashContent {
    width:98%;
    height:98%;
    overflow:hidden;
}
#ID_border {border:2px solid #F26200; box-shadow:0px 0px 2px 2px #F26200; height:17px !important; border-radius:4px; -moz-border-radius:4px;-o-border-radius:4px;-ms-border-radius:4px;-webkit-border-radius:4px;}