blockquote {
   border-left: 0px;
   margin-bottom: 0;
   padding-bottom: 12px;
}

/* infoTable */

.infoTable {
         border: #878787 solid 1px;
         background: #EDEDED;
         position: relative;
 }

.infoBox {
	margin: 1px;
	padding: 5px;
	background: #FFFFFF;
}
.infoTable table {
         width: 100%;
  }
 
.infoTable tr.even {
         background: #FFFFFF;
 }
 
.infoTable th {
 padding: 5px;
}
 
.infoTable td {
         padding: 5px;
}
 
.topLeft {
 position: absolute;
 top: -1px;
 left: -1px;
}
 
.topRight {
 position: absolute;
 top:-1px;
 right: -1px;
}
.bottomLeft {
 position: absolute;
 bottom:-1px;
 left: -1px;
}
 
.bottomRight {
 position: absolute;
 bottom:-1px;
 right: -1px;
}

/*IE6 hacks */
* html body .topLeft {
  display:none;
}
* html body .topRight {
  display:none;
}
* html body .bottomLeft {
  display:none;
}
* html body .bottomRight {
  display:none;
}
.termsIndenter{
  margin:0;
  padding:25px 0 12px 35px;
}
