#registerDiv, #registerDiv2 {
    display: none; position: relative; width: 400px; margin: auto;
    padding-top: 30px;
}
#registerFrame, #registerFrame2 {
    width: 400px; height: 500px; border: none; 
}
#thankyou, #thankyou2 {
    display: none;
    box-shadow:rgba(58, 194, 124, 0.89) -1px -1px 3px 0px, rgb(0, 0, 0) 1px 1px 7px 1px, rgba(58, 194, 124, 0.44) -1px -1px 3px 0px inset;
    border-radius:10px;
    padding:10px 0px 10px 0px;
    background-color:rgb(61, 61, 61);
}
.click {
    cursor: pointer;
    color: #B09C87;
}  
.x {
    position: absolute;
    right: 24px;
    top: 38px;
    text-shadow:rgba(250, 250, 250, 0.67) -1px -1px 0px, rgb(0, 0, 0) 1px 1px 1px;
    background-color:rgba(0, 0, 0, 0);
    font-family:'Palatino Linotype', Palatino, serif;
    font-size:1.7em;
    color:rgb(115, 108, 108);
    letter-spacing:-2px;
    line-height:18px;
    cursor: pointer; 
}
