#popup_container {
	font: 13px Tahoma;
	min-width: 250px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #f9f9f9;
	border: solid 4px #d2d2d2;
	color: #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#popup_container input[type=button]{
	font:13px Tahoma;
	padding: 2px 8px;
}
#popup_title {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	color: #fff;
	/*background: #fff url(images/title.gif) top repeat-x;*/
	background: #999999;
	/*border: solid 1px #96bc2f;
	border-bottom: solid 1px #96bc2f;*/
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	/*background: 16px 16px no-repeat url(images/info.gif);*/
	padding: 1.5em 1.75em 0.75em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	/*background-image: url(images/info.png);*/
}

#popup_content.confirm {
	/*background-image: url(images/important.png);*/
}

#popup_content.prompt {
	/*background-image: url(images/help.png);*/
}

#popup_message {
	text-align:center;
	/*padding-left: 48px;*/
}

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

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

#popup_ok, #popup_cancel{
	color:#000;
	font:13px Tahoma !important;
	outline:none;
	cursor:pointer;
	border:solid 1px #ddd;
	background:#ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-top:1.0em;
}
#popup_ok:hover, #popup_cancel:hover{
	background:#b4cb58;
}