      .right-border {
      		width: 325px;
      		border-top: 1px #DDDDDD  solid;
      		border-left: 1px #DDDDDD  solid;
      		background:  url(images/testimonials/frame/right-border.gif) top right repeat-y;
      }
      .bottom-border {
      		background:  url(images/testimonials/frame/bottom-border.gif) bottom left repeat-x;
      }
      .corner {
	  		padding: 1em;
      		background:  url(images/testimonials/frame/corner.gif) bottom right no-repeat;
      }
      #frame {
      		position: relative;
			overflow: hidden;
      		height: 160px;
	  }
      #tcontext {
      		position:absolute;
      		width: 290px;
      		left: 0px;
      		top: 0px;
	  }
	  #tcontext p {
	  		padding-bottom: 0.5em;
	  		text-align: justify;
	  }
