﻿.transparent_class
{
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    width: 70px;
    position: relative;
    left: -75px;
    top: 5px;
    cursor:pointer;
}

.deleteFile
{
    font-style: italic;
    color: Blue;
    cursor:pointer;
}

.liIcon
{
    display: block;
    background: url(../images/fujian.png) no-repeat 0 0;
    padding: 0 0 0 20px;
}

.aFile
{
    text-decoration: none;
    margin-right: 5px;
}

.spanFileIcon
{
    width:16px;
    height:16px;
    background: url(../images/fujian.png) no-repeat 0 0;
}
