#popup_container {
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 14px;
	/*min-width: 30%;*/ /* Dialog will be no smaller than this */
	max-width: 30%; /* Dialog will wrap after this width */
	background: #FFF;
	border-left: solid 3px #A41E71;
	border-right: solid 3px #A41E71;
	border-bottom: solid 3px #A41E71;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	letter-spacing:2px;
	opacity:0.97;
}

#popup_ok, #popup_cancel{
	background: url(../img/button_bg9.png);
	color:white;
	border-radius:3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:none;
	padding:3px 6px;
	margin:0px 3px;
	width:70px;
}

#popup_title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: white;
	/*background: #CCC url(images/title.gif) top repeat-x;*/
	/*background-color: #D83876;*/
	background: -webkit-linear-gradient(left, #A41E71, #DB3675, #A41E71); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #A41E71, #DB3675, #A41E71); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #A41E71, #DB3675, #A41E71); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #A41E71, #DB3675, #A41E71); /* Standard syntax (must be last) */
	/*border: solid 1px #FFF;*/
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
/*	background: 16px 16px no-repeat url(images/info.gif);*/
	padding: 1em 1.75em;
	margin: 0em;
	/*background-color: #4E4E58;*/
	background: -webkit-linear-gradient(  #4E4E58, #272734); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(  #4E4E58, #272734); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(  #4E4E58, #272734); /* For Firefox 3.6 to 15 */
    background: linear-gradient(  #4E4E58, #272734); /* Standard syntax (must be last) */
}

#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;*/
	text-align:center;
	color:white;
}

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

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