#facebox .b  { background: url(../images/b.png);  }
#facebox .tl { background: url(../images/tl.png); }
#facebox .tr { background: url(../images/tr.png); }
#facebox .bl { background: url(../images/bl.png); }
#facebox .br { background: url(../images/br.png); }

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100000000;
  text-align: left;
}
#facebox .popup {
  position: relative;
}
#facebox .form table.ex {
	width: 90%;
}
#facebox .form .tip p {
	font-size: 12px;
	padding-left: 10px;
}
#facebox ul.bullets li {
	background-position: left 5px;
}
#facebox ul.bullets div.soft p {
	font-size: 12px;
}
#facebox .form textarea {
	width: 90%;
}
#facebox table {
  border-collapse: collapse;
  width: auto;
}
#facebox td {
  border-bottom: 0;
  padding: 0;
}
#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}
#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#facebox .footer img {
  vertical-align: middle;
}
#facebox .footer p.caption {
  float: left;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.facebox_hide {
  z-index:-100;
}
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

#formatting-tips {
  width: 550px;
}
#formatting-tips,
#formatting-tips p {
  font-size: 15px;
  color: #555;
  line-height: 125%;
}
#formatting-tips h4.tiny {
  margin: 5px 0;
  color: #222;
}
#formatting-tips table,
#formatting-tips p {
  margin-bottom: 20px;
  width: 98%;
}
#formatting-tips table td.textile {
  width: 200px;
}
#formatting-tips table td {
  vertical-align: top;
  padding: 2px 10px 2px 8px;
  border: 1px solid #ddd;
}
#formatting-tips ul li,
#formatting-tips ol li,
#formatting-tips table td {
  font-size: 12px;
  margin-bottom: 0;
}
#formatting-tips ul li {
  list-style-type: disc;
}
#formatting-tips ol li {
  list-style-type: decimal;
}
#formatting-tips ol,
#formatting-tips ul {
  margin: 0 0 0 15px;
}
#formatting-tips ol {
  margin-left: 20px;
}
#formatting-tips table th {
  background: #eee;
  font-size: 13px;
  font-weight: bold;
  padding: 2px;
}
#formatting-tips table th {
  font-size: 13px;
  color: #333;
  font-weight: bold;
  padding-left: 5px;
}

#facebox div.error-box h2 {
  color: #af0100;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
#facebox h1,
#facebox h2 {
  font-size: 22px;
  letter-spacing: -1px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
#facebox h2 {
  font-size: 17px;
  border: 0;
  color: #043258;
  margin-bottom: 0;
}
.error-box p,
#facebox p {
  color: #555;
  font-size: 15px;
  line-height: 140%;
}
/* 
  the style above was overriding the typical
  search title style
*/
#facebox div.bar p {
  color: #eee;
  font-size: 13px;
}
#facebox .error {
  background: url(../images/warning.png) no-repeat 3px top;
  padding-left: 50px;
  border: 0;
}
#facebox .check {
  background: url(../images/check_small.png) no-repeat 5px 3px;
  padding-left: 35px;
}
#facebox .check strong {
  color: #333;
}
#facebox table.stats {
  width: 100%;
}
#facebox table.stats td {
  color: #333;
  padding: 5px;
  font-size: 14px;
}
#facebox table.stats td.percentage {
  padding-right: 10px;
  width: 140px;
  color: #777;
}
#facebox table.stats td.percentage span {
  float: right;
}
#facebox table.stats td.percentage strong {
  color: #111;
  font-size: 14px;
  margin-right: 7px;
}

/* ie6 hack */

* html #facebox_overlay {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
