#popup_container {
	position: absolute;
	left: -10px;
	top: 10px;
	min-width: 320px;
	z-index: 100;
	/*
	padding:10px 20px;
	z-index:90;
	background:#f2f2f2;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f8f8f8), to(#e5e5e5));
	background: -moz-linear-gradient(#f8f8f8, #e5e5e5);
	background: linear-gradient(#f8f8f8, #e5e5e5);
	-pie-background: linear-gradient(#f8f8f8, #e5e5e5);	
	-moz-box-shadow:0 1px 3px #999;
	-khtml-box-shadow:0 1px 3px #999;
	-webkit-box-shadow:0 1px 3px #999;
	box-shadow:0 1px 3px #999;*/
	background: #eee;
	border: 1px solid #fff;
	box-shadow: 0px 3px 7px #333;
	-moz-box-shadow: 0px 3px 7px #333;
	-webkit-box-shadow: 0px 3px 7px #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	max-width: 75%;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	text-align: center;
	line-height: 1.75em;
	color: #333;
	background-color: #ddd;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em 1em;
	margin: 0em;
	height: 25px;
	white-space: nowrap;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {}
#popup_content.confirm {}
#popup_content.prompt {}
#popup_message {text-align: center;}

#popup_panel {
	text-align: center;
	margin: 0em 0em 0em 0em;
}

#popup_prompt {
	border: 1px solid #AAAAAA;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0 1px 0 #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px;
	width: 180px;
}

input[type="button"] {
	border: 1px solid #bbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
	background: -moz-linear-gradient(100% 100% 90deg, #eee, #d5d5d5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#d5d5d5) );
	background: -webkit-linear-gradient(#eee, #d5d5d5);
	background: -o-linear-gradient(#eee, #d5d5d5);
	color: #232d3d;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
	margin: 0 3px;
	text-shadow: 0px 1px 0px #fff;
	cursor: pointer;
	box-shadow: 0px 1px 2px #ccc;
	-moz-box-shadow: 0px 1px 2px #ccc;
	-webkit-box-shadow: 0px 1px 2px #ccc;
}

input[type="button"]:hover {color: #d85054;}

input[type="button"] {
	margin: 20px 10px 0px 10px;
	text-align: center;
}