@import url(http://fonts.googleapis.com/css?family=Fauna+One|Muli);
#mainform{
    width:960px;
    margin:20px auto;
    padding-top:20px;
    display:block;
}
#popup{
    padding-top:80px;
}
.reservationForm {
    border-radius:2px;
    padding:20px 30px;
    box-shadow:0 0 15px;
    font-size:14px;
    font-weight:bold;
    width:350px;
    margin:20px 250px 0 35px;
    float:left;
}
.reservationForm textarea {
    width:100%;
    height:80px;
    margin-top:5px;
    border-radius:3px;
    padding:5px;
    resize:none;
}

#contactdiv { 
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: none;
	z-index:9999999;
}
#logindiv{
    opacity:0.92; 
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#login,#reservationForm{   
    width:350px;
    margin:0px;
    background-color:white;
    font-family: 'Fauna One', serif;
    position: relative;
    border: 5px solid rgb(90, 158, 181);
}
.img{
    float: right;
    margin-top: -35px;
    margin-right: -37px;
}

#reservationForm h3, .fusion-footer .current-menu-item a {
	color:#fff !important;
}
#reservationForm {
    left: 50%;
    top: 50%;
    margin-left:-210px;
    margin-top:-255px;
    background: #003399;
    color: #fff;
}
#reservationForm .button-default, #reservationForm .button.default {
   background: #a0ce4e;
}
#login{
    left: 50%;
    top: 50%;
    margin-left:-210px;
    margin-top:-158px;
}