﻿
.formTable
{
    border: 1px solid #dbe7ed;    
    padding:10px;
}

.formTable input[type=text],.formTable input[type=password]
{
    width:150px;
}

.formTable_header
{
    background-color:#dbe7ed;    
}

.formTable
{
    font-size:12px;
    font-family:Verdana;    
    border:1px solid #ccc;
    margin-top:20px;
}

.formTable td
{
    border:1px solid #dbe7ed;
    padding:3px;
}

.normalcell
{
    width:300px;
    min-width:300px;
    max-width:300px;
    overflow:hidden;
}

.left {
    
    display:inline-block;
    margin-left:0px;
}

.right{
    float:right;
    display:inline-block;
    margin-right:0px;
}

.formTable_item
{
}

.formTable_alternating_item
{
 background-color:#edf3f5;
}

.smallcell
{
   width:70px;
    min-width:70px;
    max-width:70px;
    overflow:hidden;
}



.formRow
{
    display:block;
    margin-top:5px;   
}

.formRow span
{
    display:inline-block;
    /*width:30%;*/ 
}

.formRow span input[type=text],.formRow span input[type=password]
{
    width:150px;
}

.formRow textarea
{
    width:300px;
    height:50px;
}

.formRow hr
{
   height: 1px; margin-top: 10px; margin-bottom: 10px; margin-right: 10px;margin-left: 0px;
        border: 0px; color: #cccccc; background-color: #ccc 
}

.formRow span.titleimage
{
    display:block;
    float:left;
    margin-bottom:5px;   
    width:30px; 
}

.title
{
     display:block;
     float:left;
     margin-top:5px;  
     margin-left:5px;
}