#modal-overlay {
    position:fixed; 
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.5;
    filter:alpha(opacity=50);
}

#modal {
    position:absolute;
    background:url(../images/tint20.png) 0 0 repeat;
    background:rgba(0,0,0,0.2);
    border-radius:14px;
    padding:8px;
    z-index: 99;
}

#modal-content {
    border-radius:8px;
    background:#fff;
    padding:20px;
    min-width: 319px;
}

#modal-close {
    position:absolute;
    background:url(../images/close.png) 0 0 no-repeat;
    width:24px;
    height:27px;
    display:block;
    text-indent:-9999px;
    top:-7px;
    right:-7px;
}
a.pin-link{
    font-family: 'PT Sans', sans-serif;
    color: #575757;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
a.pin-link:hover{
    color: #7eae17;
}

.error-block{
    font-family: 'PT Sans', sans-serif;
    color: red;
    font-size: 14px;
    font-weight: 700;
}
.confirm-block{
    font-family: 'PT Sans', sans-serif;
    color: #7eae17;
    font-size: 14px;
    font-weight: 700;
}
