#AlertMsgoverlay{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .75;
	filter: alpha(opacity=15);
	-moz-opacity: .15;
	z-index: 101;
	display: none;
}

#popup_container {
	font-size: 14px;
	display: none;
	width: 300px; 
	background: #FFF;
	color: #000;
	line-height:22px;	
	box-shadow: 1px 1px 3px #000;
	position: fixed;
	left: 50%;
	top:50%;
	margin-top:-115px;
	margin-left: -150px;
	z-index: 1000;
}
#popup_container a:link {
	color:#f25127;
	text-decoration:underline;
}
#popup_container a:visited {
	color:#f25127;
	text-decoration:underline;
}
#popup_container a:hover {
	color:#f25127;
	text-decoration:none;
}
#popup_title {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 35px;
	color: #FFFFFF;
	background: #E56240;
	cursor: default;
	padding: 0px 15px;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#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: 0px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_panel input[type=button]{
	border:none;
	padding:2% 5%;
	color:#FFFFFF;
	background:#F25127;
	font-weight:bold;
	font-size:1.4em;
	cursor:pointer;
	text-transform:uppercase;
	font-family:"calibri";
}
#popup_panel input[type=button]:hover {
	background:#272624;
}