.popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	max-width: 458px;
    min-width: 400px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #535E7D;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.popup_title {/*
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
	background: url("/wp-content/themes/sprinter/images/bt1.jpg") repeat scroll 0 0 transparent;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;*/
	 background-color:#116396;
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.75em;
    margin-bottom: 18px;
    margin-left: -20px;
    margin-top: -10px;
    padding: 0;
    text-align: center;
    width: 540px;
    border-radius: 15px 15px 0 0;
}

.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 {
	color: #333333;
    font-size: 14px;
    line-height: 18px;
    padding-left: 28px;
    padding-right: 13px;
}
.popup_message p{
	margin-bottom:5px;
	color:#116396;
}
.popup_message p span{
	font-weight:bold;
}
.popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

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