@charset "utf-8";
/* CSS Document */
html,body {
background: #fff;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
overflow: hidden;
font-family: arial;
font-size: 9px;
text-transform: uppercase;
color: #535353;
}

#header-bar {
height: 35px;
background: url(../images-iframe/senka-top.png) repeat-x bottom;
z-index: 100;
}

#preview-frame {
width: 100%;
}

#header-bar div.meta-data {
padding: 0;
float: right;
}

#header-bar div.meta-data p {
display: inline;
margin: 0;
padding: 10px 10px 0 0;
float: right;
width: 200px;
}

#header-bar div.meta-data a {
margin-left: 10px;
text-decoration: none;
color: #b0b0b0;
float: right;
}

#header-bar div.meta-data a:hover {
color: #fff;
}

#header-bar div.close-header {
/*position: absolute;
right: 0px;
top: 0px;*/
float: right;
width: 40px;
height: 34px;
background: #b94c62;
border-left: 1px solid #545454;
}

#header-bar div.close-header a#close-button {
display: block;
width: 16px;
height: 16px;
margin: 0px auto;
margin-top: 8px;
border: 1px solid #545454;
text-indent: -9999px;
background-image: url(../images-iframe/button.gif);
background-repeat: no-repeat;
outline: none;
}

#header-bar div.close-header a#close-button:hover {
background-position: 0 -16px;
}
