#caution {
display: none
}

#caution {
*display: none
}

#caution_ie {
*position: fixed;
*top: 0;
*z-index: 99999;
*display: block;
*width: 100%;
*height: 40px;
*background: url(/images/admin/backgrounds/ie-caution.png) repeat-x bottom;

*color:#fff;
*font-size:11.5px;
*font-weight:bold;
*letter-spacing:1px;
*line-height: 33px;
*text-shadow: 0 -1px 0 #000;
*text-transform:uppercase;
*text-align: right;
}

#caution_ie p {
*margin-right: 20px;
}

#caution {
display: none;
}

#caution_ie {
position: fixed;
top: 0;
z-index: 99999;
display: block;
width: 100%;
height: 40px;
background: url(/images/admin/backgrounds/ie-caution.png) repeat-x bottom;

color:#fff;
font-size:11.5px;
font-weight:bold;
letter-spacing:1px;
line-height: 33px;
text-shadow: 0 -1px 0 #000;
text-transform:uppercase;
text-align: right;
}

#caution_ie p {
margin-right: 20px;
}


#session_panel {
background: url(/images/admin/backgrounds/session-panel.jpg) repeat-x;
border: 1px solid #cdcdcd;
}

#session_panel #wrapper {
  padding: 10px 10px 0;
  height:116px;
  width:939px;
}

h1.main-logo span {
  display: block;
  background: url(/images/admin/ui-icons/ll-logo-2016.png) no-repeat;
  background-size:contain;
  width:232px;
  height:63px;
  position: absolute;
  top: 20px;
  left: 0;
  text-indent: -999999px !important;
}
