#lightbox{
  background-color:#eee;
  padding-bottom: 20px;
  padding-top: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  width: 350px;
  }
#lightboxDetails{
  font-size: 0.8em;
  padding-top: 1.4em;
  } 
#lightboxCaption{ float: left;
padding-top: 10px;
margin-left: 25px;
font-size: 11px; }

#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../img/overlay.png); }

* html #overlay{
  background-color: #333;
  back\ground-color: transparent;
  background-image: url(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
  }
  
div#keyboardMsg {
text-decoration: none;
background: #fff;
-webkit-border-radius: 5px;
border-radius: 5px;
border: 1px solid #f1f1f1;
padding: 8px;
position: relative;
bottom: 1px;
right: 7px;
margin-right: -47px;
display: inline-block;
text-decoration: none !important;
width: auto;
height: auto;
cursor: pointer;
color: #444 !important;
font-weight: bold;
background: #fff;
z-index: 9999;
text-transform: uppercase;
}

div#keyboardMsg a{
  color:#444;
  text-decoration: none;
  font-weight:bold;
  font-size: 14px;
  margin-left: 10px;
}