@charset "utf-8";

#foo-registration-popup {
    font-family: Helvetica, Arial, sans-serif;
    width: 60%;
    background-color: #f7f7f7;
    border: 2px solid #b1b1b1;
    border-radius: 8px;
    display: none;

    opacity:0.8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}

#foo-registration-popup form {
    display:block; position:relative; text-align:left; padding:10px 25px 10px 3%
}
#foo-registration-popup h2 {
    color: #388c41;
    margin: 15px 25px;
    font-weight:bold;
    padding:0;
    font-size:1.4em;
}
#foo-registration-popup input {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    border:1px solid #999; -webkit-appearance:none;
    display:block;
    width:100%;
    padding: 0.2em 0.2em;
}
#foo-registration-popup input[type=checkbox]{
    -webkit-appearance:checkbox;
}
#foo-registration-popup input[type=radio]{
    -webkit-appearance:radio;
}
#foo-registration-popup input:focus {
    border-color:#333;
}
#foo-registration-popup .button {
    clear:both;
    background-color: #388c41;
    border: 0 none;
    border-radius:4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size:15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px; text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
#foo-registration-popup .button:hover {
    color: #f4f4f4;
    background-color: #35783c;
}
#foo-registration-popup .disabled, #foo-registration-popup .disabled:hover {
    color: #e0e0e0;
    background-color: rgba(63, 148, 69, 0.62);
}

#foo-registration-popup .grey  {
    background-color: #808080;
}

#foo-registration-popup .grey:hover  {
    background-color: #676767;
}

#foo-registration-popup .small-meta {
    font-size: 11px;
}
#foo-registration-popup .nowrap {
    white-space:nowrap;
}
#foo-registration-popup label {
    margin-top: 1em;
    display:block;
    margin-bottom:3px;
}
#foo-registration-popup label.optional {
    color: #808080;
}
#foo-registration-popup .button-bar {
    margin-top: 1em;
}

#foo-registration-popup .unhappyMessage {
    color: #DA4444;
    font-style: italic;
}

#foo-success-template, #foo-failure-template {
    display: none;
}

.foo-success, .foo-failure {

}

.foo-success .status-text {
    color: #76A797;
}

.foo-failure {
    color: #DA4444;
}

.foo-plenty {
    border-bottom-color: #388c42 !important;
}
.foo-half {
    border-bottom-color: orange !important;
}

.foo-full {
    border-bottom-color: red !important;
}