#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 800px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 2px #802f57;
	color: #802f57;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 16px;
	text-align: center;
	line-height: 1.75em;
	color: #802f57;
	background-color: #f8d5e4;
	cursor: default;
	padding: 0em;	
    border: 1px solid #802f57;
    border-radius: 3px;
    margin: 5px 10px 0 10px;
}

#popup_content {
	/*
	background: 16px 16px no-repeat url(images/info.gif);*/
	text-align: center;
	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 {
	text-align: center;
	/*padding-left: 48px;*/
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

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

#popup_container INPUT[type='button'] {
	font-size: 16px;
	text-align: center;
	line-height: 1.75em;
	color: #802f57;
	background-color: #f8d5e4;
	cursor: pointer;
	padding: 0em;	
    border: 1px solid #802f57;
    border-radius: 3px;
    margin: 0px 5px 0 5px;
}

#popup_container INPUT[type='button']:hover {
	border: outset 1px #802f57;
}