.testimonials {
    overflow: hidden;
    border: 1px solid #CACACA;
    margin: 16px 0 10px;
}

.testimonials li {
    padding: 10px;
    border-bottom: 1px solid #CACACA;
}

.testimonials .testimonial_l, .testimonials .testimonial_r {
    clear: both;

    margin-bottom: 25px;
}

.testimonial_image {
    display: table-cell;
    float: left;
    width: 120px;
}

.testimonial_image img {
    width: 120px;
}

.testimonial {
    position: relative;
    height: 70px;
}
.testimonial_text {
    font: normal 11px/14px Verdana, Arial, Helvetica, sans-serif;
    text-align: justify;
    line-height: 14px;

}

.testimonial_name {
	font: bold 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

.testimonial_date {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 0 0 18px;
    background: url(../images/clock.png) no-repeat 0 50%;
    color: #666666;
}

.testimonials_sidebar .block-content a {
    color: #1B2D3B;
    float: none;
    text-decoration: underline;
    text-align: right;
    font-size: 11px;
    line-height: 1.25;
}

.testimonials_sidebar .block-title strong {
    background: url("../images/i_block_testimonials.gif") no-repeat scroll 0 0 transparent;
    padding-left: 20px;
}

.testimonials_sidebar  .testimonial_sidebar_box .testimonial_sidebar_text .testimonial_sidebar_name {
    font-size: 11px;
    line-height: 1.25;
    color: #1B2D3B;
}

.testimonial_sidebar_text {
    text-align: left;
    padding: 6px 9px;
}

.testimonial_sidebar_name {
    text-align: right !important;
    font-style: italic;
    margin: 0 10px 7px;
}

.testimonial_first_name_ibox {
	width: 150px;
	margin-right: 20px;
	float: left;
	
}
.testimonial_last_name_initail_ibox {
	width: 150px;
	float: left;
}
.testimonial_last_name_initail_ibox div {
	width: 50px;
}
.testimonial_last_name_initail_ibox div.validation-advice {
	width: auto;
}
.testimonial_testimonial_text_ibox div {
	height:152px;
	background:none;
	padding:0px;
	border:0px;
}
.testimonial_testimonial_text_ibox div.validation-advice {
	width: auto; height: auto;
}
.testimonial_testimonial_text_ibox div textarea{
	height:150px;
	width:468px;
}
