#lean_overlay {
    position:   fixed;
    z-index:    100;
    top:        0px;
    left:       0px;
    height:     100%;
    width:      100%;
    background: #000;
    display:    none;
}
#modal {
    display:          none;
    margin:           auto;
    text-align:       center;
    padding:          10px;
    background-color: #FFF;
    position:         fixed;
    z-index:          99;
    top:              50px;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
#modal-header {
    padding:       8px;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px;
}
#modal-header p {
    color:       #333;
    font-size:   14pt;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    text-shadow: none;
}
#modal-body {
    padding:    8px;
    color:      #333;
    font-size:  12pt;
    text-align: left;
}
#modal-footer {
    padding:    8px;
    font-size:  12pt;
    text-align: center;
}
#modal-footer input {
    padding:    4px;
    font-size:  12pt;
}
