/**
 * Contains CSS classes for the SKUI (SoftKube User Interface) elements.
 *
 * @copyright Copyright (c) 2009 SoftKube - http://www.softkube.com
 */

/* SKUI Form Elements Styling */
.skui_form label {
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding-bottom: 5px;
    padding-top: 15px;
}

.skui_form input, .skui_form textarea {
    padding: 4px;
    font-size: 12px;
    width: 95%;
}

.skui_form select {
    padding: 4px;
    font-size: 12px;
}

.skui_form .button {
    font-weight: bold;
    width: auto;

    cursor: pointer;

    border: 1px solid;
    padding: 5px 10px;

    color: white;
    background-color: #ADD943;
    border-color: #5C8301;
}

.skui_form .checkbox {
    width: auto;
}

.skui_form .hint {
    font-size: 11px;
    color: #343434;
}
