﻿body 
{
    background-color: #fff !important;
    }

ul
{
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

li
    
{
   
    }

input, select, textarea
{
    width: 100%;
    margin:2px;
    padding:3px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

input[type="checkbox"], input[type="submit"]
{
    width: auto;
}

.sector
{
    margin: 4px 0;
    padding: 4px 0 0 0;
    clear: both;
}

.elmContainer
{
    padding: 0 2px;
}
.elm
{
    clear:both;
}


.elmLeft
{
    
    float: left;
    width: 48%;
}

.elmRight
{
   
    float: right;
    width: 48%;
}
    
.buttonEnable 
{
    border: 1px solid #88aa88;
    -webkit-box-shadow: 0px 0px 4px #88aa88;  
    -moz-box-shadow: 0px 0px 4px #88aa88;  
    box-shadow: 0px 0px 4px #88aa88;  
}

.inputDisabled 
{
    
}

.elmRight:nth-of-type(1)
{
    float: left !important;
}

.containerStep 
{
     border: 1px solid #ccc; 
     border-radius: 4px; 
     padding: 5px;
}
