#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 5px #fff;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
        background: #be5959;
	border: solid 1px #FFF;
	border-bottom: solid 2px #8c2929;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_title_gray {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
        background: #555;
	border: solid 1px #FFF;
	border-bottom: solid 2px #222;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#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_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_container iframe {
    border: none;
}

/* -------- S T Y L E S ------------------------------------------- */

#popup_message table { width: 350px; }
#popup_message ul { margin: 0; padding: 0; }
#popup_message li { list-style-type: disc; margin-left: 40px; margin-top: 10px; }
#popup_message span.red { color: #bb0000; }
#popup_message span.bold { font-weight: bold; }
#popup_message a { color: #666; text-decoration: none; }
#popup_message tr { border-bottom: 1px dotted #bbb; }
#popup_message td { padding-bottom: 5px; padding-top: 5px; }
#popup_message td:first-child { width: 150px; }
#popup_message td:last-child { border-left: 1px solid #eee; padding-left: 7px; }
#popup_message td.naam { float: left; }
#popup_message td.link { float: left; }
#popup_message td.taal { float: right; min-width: 100px; }
#popup_message h1 { font-size: 16px; font-weight: bold; margin: 10px 0; color: #999; }