/* 
    Document   : reservePopUp
    Created on : May 6, 2013, 11:37:10 PM
    Author     : macetini
    Description:
        reservePopUp style
*/

.popUpReserve {
    background-color:#193969;
    border:4px solid white;
    padding: 20px;
    position:absolute;
    width: 370px;
    height: 430px;
    z-index:50;
    padding: 10px;
    margin-left: 152px;
    margin-top: -480px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.reservePopUpElem {
    float: left;
    width: 80px;
    margin-left: 10px;
}

.reservePopUpInp {
    float: left;
    width: 140px;
    margin-left: 10px;
}

#addInfo {
    width: 170px; 
}

#addInfoTextArea {
    margin-left: 10px;
}

#reservePopUpButtons {
    margin-left: 35px;
}

.popUpConfirmDisabled {
    opacity: 0.7;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}

.reservePopUpBtn {
    float: left;
    width: 100px;
    text-align: center;
    background-color: #193969;
    padding: 5px;
    margin-left: 20px;
    border: solid white 2px;
}

.reservePopUpBtn:hover {
    background-color: #A4D3EE;
    cursor: pointer;
}