#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #5E5E5E;
	border: solid 1px #5E5E5E;
	color:#FFFFFF;
	z-index:999999 !important;
	border:1px solid #888888;
	}

#popup_title {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding:3px 0px 3px 5px !important; 
	color: #fff;
	cursor: default;
	margin-left:10px;
	background-color:#5E5E5E;
	height:auto;
}

#popup_content {	
	padding: 11px 20px;
	margin: 0px;
	background-color:#FFFFFF;
}


#popup_message {
	
	color:#000;
	_padding-left:6px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
	outline:none;
	
}
input { outline:none;}

#popup_prompt {
	margin: .5em 0em;
}