.reveal-modal-bg {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.reveal-modal {
    background: url("../images/modal-gloss.png") no-repeat scroll -200px -80px #EEEEEE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    left: 50%;
    margin-left: -300px;
    padding: 25px;
    position: absolute;
    top: 100px;
    display: none;
    width: 560px;
    z-index: 101;
}

#thankyou {
	top: 680px;
    background: none;
    border-radius: none;
    box-shadow: none;
    left: 50%;
    margin-left: -300px;
    padding: none;
    position: absolute;
    top: 300px;
    display: none;
    width: 523px;
    z-index: 101;
}

#thankyou .close-reveal-modal {
    position: absolute;
    right: 35px;
    top: 35px;
    width: 17px;
    height: 17px;
}
.reveal-modal.small {
    margin-left: -140px;
    width: 200px;
}
.reveal-modal.medium {
    margin-left: -240px;
    width: 400px;
}
.reveal-modal.large {
    margin-left: -340px;
    width: 600px;
}
.reveal-modal.xlarge {
    margin-left: -440px;
    width: 800px;
}
.reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    line-height: 0.5;
    position: absolute;
    right: 10px;
    top: 10px;
}
