<!-- Paste this code into your external style sheet or the
     CSS section of your HTML document  -->

.testimonialNormalFlow {
  border:1px #666666 dashed;
  padding:10px;
  width: 480px;
  font: .8em verdana, arial, helvetica, sans-serif;
}

p.testimonial {
  margin:0;
  font-weight:bold;
  background-color:#efefef;
  padding:3px;
  letter-spacing:3px;
  font-size:larger;
  text-align:center;
}

p.collapseTitle {
  margin:0;
  text-align:right;
  font-size: .8em;
  margin-top: -10px;
}

<!-- Block Fader  -->

 #scr1 div {
  visibility:hidden;
 }
 #scr1, #scr1 div.default {
   width:600px;
   height:75px;
   overflow:hidden;
   visibility:visible;
 }
 #scr1 table tr td div {
  visibility:visible;
 }

 #scr1 {
   background-color:#bfe5e5;
   margin:0px auto;
   font-size: 1.0em;
 }

