﻿.attachUl
{
    width: 100%;
    list-style: none;
    min-height: 22px;
    margin: 0;
    padding: 0;
    clear:both;
}
.attachUl li
{
    float: left;
    min-height: 22px;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 22px;
}
.attachUl li a
{
    font-size: 12px;
}
.attachUl li a img
{
    margin-right: 6px;
    margin-left: 6px;
}
.attachUl .delete
{
    width: 30px;
    cursor: pointer;
    vertical-align: middle;
    margin-left:10px;
}
.attachUl .content
{
    text-overflow: ellipsis;
    overflow: hidden;
    /*max-width:150px;*/
}
.attachUl .delete
{
    display: none;
}
.attachUl .optionitem
{
    display: none;
}
.attachUl .optionsplit
{
    color: #6f6f6f;
}