﻿input[type="text"], textarea {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    height: 15px;
    color: #45494c !important;
    padding: 2px 2px 0px 2px;
    margin:0px;    
}

/*input[type="submit"] {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #45494c;
 }*/

input[type="checkbox"], input[type="radio"] {border:none}

input {color: #45494c}

select {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #45494c;
    padding: 1px 1px 1px 0px;
    margin:0px;    
}


