#popup_container {
	/*font-family: Calibri;*/
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 1px #d95450;
	color: #000;
}

#popup_title 
{
	background-color: #d95450;  
	font-size: 14px;
	font-weight: 100;
	text-align: left;
	/*font-family:Calibri;*/
	line-height: 1.75em;
	color: #fff;
	cursor: default;
	padding: 0em;
	margin: 0em;
	padding-left:10px;
}

#popup_content {
	/*background: 16px 16px no-repeat url(images/info.gif);*/
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.success {
/*	background-image: url(images/success_icon.gif);*/
}


#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-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_ok, #popup_cancel
{
    cursor: pointer;  
    width:74px;
    height:31px;
}


#popup_container.success{border: solid 1px #a9a9aa;}
div.success #popup_title{background:#6D696A;}
div.success .primary{background: #0194A8;
border: solid 1px rgba(255, 255, 255, 0.99);

color:White;
display: inline-block;
margin-bottom: 0;
text-align: center;
vertical-align: middle;

border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
}

#popup_container.alert{border: solid 1px #ff0000;}
div.alert #popup_title{background:#ff0000;}
div.alert .primary{background:#ff0000;border: solid 1px #ff0000;}

#popup_container.confirm{border: solid 1px #f6a043;}
div.confirm #popup_title{background:#f6a043;}
div.confirm .primary{background:#f6a043;border: solid 1px #f6a043;}

