.box {
    color:#000000;
    font-size:11px;
    background: url(tbox/box_bottom_right2.png) no-repeat bottom right;
    margin: 0 auto;  /* margin:0 auto; - for centered box */
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
.box .header {
    margin: 0;
    padding: 0;
    background:url(tbox/box_top_right2.png) no-repeat top right;  
    text-align: center;
}
.box .header h2{
    color:#707070;
    background:url(tbox/box_top_left.png) no-repeat top left;
    font-size:12px;
    padding-top: 5px;
    height:20px;
    margin: 0;
}
.box .text {
    background:url(tbox/box_bottom_left2.png) no-repeat bottom left;
    padding:10px 10px 15px 10px;    
    margin:0;
    height:auto;
    text-align:justify;
    color:#303030;
    line-height:13px;
}
