.tes_item{
    width: 100%;
}

.tes_body{
    width: 270;
    padding: 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
            border-radius: 10px 10px 10px 10px;
    margin: 0 auto;
    background: #DFE9F3;
    padding: 10px 20px;
    position: relative;
    color: #666;
    font-style: italic;
    text-shadow: 0 1px 0 #ECFBFF;
    background-image: linear-gradient(#DFE9F3, #C3E2ED);    
}
.tes_arrow_down {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #C3E2ED;
    height: 0;
    margin: -1px 0 0 25px;
    width: 0;
}
.tes_head{
/*    background: url("../images/top-bg.png") no-repeat scroll 0 0 transparent;
    display:block;
    height: 20px;
    width: 258px;
*/}
.tes_body{
/*    background: url("../images/cont-bg.png") repeat-y scroll 0 0 transparent;
    padding: 0 30px;
*/}
.tes_footer{
    margin-top: 7px;
}
.tes_footer img{ float: left; margin: 0 10px 10px 0;}
