﻿div.largeType
{
    width:345px!important;
    height:60px!important;
}

div.largeType textarea
{
    width:218px;
}

div.form_holder input.plus
{
    width:20px!important;
    height:20px!important;
    right:10px;
    top:5px;
  
}

div.form_holder input.minus
{
    width:20px!important;
    height:20px!important;
    right:10px;
   
}
div.form_holder
{
    margin-bottom:10px;
    margin-top:10px;
}
        
div#userSignContainer,div#letterTitlesContainer,div#letterFooterContainer
{
    position:relative;
    top: 0px;
    right: 0px;
}
        
div#userSignContainer
{
    width:670px;
    height:auto!important;
}

div#userSignContainer div.signDescription
{
    float:left;
    width:280px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

div.userSignRepeater
{
    overflow:hidden;
}

div.userSignRepeater a
{
    float:right;
    font-family:Arial;
    font-size:12px;
    color:#999;
    margin:0px 5px 0px 5px;
}
        
div#userSignContainer input.plus
{
    right:5px!important;
}

ul.fileList li input
{
    width: 100px;
    border: 1px solid #ffff00;
    background-color: #ffffcc;
    line-height: 20px;
    float:right;
}

ul.fileList li input.minus
{
    width:20px;
    border-style:none;
    background-color:transparent;
    float:left;
}

.field-title
{
    width:135px;
    float:right;    
}

input.plus
{
    display:block;
    width:20px;
    height:20px;
    background:url(../images/plus.png) no-repeat center top;
    border-style:none;
}

input.plus:hover
{
    background-position:center bottom;
}

input.minus
{
    display:block;
    width:20px;
    height:20px;
    background:url(../images/minus.png) no-repeat center top;
    border-style:none;
}

input.minus:hover
{
    background-position:center bottom;
}
