@media all
{

/* ---------------------------------------------------------
   header (logo/loginbox)
--------------------------------------------------------- */

#header {
    background-color: #fff;
    background-image: none;
}
#header h1 {
    width: auto;
    height: auto;
	overflow: visible;
    left: 0;
    top: 0;
	background-image: none;
    font-size: 1.7em;
}
#loginbox {
   position: relative !important;
   left: 0 !important;
   top: 0 !important;
   text-align: left !important;
   margin: 1em 0;
}


}
