/* http://wubbleyew.com/tests/dropshadows.htm */

.dropShadow {
  float:left;
  clear:left;
  background: url('../images/g_shadow.png') no-repeat bottom right !important;
  /*background: url('../images/g_shadow.gif') no-repeat bottom right;*/
  margin: 10px 0 10px 10px !important;
  margin: 10px 0 10px 5px;
  width: 100%;
  min-width: 100%;
  padding: 0;
}

.home_innerBox {
  position:relative;
  bottom:6px;
  right: 6px;
  border: 1px solid #8f2910;
  padding:4px;
  margin: 0;
  height: 245px;
  background-color: #fff;
}

/*
.home_innerbox {
  * IE5 hack *
  \margin: 0px 0px -3px 0px;
  ma\rgin:  0px 0px 0px 0px;
}
*/

.results_innerBox {
  clear: both;
  position:relative;
  bottom:6px;
  right: 6px;
  border: 1px solid #8f2910;
  padding:8px;
  margin: 0;
  background-color: #f6eedf;
}

.glossary_innerBox {
  clear:both;
  position:relative;
  bottom:6px;
  right: 6px;
  border: 1px solid #8f2910;
  padding: 10px 20px 10px 20px;
  margin: 0;
  background-color: #f6eedf;
  text-align: left;
}
