
        .black_overlay{
            display: none;
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            background-color: black;
            z-index:1001;
            -moz-opacity: 0.8;
            opacity:.80;
            filter: alpha(opacity=80);
        }
        .white_content {
            display: none;
            position: absolute;
            top: 14%;
            left: 25%;
            width: 50%;
            padding:12px;
            border: 7px solid #999900;
			box-shadow: 0px 0px  10px 10px #888888;
            background-color: white;
            z-index:1002;
            overflow: auto;
        }
		
		
		@media screen and (max-width: 768px){
	.white_content {
            display: none;
            position: absolute;
            top: 5%;
            left: 10%;
            width: 80%;
            padding:8px;
            border: 1px solid red;
            background-color: white;
            z-index:1002;
            overflow: auto;
        }
		}
		

input{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
}
