/* bullet lists */
ul.bulleted {
    margin-top: 0.3em;
    margin-bottom: 0.8em;
}

.bulleted li {
    list-style: disc;
    margin-left: 2.5em;
    line-height: 1.6em;
}

/* Used on /contact-us */
.eb_xform_meta2 {
    display: none;
}

/* end resets */

/* start authnet override */
#authnet_div input {
    border-radius: 4px;
    padding: 4px;
    border: 1px solid #e1e1e1;
    background-color: #f7f7f7;
    color: #555;
    font-size: 12px;
}
#authnet_div input:focus, #authnet_div input:active {
    border:1px solid #ffde81;
}

/* end authnet override */

/* buttons */
.attendee_button,
.go_button,
.default_button {
    display: inline-block;
    border-radius: 5px;
    padding: 10px 20px;
    border-width: 2px;
    border-style: solid;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.attendee_button {
    color: #fff;
    border-color: #f7bb52;
    text-shadow: 1px 1px 1px #ee7b21;
    background-color: #f8b116;
    background-image: -moz-linear-gradient(#f6b720, #f19421);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6b720), to(#f19421));
}
.attendee_button:hover {
    color: #fff;
    border-color: #f5ad42;
    text-shadow: 1px 1px 1px #ee7819;
    text-decoration: none;
    background-color: #f09a13;
    background-image: -moz-linear-gradient(#eda81b, #db791a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eda81b), to(#db791a));
}
.go_button {
    color: #fff !important;
    border-color: #a2db3e;
    text-shadow: 1px 1px 0px #35b030;
    background-color: #62d108 !important;
    background-image: -moz-linear-gradient(#68cc2d, #3db72c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#68cc2d), to(#3db72c));
}
.go_button:hover {
    color: #fff !important;
    border-color: #96cf32;
    text-shadow: 1px 1px 0px #36a427;
    text-decoration: none;
    background-color: #54b605;
    background-image: -moz-linear-gradient(#63c32a, #298f1a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#63c32a), to(#298f1a));
}
.default_button {
    color: #666;
    border-color: #f0f0f1;
    text-shadow: 1px 1px 1px #fff;
    background-color: #dcdddd !important;
    background-image: -moz-linear-gradient(#e6e6e7, #c0c0c0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e7), to(#c0c0c0));
}
.default_button:hover {
    color: #515151;
    border-color: #f0f0f1;
    text-shadow: 1px 1px 1px #d3d3d3;
    text-decoration: none;
    background-color: #bebebe;
    background-image: -moz-linear-gradient(#e6e6e7, #999);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e7), to(#999));
}

/* end buttons */

/* start second generation buttons */
.action_button {
    display: inline-block;
    margin: 4px 0 4px 4px;
    padding: 4px 12px 4px 12px;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    background: url(../../images/background/glass_light-trans.png) 0 50% repeat-x #e4e4e4;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.action_button:hover {
    background-color: #dbdbdb;
    text-decoration: none;
}

.action_button_go {
    background-color: #95c033;
    color: #fff;
    border: 1px solid #8bae42;
    box-shadow: 0 1px 0 #b7db81 inset, 0 -1px 0 #b7db81 inset;
    text-shadow: 0 1px #63852b;
    color: #fff;
    text-shadow: 0 1px 0 #6b8e4a;
}

.action_button_go:hover {
    background-color: #98d236;
    border-color: #8bae42;
    box-shadow: 0 1px 0 #bce185 inset, 0 -1px 0 #bce185 inset;
}

.action_button_go:active {
    box-shadow: -6px 6px 8px #84a540 inset, 6px -6px 8px #84a540 inset;
    background-color: #afdc64;
    background-image: none;
}

.action_button_default {
    background: url(../../images/background/glass_light_glossier-trans.png) 0 50% repeat-x #e4e4e4;
    color: #555;
    border-color: #b5b5b5;
    box-shadow: 0 1px 0 #fff inset, 0 -1px 0 #f5f5f5 inset;
    text-shadow: 0 1px 0 #fff;
}

.action_button_default:hover {
    background-color: #dbdbdb;
    border-color: #b5b5b5;
}

.action_button_default:active {
    box-shadow: -4px 4px 6px #b5b5b5 inset, 4px -4px 6px #b5b5b5 inset;
    background-color: #f2f2f2;
    background-image: none;
}
/* end second generation buttons */

/* end layout */


/* start generic forms */
.form_row {
    display: block;
    clear: both;
    padding: 5px;
}

.form_row label {
    padding: 2px 5px 0 0;
    text-align: right;
}

.form_row .go_button {
    padding:5px 20px;
}

.fieldsform .form_row label {
    float: left;
}

.fieldsform .disclaimer {
    font-size: 10px;
}

/* For labels to the right of radios and checkboxes, instead of to the left */
.fieldsform .radiocheckbox_group label {
    float: none;
}

.fieldsform table td { /* transitional for legacy forms */
    padding: 5px;
}
/* end generic forms */


/* My Account: Payment Accounts */
#fieldform_googlecheckout label {
    width: 250px;
}

#fieldform_authorizenet label {
    width: 200px;
}

/* My Account: Close Account */
#fieldsform_closeform label {
    width: 120px;
}

#fieldsform_closeform .go_button {
    margin-top: 5px;
    margin-left: 130px;
}

/* Contact Us */

#contactForm label {
    width: 140px;
}

/* end custom forms */

.form__group.form__group--help-text {
    z-index: 2;
}

/* start warnings */
.warn_text,
.responsive-form .warn_text {
    color: #ff0044;
}

.required {
    color: #ff0044;
}

select.required, input.required {
    color: #555;
}

.confirmed_success {
    color: #392;
}
/* end warnings */
