.box_box {
  background: #ffffff url(/css/box/box_grad.gif) no-repeat;
}
.box_top div {
  background: url(/css/box/box_tl.gif) no-repeat top left;
}
.box_top {
  background: transparent url(/css/box/box_tr.gif) no-repeat top right;
}
.box_bottom div {
  background: url(/css/box/box_bl.gif) no-repeat bottom left;
}
.box_bottom {
  background: transparent url(/css/box/box_br.gif) no-repeat bottom right;
}

.box_top div, .box_top,
.box_bottom div, .box_bottom {
  width: 100%;
  height: 10px;
  font-size: 1px;
}
.box_content {
  margin: 0 10px;
}

#shadowbox {
  -webkit-box-shadow: 10px 10px 25px #ccc;  
  -moz-box-shadow: 10px 10px 25px #ccc;  
  box-shadow: 10px 10px 25px #ccc;
  //background-color: #6666cc;
  font-size: 0.9em;
  opacity: 0.7;
  filter: alpha(opacity=70);
  padding-left: 0.3em;
  padding-right: 0.2em;
  padding-top: 0.2em;
  padding-bottom: 0.3em;
}

#shadowbox a {
  text-decoration: none;
  color: #000;
  padding: 2px;
}

#shadowbox hr {
  width: 100%;
}

#yellowbox {
  -webkit-box-shadow: 10px 10px 25px #ccc;  
  -moz-box-shadow: 10px 10px 25px #ccc;  
  box-shadow: 10px 10px 25px #ccc;
  background-color: #ffffb0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  padding-left: 0.4em;
  padding-right: 0.6em;
  padding-top: 0.2em;
  padding-bottom: 0.7em;
  margin-left: 1em;
  margin-bottom: 1.5em;
  font-size: 0.7em;
  width: 23%;
  float: right;
}

#yellowbox ul {
  list-style-type: none;
  padding-left: 1.5em;
}



.smaller {
  font-size: 0.9em;
}

.blog {
  background-color: #fafad2;
  opacity: 0.7;
  filter: alpha(opacity=70);
  padding-left: 0.4em;
  padding-right: 0.6em;
  padding-top: 0.2em;
  padding-bottom: 0.7em;
}