/*--------------------------------------------------*/	
/* Standard Stylesheet                              */	
/*--------------------------------------------------*/	

del{
    background:url("../images/del.png") repeat center center;
    text-decoration:none;
    display:inline-block;
    margin-top:1.7em;
}

ins span{
    background:url("../images/ins.png") no-repeat left bottom;
    position:relative;
    height:2em;
    padding-bottom:10px;
    left:-2em;
    font-size:90%;
    margin-top:1em;
}

ins{
    position:absolute;
    text-decoration:none;
}

