#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	_width:320px; 
	max-width: 600px; /* Dialog will wrap after this width */
	background: #fff;
	border: solid 1px #777;
	color: #000;
}


/*corner style*/
#ctl, #cbl, #ctr, #cbr { 
position:absolute; width:5px; height:5px;  
overflow:hidden; font-style:normal; z-index:9999999;
background:#fff;}
#ctl {background-color:#ffffff;}
#ctr {background-color:#ffffff;}
#cbl {}
#cbr {}
/*corner style over*/


#popup_title {
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	
	line-height: 1.9em;
	color: #fff;
	background:#ffffff url(../images/menu_bg.gif) center repeat-x;
	border-bottom: solid 1px #777;
	cursor: default;
	padding:0 0 0 8px;
	margin: 0em;
}
#popup_close{
position:absolute;
right:7px;top:4px;
width:15px;height:15px;
background:url(images/calendar/close.png) no-repeat ;
cursor:hand;
cursor:pointer;
width:19px;
height:19px;
}
#popup_close:hover
{
    -moz-opacity:0.8;
    opacity:0.8;
    filter:alpha(opacity=80);
}

#popup_content {
	background: #ffffff;
	padding: 12px;
	margin: 0em;
}

#popup_container .alert {
	background-image: url(images/alert/info.gif) no-repeat ;
}

#popup_container .confirm {
	background-image: url(Images/calendar/confirm.png) no-repeat ;
	
}

#popup_container .prompt {
	background-image: url(images/alert/help.gif) no-repeat ;
}

#popup_message {
    background:  url("Images/calendar/confirm.png") no-repeat scroll 0 0 transparent;
    height: 37px;
    padding-left: 55px;
    padding-top: 10px;
    width: 236px;
    outline:none;
}

#popup_panel {
	text-align: center;
	margin: 0em ;
}

#popup_ok{
width:83px;height:25px;
/*text-align:center;
border:1;
background:#ffffff;
font-size:12px;
line-height:20px;
padding:0;*/
background: url(Images/calendar/btn_yes.gif) no-repeat ;
border:none;
outline:none;
cursor:pointer;
-moz-border-radius:none;
 }

#popup_cancel{
width:83px;height:25px;
background: url(Images/calendar/btn_no.gif) no-repeat ;
border:0px; 
cursor:pointer;}

#popup_prompt {
	margin: .5em 0em;
}

#popup_content.openBox{padding:12px;background:none; }
.openBox #popup_message{padding:0;overflow:auto;}

#over_container{
min-width: 300px; /* Dialog will be no smaller than this */
background:#ffffff;
border:1px solid #cccccc;
color: #000;
}
#over_message{
text-align:center; 
padding:5px 20px;}

#over_container.over_3{
background:#ffffff;
border:1px solid #FF8080;}

button::-moz-focus-inner,input[type="button"]::-moz-focus-inner
{
    border:none;
    outline:none;
}