/* COMMON ELEMENT STYLING */
.box{
  max-width:800px;
}

.box.box3{
  width:295px;
  float:left;
  margin:0px 10px 0px 20px;
}

.box_header{
  background:url(../images/box_head_left.gif) no-repeat left top;
}
.box_header_inner{
  background:url(../images/box_head_right.gif) no-repeat right top;
  
  margin-left: 6px;
}
.box_header_inner div{
  padding-left:46px;
  font-size: 18px !important;
  font-weight: bold !important;
  color:#fff;
  height:37px;
  line-height:37px;
}


.box_inner{
  border-left: 1px solid #5695CF;
  border-right: 1px solid #5695CF;
  background:#fff;
  padding: 10px;
  color: #666;
}
.box_base{
  background:url(../images/box_base_left.gif) no-repeat top left;
}
.box_base_inner{
  background:url(../images/box_base_right.gif) no-repeat top right;
  margin-left:7px;
  height:6px;
}
.box_inner h3{
  font-size: 110%;
  margin:4px;
}
.box_inner p{
  font-size: 90%;
  line-height: 1.3em;
  margin:5px;
}
.box_inner ul{
  margin: 0px 0px 20px 0px;
  padding-left: 25px;
  line-height: 1.5em;
  list-style-type: none;
}
.box_inner li{
  font-size: 90%;
  margin:0.1em 0 0;
  padding:0px;
}
.box_inner ol{
  margin: 0px 0px 20px 0px;
  padding-left: 25px;
  line-height: 1.5em;
}

.box_inner ol li{
  font-size: 90%;
  margin:0.1em 0px 0px 5px;
  padding:0px;
}

.clear{
  clear:both;
}
.spacer{
  height: 15px;
  display:block;
}
.spacer.lg{
  height:25px;
}
.response{
  margin:5px 5px 15px 5px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  background: #eee;
  padding: 5px 5px 5px 45px;
  min-height: 30px;
  background: #fff url(../images/icon_tick.gif) no-repeat 5px 5px;
}
.response.neg{
  background-image: url(../images/icon_cross.gif);
}

 
/* VALIDATOR */
.validate_response {
  background:transparent url("../images/icon_arrow_up.gif") no-repeat scroll 0px 1px;
  color:red;
  padding:1px 0px 1px 14px;
}

div.testimonial{
  padding:5px;
  border: 1px dashed #5695CF;
  background: url(../images/gradient_content_top.gif) repeat-x bottom;
  font-style: italic;
}

div.testimonial div.quote{
  background:url(../images/quote.gif) no-repeat 2px top;
  padding-left: 35px;
  
}

div.pdf_download{
  background:url("../images/icon_pdf2") no-repeat 2px top;
  padding-left: 65px;
}
div.pdf_download p{
  font-size: 11px;
  color: #333;
}

