.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 110%;
			height: 200%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 8%;
			left: 35%;
			width: 450px;
			height: 450px;
			padding: 16px;
			border: 3px solid olive;
			background-color: white;
			z-index:4002;
			overflow: none;
			}
/* http://www.emanueleferonato.com/2007/08/22/create-a-lightbox-effect-only-with-css-no-javascript-needed/  */


.white_contentSMS {
			display: none;
			position: absolute;
			top: 8%;
			left: 15%;
			width: 720;
			height: 455px;
			padding: 16px;
			border: 3px solid olive;
			background-color: white;
			z-index:4002;
			overflow: none;
			}

.login_overlay {
			display: none;
			position: absolute;
			top: 27px;
			right: 2px;
			width: 375px;
			height: 50px;
			padding: 10px;
			border: 1px solid olive;
			background-color: white;
			z-index:2;
			overflow: none;
			}
