body
{
   background-color: rgb(152, 157, 158);
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#appFrame
{
   border: 1px #A9A9A9 solid;
   -moz-box-shadow: 0px 0px 4px #000000;
   -webkit-box-shadow: 0px 0px 4px #000000;
   box-shadow: 0px 0px 4px #000000;
}
#_app
{
   background-color: transparent;
   background-image: none;
}
#_login
{
   background-color: transparent;
   background-image: none;
}
#loginFrame
{
   border: 1px #A9A9A9 solid;
   -moz-box-shadow: 0px 0px 4px #000000;
   -webkit-box-shadow: 0px 0px 4px #000000;
   box-shadow: 0px 0px 4px #000000;
}
#wb_title 
{
   background-color: transparent;
   background-image: none;
   border: 0px #000000 solid;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_title div
{
   text-align: left;
}
#appFrame{
min-width: 300px;
}

#loginFrame{
min-width: 300px;
}

*:focus {
   outline: none;
}