#popup_container {
	
	font-size: 12px;
	min-width: auto; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #0099CC;
	height:auto;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow:0 0 5px #fff;

}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #333333;;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	height:22px;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url('../images/info.gif');
	padding: 1em 1.75em;
	margin: 0em;
}

#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: 48px;*/ text-align:center; font-size:18px; margin-top:8px;
}

#popup_panel {
	text-align: center;
	margin: 30px 0em 12px 1em;
}

#popup_prompt {
	margin: .5em 0em;
}


#popup_ok {
    background-color: #fff;
    border: medium none;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    
	color:#000000;
}
#popup_cancel{
	 background-color: #fff;
    border: medium none;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
   padding: 5px;
	color:#000000;
	
}