/*
div.QuoteBox {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  background-image: url(/images/qb/qb_bg_lng.gif);
  background-repeat: no-repeat;
  color: black;
  height: 275px;
}
*/

div.QuoteBox {
  margin-top: 3px;
  margin-bottom: 3px;
  padding:0;
  color: black;
}

div.QuoteBox .bl {background: #E4DFB7 url('/images/qb/qb_bl.jpg') no-repeat 0 100% ;width:161px;}
div.QuoteBox .br {background: url('/images/qb/qb_br.jpg') no-repeat 100% 100% ;}
div.QuoteBox .tl {background: url('/images/qb/qb_tl.jpg') no-repeat 0 0;}
div.QuoteBox .tr {background: url('/images/qb/qb_tr.jpg') no-repeat 100% 0;padding:5px 9px 5px 9px;}
div.QuoteBox .clear {font-size: 1px; height: 1px} 

#qbForm {
  margin: 0px;
  padding: 0px;
}

#qbHeader {
  margin-top: 3px;
}

#qbRegion, #qbGateway {
  width: 142px;
  margin-bottom: 3px;
}

select.qb {
  margin-top: 2px;
  margin-bottom: 5px;
  font-size: 11px;
  color: black;
  background-color: white;
}

span.qbLabel {
  font-size: 11px;
  padding-left: 1px;
}

ul.qb {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

li.qb {
  float: left;
  position: relative;
}