﻿	.backside
{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height:100%;
    background-color: black;
    z-index: 11010;    
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    
}
		.frontside
{
    display: none;
    position:absolute;
    margin: 18% auto 15% auto;
    top: 15%;
    left: 37%;
    width: 250px;
    height: 150px;
    padding: 16px;
    border: 16px solid #6E8753;
    background-color: white;
    z-index: 11020;
    overflow:auto;
}
	
	
	