﻿#content_div{
    display:none;
    position:fixed;
    left:50%;
    width:580px;/* mandatory to be centered */
    height:330px;
    margin-top:0px;
    margin-left:-320px;
    text-align:left;
    padding:10px;
    border:6px solid #008c00;
    background-color:#FFFFFF;
    /*
	filter: Alpha(Opacity=95);
    moz-opacity: 0.95;
    opacity: 0.95;
	*/
    z-index:1100;
}
#cbg2{
	display:none;
	position:fixed;
	margin:0;
	left:0;
	margin-bottom:0px;
	top:-20px;
	width:100%;
	height:1070px;/************************************************************************/
	background-color:#000000;
	filter: Alpha(Opacity=35);
	moz-opacity: 0.35;
	opacity: 0.35;
	z-index:101;
    border: 0px solid red;
    
}
#reminder_data{
	float:left;
	height:360px;
	display:block;
	width:100%;
	
}