div.gadget_box {
    padding-top:9px;
    padding-right:2px;
    padding-bottom:11px;
    width:208px;
}
div.gadget_head {
    padding: 0 79px 0 9px;
    width:188px;
    line-height:22px;
    background-image:url('../images/gadget_head.png');
    background-repeat:no-repeat;    
    font-family:arial;
    font-size:11px;
    color:#666666;
}
div.gadget_body {
    padding-top:11px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:8px;
    width:188px;
    background-image:url('../images/gadget_body.png');  
    background-repeat:repeat-y;  
}
div.gadget_foot {
    width:208px;
    height:4px;
    background-image:url('../images/gadget_foot.png');   
    background-repeat:no-repeat;         
}
/*-----------------------------------------------*/
a.gadget_head_link {
    margin-bottom:1em;
    font-family:arial;
    font-size:11px;
    font-weight:bold;
    color:#666666;
    text-decoration:none;
}
a.gadget_head_link:hover {
    color:#cc0000;
    text-decoration:underline;
}


