/* alerts */
#popup_container {
font-size:13px;
min-width:300px;
max-width:600px;
*max-width:310px;
background:#FFF;
border:1px solid #dedede;
color:#000;
overflow:hidden;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
box-shadow:0 0 8px rgba(0,0,0,0.15); -moz-box-shadow:0 0 8px rgba(0,0,0,0.15); -webkit-box-shadow:0 0 8px rgba(0,0,0,0.15);
}

#popup_title {
font-size:17px;
text-align:center;
line-height:36px;
height:38px;
color:white;
background:url(images/bg_lastmenu.png) 0 0 repeat-x;
cursor:default;
margin:0;
padding:0;
text-shadow:0 1px 1px #999;
overflow:hidden; 
width:100%;
*text-indent:25%;
}

#popup_overlay{
	background:#fff !important;
	opacity:0.7 !important;
	-moz-opacity:0.7 !important;	
	-webkit-opacity:0.7 !important;	
	-ms-filter:alpha(opacity="70");	
	filter:alpha(opacity="70");
}

#popup_content {
margin:0;
padding:1em 1.75em
}

#popup_content.alert {
/*background-image:url(images/info.gif)*/
}

#popup_content.confirm {
/*background-image:url(images/important.gif)*/
}

#popup_content.prompt {
/*background-image:url(images/help.gif)*/
}

#popup_message {
padding-left: 30px ;
text-align:left;
color:#222;
}

#popup_panel {
text-align:center;
margin:1em 0 0;
}

#popup_prompt {
margin:.5em 0
}

#popup_ok{
	background:url(images/bg_lastmenu.png) 0 0 repeat-x; 
	display:inline-block; 
	color:#fff; 
	outline:0 none; 
	border:0 none; 
	cursor:pointer; 
	height:30px; 
	line-height:28px; 
	padding:0 16px;
	outline:0 none;
}

#popup_ok:hover{
	background-position: left -105px;
}

#popup_cancel{
	background:#cecece; 
	display:inline-block; 
	color:#222; 
	outline:0 none; 
	border:0 none; 
	cursor:pointer; 
	height:30px; 
	line-height:28px; 
	padding:0 16px;
	outline:0 none;
}