﻿body {
    font-family:Verdana, Geneva, 'DejaVu Sans', sans-serif;
    font-size:small;
    
    
}

hr{
    color:#e7e7e7;
    height:0px;
    border:dotted 1px #e7e7e7;

}

.FormFileExtention
{
    font-size:10px;
    font-style:italic;
}

.FeedbackMsg, .FileStatus
{
    color:#f00;
}

.FeedbackMsgOK
{
    color:green;
}

#FormsWrapper div
{
    padding:3px;
}

.FormsWrapper
{
    width:100%;
}

.FormsHeading
{
    font-weight:bold;
    background-color:lightblue;
}

.FormsSubHeading
{
    background-color:#e7e7e7;
}

.FormsLabel
{
    color:#000;
}

.FormsLabelReq
{
    font-weight:bold;
}

.Formfeedback
{
    z-index:100;
    background-color:#fff;
    width:350px;
    height:450px;
    border:solid 3px #080808;
}

label {
    display: inline-block;
    width: 130px;
    background-image:none;
    background:#fff;
    padding-left:3px;
                }

#FormTools
{
    border:2px dotted #c8c8c8;
    padding:3px;
    font-weight:bold;
}

.FormHandler
{
    width:250px;
    font-weight:normal;
    font-size:11px;
}

.FormStatus
{
    width:250px;
    font-weight:normal;
    font-size:11px;
}

    .FormStatus li, .FormHandler li
    {
        font-size:11px;
    }


 #FormsWrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
                }
#FormsWrapper li {
                    margin: 5px 0 0 0;
                    
                }

#Files_heading
{
    font-weight:bold;
}
#FilesWrapper
{
    font-size:11px;
}
#Files_pictures
{
    font-weight:bold;    
}

#Files_other
{
    font-weight:bold;  
}

#Files_pictures ul
{
    list-style-type:none;
}
 
#Files_other ul
{
    
    list-style-type:none;
}

#Files_pictures li
{
    font-weight:normal;
}

#Files_other li
{
    font-weight:normal;
}

#FilesCol1
{
    display:inline-block;
    float:left;
}
#FilesCol2
{
    display:inline-block;
    margin-left:auto;
}