/* CSS Clearfix */
.clsClearFix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}
/* start commented backslash hack \*/
* html .clsClearFix { height: 1%; }
.clearfix { display: block; }
/*END OF  CSS Clearfix */
.clsFloatLeft{
		float:left;
}
.clsFloatRight{
		float:right;
}
/*ROUNTED CORNER*/
.tb{
background:#fff url(images/testimonial/tb.jpg) repeat-x top;
}
.bb{
background:url(images/testimonial/bb.jpg) repeat-x bottom;
}
.lb{
background:url(images/testimonial/lb.jpg) 0px 0px repeat-y;
}
.rb{
background:url(images/testimonial/rb.jpg) right 0px repeat-y;
}
.tlc{
background:url(images/testimonial/tlc.jpg) left top  no-repeat;
}
.trc{
background:url(images/testimonial/trc.jpg) right top no-repeat;
}
.blc{
background:url(images/testimonial/blc.jpg) left bottom  no-repeat;
}
.brc{
background:url(images/testimonial/brc.jpg) right bottom no-repeat;
padding:15px;
}
.cls100_p{
	height:1%;
}
* html .cls100_p{
	width:100%;
}
/*END OF ROUNTED CORNER*/
#selTestimonals{
width:520px;
}
.clsTest{
	background-color:#BBE55F;
	height:25px;
}
.TestLeft h4{
	margin:0;
	padding-left:10px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#000;
		line-height:25px;
}
.TestRight{
	float:right;
	font:12px Arial, Helvetica, sans-serif;
    	line-height:25px;
}
.TestRight p{
	margin:0;
	padding-right:20px;
	}
#selTestimonals a{
	color:#0000FF;
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:underline;
	margin:20px 0;
}
.clsTextArea {
	height:80px;
	margin:5px 0;
	width:490px;
}

