#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: #FFF;
	border: solid 2px #815C87;
	color: #838383;

}

#popup_title {
	height: 30px;
	line-height: 30px;
	color: white;
	font-family: HelveticaNeueLTStdBdCn;
	background: #815C87;
	display: block;
	width: 100%;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
#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;
}
*/
#popup_ok {
	position: relative;
	height: 30px;
	line-height: 30px;
	color: white;
	font-family: HelveticaNeueBoldCond;
	background: #815C87;
	margin-right: 10px;
	padding: 0 10px;
	font-size: 13px;
	border:0;
	cursor: pointer;
}
#popup_cancel {
	background: #E4418B; 
	position: relative;
	height: 30px;
	line-height: 30px;
	color: white;
	font-family: HelveticaNeueBoldCond;	
	margin-right: 10px;
	padding: 0 10px;
	font-size: 13px;
	border:0;
	cursor: pointer;
}
#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}