body {
    margin: 20px;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 20px;
}
#wrapper {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 0px 0px;
    background-color: transparent;
}
form {
    width: 100%;
}

form > div {
    margin-bottom: 15px;
}

form a {
    color: #000000;
    text-decoration: underline;
}
#logo {
    margin-bottom: 20px;
}
#info {
    margin-bottom: 20px;
}
input, textarea, select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    margin: 0;
    width: calc(100% - 18px);
    padding: 8px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #444444;
}
::placeholder {
    color: #444444;
    opacity: 1; 
}
:-ms-input-placeholder { 
    color: #444444;
}
::-ms-input-placeholder { 
    color: #444444;
}
input:focus, input:hover {
    outline: 1px solid #eee !important;
}
fieldset {
    background: #fff none repeat scroll 0 0;
    margin: 0;
    width: calc(100% - 18px);
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 8px 0 10px 2px;
    border: none;
    margin-bottom: 10px;
}
label {
    font-weight: bold;
    display: block;
    margin-bottom: 3px;
}
legend {
    font-weight: normal;
}
.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
}
fieldset div input, #subscribe {
    width: auto;
}
fieldset div label, div.subscribe label {
    display: inline;
    font-weight: normal;
}
#send {
    border: 0;
    color: #fffffe;
    cursor: pointer;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 15px;
    padding: 10px 20px 10px 20px ;
    text-align: center;
    background-color: #0d3777;
    width: 200px;
    font-weight: bold;
    text-transform: uppercase;
    
}
#send:focus, #send:hover {
    background-color: #000837;
    color: #ffffff;
}
#newsletters {
    display: none;
}
#classes label {
    font-weight: normal;
}
#allalert {
    display: none;
    text-align: left;
    color: #930000;
    padding: 1px 0 1px 0;
    border-radius: 3px;
    font-size: 0.9em;
}
.options {font-size: 14px;}
.grecaptcha-badge { 
    visibility: hidden;
}
#grecaptcha-disclaimer, #grecaptcha-disclaimer a{
    font-size: 12px;
    /*color: #ffffff;*/
}