html {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.logo img {
    text-align: center;
                border:none;
}

body {
    margin: 0;
    display: table;
    width: 100%;
    height: 100%;
    padding: 0;
    background: url('../images/bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

h1 {
    padding: 20px 0 0px 0;
    font-size: 30px;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

.logo {
	padding: 80px 0 0px 0;
    text-align: center;
}
.logo img {
    text-align: center;
}

.message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    padding-top: 28px;
    background: url('../images/message.jpg');
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.error { color: #ff6666; }
.ok { color: #3cb878; }

#content {
    display: table-cell;
    vertical-align: middle;
}

#wrapper {
    position: relative;
    margin: 0 auto;
    width: 600px;
    height: 600px;
}

#intro {
    margin-bottom: 52px;
    line-height: 30px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

#foot {
    margin-bottom: 52px;
    line-height: 30px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
}
#foot a {
	color: #FFF;
	text-decoration:none;
    margin-bottom: 52px;
    line-height: 30px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
}

#progress-bar {
    position: relative;
    width: 480px;
    height: 50px;
    background: url('../images/progress-bar.png');
    margin: 0 auto;
    margin-bottom: 60px;
}

#progress-25, #progress-50, #progress-75 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 337px;
    height: 30px;
    background-image: url('../images/progress-bar-content.png');
}

#progress-50 {
    background-position: 0 -30px;
}

#progress-75 {
    background-position: 0 -60px;
}

#percent {
    position: absolute;
    top: 13px;
    right: 20px;
    font-size: 18px;
    font-weight: bold;
}

#form {
    font-size: 0;
    text-align: center;
    position: relative;
}

input {
    outline: 0 none;
    border: 0;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

#e-mail {
    width: 200px;
    padding: 0 20px 0 20px;
    height: 49px;
    background: url('../images/input-mail.png');
}

#submit {
    width: 94px;
    height: 49px;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    background-image: url('../images/submit-sprite.png');
    font-size: 14px;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

#submit:hover {
    background-position: 0 -49px;
}

#submit:active {
    background-position: 0 -98px;
}

#submit::-moz-focus-inner {
    border: 0;
}

#social {
    margin-top: 120px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
}

#social > div {
    display: inline-block;
    margin: 0 20px 0 20px;
    width: 120px;
    text-align: center;
}

#___plusone_0, #social iframe {
    vertical-align: bottom !important;
}