/* 
    Document   : submit
    Created on : 02/12/2008, 11:28:26 PM
    Author     : Julian
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

form .description
{
    width: 350px;
    height: 120px;
}

form .dropdown
{
    width: 200px;
}

.icon
{
    background-repeat:no-repeat;
    height: 20px;
    padding-left: 16px;
}

.removefield
{
    background-image: url(../../images/common/cross.png);
}

.addfile
{
    background-image: url(../../images/common/tango/bullet_toggle_plus.png);
}

span.smallnote
{
    margin-top: 2px;
    border: 1px dotted #dddddd;
    font-size: 11px;
    width: 300px;
    background-color: #fefefe;
    line-height:14px;
    padding: 3px;
}

span.smallnote ul li
{
    margin:0px;
    padding:0px;
}


