.form_radio {
}

/* @title Radio Option */
/* @help Format for Radio form field options */
.form_radio_option {
    display: inline;
    padding-right: 32px;
}

/* @title Textarea */
/* @help Format for Textarea form input fields */
.form_textarea {
    color: #FFFFFF;
    font-size: 14px;
    width: 75%;
    height: 100px;
    padding: 5px; /* @ignore */
    margin: 0 2px; /* @ignore */
    background-color: #000000;
    border-width: 1px;
    border-style: solid;
    border-color: #006699;
}

/* @title Textarea Focus */
/* @help Class applied to a textarea field when the field is selected for input. */
textarea:focus {
    border-width: 1px;
    border-style: solid;
    border-color: #006699;
    background-color: #111111;
    color: #99CC00;
}

/* @title Checkbox */
/* @help Class applied to a checkbox form field */
.form_checkbox {
    font-size: 16px;
    margin: 6px 3px 0 3px;
}

#guestbook_text {
    text-decoration: none;
    font: 14px Tahoma, Helvetica, Arial, sans-serif;
    padding: 5px;
    margin: 0 2px;
    background: #000000;
    border: solid 1px #006699;
    height: 76px;
    width: 98%;
    color: #FFFFFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#guestbook_text:focus {
    border-width: 1px;
    border-style: solid;
    border-color: #006699;
    background-color: #111111;
    color: #99CC00;
}

.form_age_range{
    width: auto;
}
