

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	z-index:100;
	width: 500px; 
	height:280px;
	background: #FFF;
	top:50;
	left:50;
	
}



#popup_title {
	
}

#popup_content {
	z-index:100;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}


#popup_content.confirm {
	width: 500px; 
	height:280px;
	z-index:100;

	background-image: url(../images/redirect.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}


#popup_message {
text-align:center;

	width:480px;
	height:50px;
	left:10px;
	top:160px;
	position:relative;
	font-weight:blod;
	color:#666699;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_ok{
	border:0;
		width:73px;
		height:25px;
	background-image: url(../images/redirect_yes.gif);

	position:relative;
		left:-10px;
	top:180px;
}
#popup_cancel{
	border:0;
		width:73px;
		height:25px;
	background-image: url(../images/redirect_no.gif);

	position:relative;
		left:-10px;
	top:180px;
}