form {
    padding-top: 0px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}



input[type="text"],
textarea,
select {
    border: 1px solid #ABD !important;  
    color: #349;  
}



input[type="submit"],
button {
    background-color: #DEF !important;    
    color: #349 !important;
    border: 1px solid #ABD !important;  
    text-transform: uppercase !important;
    font-size: 12px !important;
    line-height: 14px !important;
    padding: 2px 3px 1px 3px !important;
    margin: 2px 2px 2px 0 !important;
    
}

select {
    padding: 0px !important;
    line-height: 14px;
}

option {
    padding: 0px !important;
    line-height: 14px;
}

label {
}

