body, html {
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
#header {
	border-bottom: solid 1px;
	font-family: arial,sans-serif;
	font-size: 1;
	line-height: 1;
	height:29px;
	padding:0 15px;
}
#header strong,
#header em,
#header label{
	padding-top:.3em;
	display:inline-block;
}
#header em{
	font-size: .8em;
}
#header select {
    font-size: 95%;
}
#header option {
    padding: 0.3em 0.6em 0.2em 1.2em;
}
#header optgroup {
    font-style: normal;
    font-weight: normal;
}
#header a{
	color: inherit;
	text-decoration: none;
}
#header a:hover{
	color: #CC7833;/*F92672;*/
	text-decoration: none;
}
#header div{
	float:right;
	font-size:95%;
}
#editor {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
}
