/*
------ Forms ---------
*/

.listBase
{
    font-size: 12px;    
}
                  
.titleCol 
{ 
    font-size: 10px;  
    color: #000; 
}


.contentRow
{
    background-color: #EFEFEF;
}

.titleRow
{
    background-color: #CCC;
}

.contentCol
{ 
    font-size: 10px;  
    color: #000; 
}

.formBase
{
    font-size: 12px;    
}

.formRow
{    
    
}
.formLabel 
{
    width: 250px;
    font-weight:normal;
    text-align: right;
    padding-right: 6px;      
}

.formLabelRequired
{
    width: 250px;
    font-weight:bold;
    text-align: right;
    padding-right: 6px; 
}

.formInput
{
    width: 300px;
    padding-left: 2px;
    text-align: left;    
}

.textCol { 
    font-size: 10px;  
    border:1px solid #FF6600;
    background-color:#fff;
    width:260px;
    height:18px;
    margin-top: 0px;
    padding:3px 6px 0px 6px; 
}   

.textareaInput
{
    /*this values are also fixed in htmlarea.js beacause of IE bug*/
    width: 590px;
    height:330px;
    font-size: 10px;  
    border:1px solid #FF6600;
    background-color:#fff;
    margin-top: 0px;
    padding:3px 6px 0px 6px; 
}

.multipleInput
{
    width: 250px;
    height:230px;
    font-size: 10px;  
    border:1px solid #FF6600;
    background-color:#fff;
    margin-top: 8px;
    padding:3px 6px 0px 6px; 
}

.errorText
{
    color: red;
    text-align:left;
}

