/* Better Prompt BBCodes CSS
---------------------------------------- */

#popup_container {
	background-color: #ffffff;
	/* font-family: Arial, sans-serif; */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	/* font-size: 12px; */
	font-size: 1.1em;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	/* color: #000000; */
	color: #444444;
	/* border: 5px solid #999; */
	border: 5px solid #12a3eb;
	/* border-radius: 5px; */
	border-radius: 11px;
	padding: 5px;
	box-shadow: 2px 2px 4px #555;
	font-weight: bold;
}

#popup_title {
	background-color: #e8e9e9;
	background-image: -moz-linear-gradient(top, #e8e9e9 0%, #d0d0d0 98%);
	background-image: -webkit-linear-gradient(top, #e8e9e9 0%,#d0d0d0 98%);
	background-image: linear-gradient(to bottom, #e8e9e9 0%,#d0d0d0 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9e9', endColorstr='#d0d0d0',GradientType=0 );
	/* font-size: 14px; */
	font-size: 1.4em;
	/* font-weight: bold; */
	text-align: center;
	line-height: 1.75em;
	/* color: #666; */
	color: #444444;
	/* border-bottom: 1px solid #3a3636; */
	padding: 0;
	/* margin: 0; */
	margin: 0 0 3px;
}

#popup_content {
	/* background-color: #EEF5F9; */ /* Old browsers */ /* FF3.6+ */
	background-color: #eeeeee;
	/* background-image: -webkit-linear-gradient(top, #D2E0EB 0%, #EEF5F9 100%);
	background-image: linear-gradient(to bottom, #D2E0EB 0%,#EEF5F9 100%); */ /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D2E0EB', endColorstr='#EEF5F9',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
	/* background-position: 12px 33%; */
	padding: 1em 1.75em;
	margin: 0;
}

#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; */
	text-align: center;
}

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

#popup_panel input {
	font-weight: bold;
}

#popup_prompt {
	/* border: 1px solid #000000;
	border-radius: 5px; */
	margin: 0.5em 0;
}
