/**
 * Form Reset
 */
textarea,
select,
input,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="submit"],
input[type="reset"] {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    line-height: 1;
    border: 0 none transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
    text-indent: 5px;
}

select,
input,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="submit"],
input[type="reset"] {
    min-height: 25px;
}

input[type="submit"],
input[type="reset"] {
    padding: 0 8px 0 8px;
    cursor: pointer;
}

select {
    background-color: transparent;
}

button {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 100%;
    text-align: center;
    text-decoration: none;
    border: 0 none transparent;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.container-inline {
    font-size: 0%;
}

.container-inline div.form-item,
.container-inline div.form-actions {
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
}