.shadowContainer {
  border:1px solid #BED4E1;
  background-color:#fff;
}
.shadowContainer2 {
  background-color:#fff;
}
.gradientTitleBar {
	background-color:#EFF4F8;
  height:20px;
}
.gradientTitleBar div {
  color:#333333;
  padding-top:3px;
}
.minBtn {
  margin-right:7px;
  float:right;
}

.hiddenRb,.plainRb div.rbtr,.plainRb div.rbbr {
  display:none;
}
.plainRb {
  display:block;
}

.plainRb div.rbml,.plainRb div.rbmr {
  background-image:none;
}

.rbtm,.rbbm,.rbContent {
  margin:0px 20px 0px 16px;
}
.rbtm,.rbbm {
  background-repeat:repeat-x;
  background-position:top left;
  overflow:hidden;
}

.rolloverBox {
  width:295px;
  background-color:#efefef;
  display:block;
  position:absolute;
}
.rbtr {
  background:url(http://s.wsj.net/img/rb_tr.gif) no-repeat top right;
}
.rbtl {
  background:url(http://s.wsj.net/img/rb_tl.gif) no-repeat top left;
}
.rbbr {
  background:url(http://s.wsj.net/img/rb_br.gif) no-repeat bottom right;
}
.rbbl {
  background:url(http://s.wsj.net/img/rb_bl.gif) no-repeat bottom left;
}
.rbtm {
  height:14px;
  background:url(http://s.wsj.net/img/rb_tm.gif);
}
.rbbm {
  height:18px;
  background:url(http://s.wsj.net/img/rb_bm.gif);
}
.rbmr {
  background:url(http://s.wsj.net/img/rb_rm.gif) repeat-y top right;
}
.rbml {
  background:url(http://s.wsj.net/img/rb_lm.gif) repeat-y top left;
}


/* drop-shadow solution modified from A List Apart */
/* http://www.alistapart.com/articles/onionskin/ */
.wrap1 {
  float:left;
  clear:both;
  background:url(http://s.wsj.net/img/searchRm.gif) repeat-y top right;
  }
.wrap2 {
  background:url(http://s.wsj.net/img/searchB.gif) bottom right no-repeat;
}
.wrap3 {
  background:url(http://s.wsj.net/img/searchBl.gif) bottom left no-repeat;
  background-position:-7px 100%;
  }

#iFrameDiv {
  margin:0px auto;
}
