#modal-outer{
    display: none;
    z-index: 999;
	position: fixed;
    top: 50px;
    left: 50%;
    width: 800px;
    margin-left: -400px;
    padding: 25px 25px 25px 25px;
	background-color: #FFFFFF;
    border-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);   
    color: #878787;
    font-size: 11px;
    height: 85%;
    overflow-y: scroll;
}

