
a.scheduleButton {
    color: #FFFFFF;
    background-color: #008AB0;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 160px;
    text-decoration: none;
    text-align: center;
    padding: 15px 25px 15px 25px;
    border:1px solid;
}

a.scheduleButton:hover {
    color: #008AB0;
    background-color: #FFFFFF;
    text-decoration: none;
    border:1px solid;
}

.scheduleButtonPopup {
    background-color: #FFFFFF;
    border: 1px solid #333333;
    display: none;
    position: absolute;
    margin: 0 0 0 0;
    top: 230px;
    left: 2px;
    width: 500px;
    height: 400px;
    padding: 20px;
    z-index: 150;
}

.scheduleButtonPopup a.close {
    float: right;
    margin-top: -15px;
    margin-right: -5px;
}
