/* 
    Document   : employeeform
    Created on : 22 Jul, 2011, 12:23:25 PM
    Author     : User3
    Description:
        Purpose of the stylesheet follows.
*/

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

.table_view_label{ background-color: #ddd;}
#table-width
{
    width:750px;
    height: 50px;
    margin: 0;
    padding: 0;
   
}
#email_id
{
   
   border-top: 0px solid red;
   width: 500px;
   margin: 0;
   padding: 0;
   
}
#right-align
{
   margin:0px 0 0 0;
   padding: 35px 0 0 0;

}
.fieldset-wrapper
{
   
   
}
.fieldset-wrapper fieldset{ float: left; width: 350px; margin:0 0 0 10px; }

#heading-employee
{
/*    background: #27638C;*/
    font-size: 12px;
    font-weight: bold;
/*    border: 1px solid  #000;*/
    line-height: 20px;
    color: #ffffff;
}
#heading-employee-table td
{
/*    background: #27638C;*/
    font-size: 12px;
   /* font-weight: bold; */
/*    border: 1px solid  #000;*/
    line-height: 20px;
/*    color: #ffffff;*/
}

#underline
{
    border-bottom:1px linen #000000;
}

#table_value_3
{
   font: 12px/170% Verdana, sans-serif;
}

#property_box{
    
    /*border:1px solid red;*/
    width:100%;
    float:left;
    clear:both;
    margin-bottom: 10px;
}

#property_box .form-checkboxes .form-item{
    float:left;
    width:30%;
    
}