label {
    display: block;
    font-size: 1.1em;
    font-weight: normal;
}
label.check, label.radio {
    float: left;
    padding: 0 0 0 10px;
    margin: 10px 0;
}
input[type="checkbox"], input[type="radio"] {
    margin: 10px 0;
    display: block;
    float: left;
    clear: left;
}
.help {
    clear: left;
    margin: -18px 0 10px 0;
}
input[type="text"], input[type="password"], select, textarea {
    color: #333;
    display: block;
    font-size: 1.5em;
    padding: 5px 0 5px 5px;
}
select, input[type="text"], input[type="password"], input[type="file"], textarea, #date_picker {
    margin: 2px 0 25px 0;
}
select, input[type="text"], input[type="password"], input[type="file"] {
    border: 2px solid #ddd;
    width: 15em;
}
input[type="file"] {
    display: block;
    font-size: 1.2em;
    padding: 5px;
}
textarea {
    border: 2px solid #ddd;
    font-size: 1.5em;
    width: 30em;
}
input[type="text"]:focus, input[type="password"]:focus {
    border: 2px solid #888;
}
select {
    font-size: 1.2em;
    margin: 2px 0 0 0;
    width: auto;
}
fieldset {
    border: 0;
    padding: 0;
    margin: 0 auto;
}
legend {
    display: none;
}
.success, .info, .warning, .error {
    border-width: 1px;
    border-style: solid;
    margin: 1.5em auto;
    padding: 10px 0 10px 65px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    min-height: 45px;
}
.success h3, .info h3, .warning h3, .error h3 {
    font-size: 1em;
    margin: 0;
    padding: 0 0 5px 0;
}
.success p, .info p, .warning p, .error p {
    font-size: 1em;
    margin: 0;
    padding: 0;
}
.success {
    background: url('../images/icons/success.png') no-repeat #E0FAD8 10px 10px;
    border-color: #CBEBC1;
    color: #264409;
}
.success h3 {
    color: #409c0b;
}
.info {
    background: url('../images/icons/info.png') no-repeat #d8e1fd 10px 10px;
    border-color: #94b4dc;
    color: #092144;
    padding-top: 20px;
    padding-bottom: 20px;
}
.info h3 {
    color: #446e8b;
}
.warning {
    background: url('../images/icons/warning.png') no-repeat #fdfcc2 10px 10px;
    border-color: #e7e566;
    color: #443c09;
}
.warning h3 {
    color: #8b7944;
}
.warning ol {
    margin: 0;
    padding: 0 0 0 20px;
}
div.error {
    background: url('../images/icons/error.png') no-repeat #fbe3e4 10px 10px;
    color: #8a1f11;
    border-color: #fbc2c4;
}
div.error h3 {
    color: #8b4444;
}
label.error {
    background: none;
    color: inherit;
    border: none;
    margin: 0;
    padding: 0;
}
input.error, textarea.error {
    background: none;
    color: inherit;
    margin-left: 0;
    margin-top: 2px;
    padding: 5px;
}

div.buttons {
    clear: both;
}

.submit, div.button, button, .cancel {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 10px 10px 20px 0;
    outline: none;
}

div.button a {
    display: block;
    outline: none;
}

.submit, div.button a, button {
    color: #666;
    font-size: 1.1em;
    padding: 8px;
    width: auto;
    background: #fff;
    border: 2px solid #ddd;
    cursor: pointer;
    text-decoration: none;
}
.submit:hover, .button a:hover {
    color: #333;
    background: #f9f9f9;
    border: 2px solid #888 !important;
}
.submit.succ:hover, .button.succ a:hover {
    border: 2px solid #66ff66 !important;
}
.submit.warn:hover, .button.warn a:hover {
    border: 2px solid red;
}

.submit.add, .button a.add {
    background-image: url('../images/add.gif');
    background-repeat: no-repeat;
    background-position: 10px 50%;
    text-indent: 24px;
}

.close {
    display: block;
    height: 7px;
    padding: 0 5px 5px 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px;
}
a img {
    border: 0;
}


select {
    width: 16em;
    margin: 0 0 20px 0;
}
