    #uploadContent
    {
      font-size:15px;
    }

    .uploaditem form
    {
      margin:0;
      padding:0;
    }

    .uploaditem
    {
      margin: 15px auto;
      background: #eee;
      border-radius: 10px;
      padding: 20px 20px ;
      min-height: 40px;
    }

    .item_upload
    {
       margin:0 5px 5px 3px;
       padding:5px 10px 20px 5px;
       border-bottom:1px solid #808080;
    }

    .uploaditem .item_upload_title
    {
      margin: 0 0 12px 10px;
      font-weight:700;
    }

    .uploaditem input[type="file"]
    {
      border: 1px solid #AAA;
      padding: 1px;
      min-width: 400px
    }

    .btnUploadPicture
    {
      color: white;
      background-color: rgb(42, 117, 255);
      border-radius: 4px;
      height: 28px;
      padding: 3px 5px;
    }

    .btnDeletePicture
    {
      color: white;
      background-color: rgb(233, 97, 255);
      border-radius: 4px;
      height: 28px;
      padding: 3px 5px;
    }

    .uploadedimg
    {
      float: right;
    }

    .uploadedimg img
    {
      max-width:150px;
    }

    .uploaditem .piclinks
    {
      margin:6px ;
    }


    #tbAttachment
    {
      border-spacing:0;
    }
      #tbAttachment tr
      {
        height:40px;
      }
        #tbAttachment tr:hover
        {
          background-color: #FEFFDD;
          background-color: rgba(250, 255, 44, 0.15);
        }

/* attachments */
    #tbAttachment th
    {
      font-size:1.2em;
      font-weight:600;
      border-bottom:1px solid #333;
    }
    #tbAttachment td
    {
      font-size:1em;
      border-bottom:1px solid #ddd;
    }
      #tbAttachment .td1
      {
        text-align:left;
        padding-left:10px;
      }
      #tbAttachment .td2,#tbAttachment .td3,#tbAttachment .td4
      {
        /*text-align:center;*/
      }
      #tbAttachment .td5,#tbAttachment .td6
      {
        text-align:right;
      }
    #tbAttachment caption h4
    {
        text-align:center;
        font-weight:700;
        color:#000;
    }
/* end of attachments */


.uploaditem .form { display: block; margin: 20px auto; background: #eee; border-radius: 10px; padding: 15px }

.uploaditem .progress { position:relative; width:250px; border: 1px solid #666; padding: 1px; border-radius: 3px; display:inline-block;top: 8px; margin: 0 10px; }
.uploaditem .bar { background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px; }
.uploaditem .percent { position:absolute; display:inline-block; top:3px; left:42%; }

