﻿#frmCategoria 
{
 font-size:12px;    
}

#frmCategoria fieldset
{
width:500px;
display:block;
}

#frmCategoria .frmEmptyLabel
{
    float:left;
    margin-left:150px
}


#frmCategoria input 
{
 border: 1px solid #CCCCCC;
 width: 175px;
 margin-left: 10px;  
 margin-bottom: 5px;
 font-size: 12px;
}

#frmCategoria input:hover 
{

 background-color:#F0FBC5;
}

#frmCategoria label
{
width:150px;
float:left;
font-weight:bold;
text-align:right;
}

#frmCategoria textarea 
{
 border:1px solid #CCCCCC;
 width:300px; 
 height:100px;
 margin-left:10px;  
 margin-bottom:5px;
 font-size:12px;

}

#frmCategoria textarea:hover
{
   background-color:#F0FBC5;  
}

#frmCategoria #campo
{
     margin-left: 10px; 
     margin-bottom: 5px;
}

#frmCategoria .btnStandard 
{
    width: auto;
    height: auto;
}

#frmCategoria .btnStandard:hover
{
    background-color: White;
}
