/*
GENERAL FORM LAYOUT IN ADMIN
*/

.prefix {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px dotted #D9D9D9;
    color: #333333;
    display: block;
    position: relative;
    z-index: 2;
    text-align: left;
    width: 100%;
    padding: 0 10px;
    overflow: hidden;
    font-size: 0.7em;
    height: 2.3125em;
    line-height: 2.3125em;
    left: 0;
    cursor:default;
    font-weight: bold;
}

.general-input select, .general-input input, .general-input textarea {
    -moz-box-sizing: border-box;
    background-color: white;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.7em;
    height: 2.3125em;
    margin: 0 0 0.2em;
    padding: 0.5em;
    transition: all 0.15s linear 0s;
    width: 100%;
}

.button {
    padding: 10px 20px 10px;
}

.general-input textarea {
    height: 100px;
}

.general-input .error {
    font-size: .8em;
    background-color: #faa;
    border: 1px solid #f00;
    padding: 5px;
    margin-bottom: 15px;
}

/*
GENERAL TABLE
*/

table.layout-table {
    position: relative;
    width: 100%;
}

/*
GENERAL FORM
*/

