* {
    border: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    zoom: 1;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    border: 0;
    font: inherit;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 0;
}
.js #response {
    display: none;
}
#container{padding:15px;}
#logo {text-align:center;margin: 25px 0 40px 0;}
#response {text-align: center; margin:0 0 20px 0;}
#footer {margin:40px 0 20px 0;}
#footer-text {text-align: center; font-size:0.9em;margin: 0 0 30px 0;}
.label, .button, .logo {font-size: 1.3em; text-align: center;}
.input input {font-size: 1.4em; border: 1px solid #0096c8; padding: 8px; margin: 5px 0 15px 0; color: #0096c8; -moz-border-radius: 0.25rem; -webkit-border-radius: 0.25rem; border-radius: 0.25rem;}
.text{text-align:center;font-size:1.15em; margin:20px auto; color: #4d8800;}
.text p{margin:0 0 1.15em 0;}
.button input {
    background-color:#43d0ff; font-size: 1.0em;
    padding: 7px 10px;
    color: #fff;
    border: 1px solid #0096c8;
   -moz-border-radius: 0.25rem;
   -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
.button input:hover {
    background-color: #0096c8;
   -moz-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.25);
   -webkit-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.25);
}
.button input:active {
   -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
   -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
}
.service {font-size: 1.1em; margin: 0 0 15px 0;}
.service a {color: #0096c8;}
.service a:hover {color: #000;}
.terms {font-size: 0.8em;}
label.error {
    clear: both;
    border: 1px solid #e98a34;
    color: #c06715;
    background-color: #ffbb7d;
    font-size: 0.9em;
    font-weight: bold;
    padding: 7px;
    margin:0 auto;
    margin-top:-8px;
    margin-bottom: 15px;
    display: table;
   -moz-border-radius: 0.25rem;
   -webkit-border-radius: 0.25rem;
    border-radius: 0.25rem;
}
p.response-message-success {margin: 0; font-weight:bold; color: #009900;}
p.response-message-error {margin: 0; font-weight:bold; color:#cc0000;}