#page_content #testimonials {
    float: left;
    width: 274px;
    margin: 10px 0;
    background: url('http://www.ltwldemo.com/images/redesign/bg_testimonials.gif') top left repeat-y;    
}

#page_content #testimonials .untitled_block {
    float: none;
    width: 100%;
}

#page_content .untitled_block .decor_2 {
   padding-right: 0; 
}

#page_content .untitled_block .decor_3 {
    padding-left: 0;
}

#page_content #testimonials .testimonial {
    clear: left;
    margin-top: 5px;
    padding: 5px;
    border-top: 1px solid #E6E6E6;
}

#page_content #testimonials form {
    background: url('http://www.ltwldemo.com/images/redesign/bg_testimonials.gif') top left repeat-y;
    padding: 0 11px;
}

#page_content #testimonials .testimonial .portrait {
    display: block;
    float: left;
    margin: 0 5px 3px 0;
    border: 1px solid #09BCFE;
    padding: 1px;
}

#page_content #current_testimonial {
    float: right;
/*    width: 685px;*/
    width: 465px;
    margin: 15px 10px 0 0;   
}
* html #page_content #current_testimonial {
    margin-right: 5px;
}

#page_content #current_testimonial table {
    border-collapse: collapse;
}

#page_content #current_testimonial table td {
    border: 1px solid #07BCFD;
}

#page_content #current_testimonial .photo {
    background: #E6E6E6;
}

#page_content #current_testimonial .photo .comment {
    position: relative;
    top: -20px;
    margin: 0px 15px 0 25px;
    padding: 10px;
    border: 1px solid #07BCFD;
    background: #fff;
}

#page_content #current_testimonial .testimonial h1 {
    font: bold 16px/24px Tahoma, sans-serif;
}