/* 
    Created on : May 21, 2014, 12:06:35 PM
    Author     : jhu
*/

body {
    line-height: 20px;
}

select {
    width: 220px;
}

select,
input[type="file"] {
    height: 30px;
    /* In IE7, the height of the select element cannot be changed by height, only font-size */
    
    line-height: 30px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}

label,
input,
button,
select,
textarea {
    line-height: 20px;
}

 /*fix firefox a.btn problem*/ 
.btn {
    line-height: 18px;
    margin-right: .3em;
}