#overlay {
    display:none;
    opacity:0.5;
    background-color:black;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index: 999;
}
#popupBox {
    display:none;  
    position: relative;
    margin-left:auto;
    margin-right:auto;
    margin-top:100px;
    width:600px;
    height: 500px;
    color: #000000;
    border:5px solid #4E93A2;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    background-color:#FFFFFF;
    z-index: 1000;
   
}
#popupContent {
    display:none;
        font-family:Arial, Helvetica, sans-serif;
    color: #4E93A2;
    margin-top:30px;
    margin-left:30px;
    margin-right:30px;
}

.deleteMeetingButton{
    clear:both;
	cursor:pointer;
	width:90px;
	height:30px;
	border-radius: 4px;
	background-color: #5CD2D2;
	border:none;
	text-align:center;
	line-height:10px;
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}


.deleteMeetingCancel{
    clear:both;
	cursor:pointer;
	width:90px;
	height:30px;
	border-radius: 4px;
	background-color: #5CD2D2;
	border:none;
	text-align:center;
	line-height:10px;
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#deleteMeetingConfirmDeleted
{
    display:none;
}
