@CHARSET "UTF-8";
body {
    position: relative;
}
form.wapzcontact strong {
    font-size: 22px;
    display: inline-block;
    width: 200px;
}
form.wapzcontact div strong.ta { vertical-align: top; }
form.wapzcontact input[type="text"],
form.wapzcontact textarea {
    border: 1px solid #BBBBBB;
    color: #999999;
    font-family: tahoma;
    font-size: 16px;
    padding: 1px 0 0 5px;
    width: 400px;
}
div.reCAPTCHA.wapz {
    height: 129px;
    margin: 20px 0 10px 202px;
}
form.wapzcontact div input.sub:hover { background-color: #AF229B; }
form.wapzcontact div input.sub {
    background-color: #FFAECD;
    border-left: 1px solid #FFBDD8;
    border-top: 1px solid #FFBDD8;
    border-bottom: 1px solid #F48EB8;
    border-right: 1px solid #F48EB8;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 24px;
    margin: 0 0 20px 204px;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(140, 70, 100, 0.3);
    font-weight: bold;
    padding: 0 20px;
}

div#res-g.res-g {
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 72;
    background-color: rgba(0,0,0,0.2);
}
div#res-g.res-g div {
    background-color: #efefef;
    width: 600px;
    color: #666;
    border: 4px solid rgb(255,255,255);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
    margin: 0 auto;
   	padding: 50px 0;
}