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

#popup_container {
	font-size: 12px;
	min-width: 200px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #ff0018;
	border: 0px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px #ccc;
    -moz-box-shadow: 0px 3px 5px 0px #ccc;
    box-shadow: 0px 3px 5px 0px #ccc;
	
}

#popup_title {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
	background: #6a7989;
	/*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: #333;
}

#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;
	color: #fff;

}

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

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

input#popup_ok {
	background:#333;
	color:#FFF;
	width:auto;
	border-width:0px;
	border-color:#ff402c;
	border-width:0px;
	font-size:11px;
	font-weight:bold;
	padding:2px 2px;
	font-family:"Trebuchet MS",Times,serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
	}

input#popup_ok:hover {
	color:#333;
	background: #FFF;
	cursor: pointer;
}