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

#popup_container {
	background-color: #ffffff;
	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 */
	color: #000000;
	border: 5px solid #999;
	border-radius: 5px;
}

#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-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	border-bottom: 1px solid #3a3636;
	padding: 0;
	margin: 0;
}

#popup_content {
	background-color: #EEF5F9; /* Old browsers */ /* FF3.6+ */
	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 */
	padding: 8px;
	text-align: center;
}

#popup_panel {
	margin: 0.5em 0 .5em 0;
}

#popup_prompt {
	border: 1px solid #000000;
	border-radius: 5px;
	margin: 0.5em 0;
	width: 250px !important;
}
