/* @override http://localhost:8888/css/jquery.alerts.css */

#popup_container {
	font-family: "Trebuchet MS", Times, serif;
	font-size: 11px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFC85D;
	border: 1px solid #8E1832;
	color: #231f20;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #8E1832;
	background: #FFC85D;
	/*border: solid 1px #FFF;
	border-bottom: solid 1px #999;*/
	cursor: default;
	padding: 0em;
	margin: 0em;
	display:none;
}

#popup_content {
/*	background: 16px 16px no-repeat url(../img/info.gif);*/
	padding: 1em 1.75em;
	margin: 0em;
	font-weight: bold;
	color: #8E1832;
}

#popup_content.alert {
/*	background-image: url(../img/info.gif);*/
}

#popup_content.confirm {
/*	background-image: url(../img/important.gif);*/
}

#popup_content.prompt {
	/*background-image: url(../img/help.gif);*/
}

#popup_message {
	/*padding-left: 48px;*/
	text-align: center;
}

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

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

input#popup_ok {
/*	background:#b7b286;
	width:auto;
	border:1px solid #eadb97;
	color:#FFF;
*/
	background:#901c13;
	color:#FFF;
	width:auto;
	border-width:1px 0 0 1px;
	border-color:#ff402c;
	border-width:1px;
	font-size:10px;
	font-weight:bold;
	padding:2px 2px;
	font-family:"Trebuchet MS",Times,serif;
	}

}