#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 487px; /* Dialog will be no smaller than this */
	height: 142px; /* Dialog will wrap after this width */
}

#popup_title {
	/*font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;*/
	cursor: pointer;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}


#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
}
#popup_panel #popup_ok{
background-color:#fff;
}
#popup_prompt {
	margin: .5em 0em;
}

