﻿#testimonial_image{
    width: 50px;
    height: 50px;
    border: 0px;
    padding: 5px;
    background-color: #FFFFCA;
}
#testimonial_image div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
    background-color: #FFFFCA;
}
#testimonial_image a{
    font-weight: bold;
}

#testimonial_name{
    width: 125px;
    height: 50px;
    border: 0px;
}
#testimonial_name div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: -1px;
	font-weight:bold;
}
#testimonial_name a{
    font-weight: bold;
}

#testimonial_content{
    width: 200px;
    height: 140px;
    border: 2px solid #D56F00;
    padding: 5px;
    background-color: #FFFFCA;
}
#testimonial_content div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
    background-color: #FFFFCA;
}
#testimonial_content a{
    font-weight: bold;
}

.someclass{
}
