#popup_container {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 1.1em;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	/*background: #FFF;*/
    background: #fcfdfd url("../img/flick/ui-bg_inset-hard_100_fcfdfd_1x100.png") repeat-x scroll 50% bottom;
	border: solid 1px #a6c9e2;
    border-radius: 3px;
    padding: 2px;
	color: #222;
    line-height: 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #fff;
	/*background: #CCC top repeat-x;*/
    background: #5c9ccc url("../img/flick/ui-bg_gloss-wave_55_5c9ccc_500x100.png") repeat-x scroll 50% 50%;
	border: solid 1px #4297d7;
    border-radius: 3px;
	border-bottom: solid 1px #4297d7;
	cursor: default;
	padding: 0.4em 1em;
	margin: 0em;
}

#popup_content {	
	padding: 1em 1.75em;
	margin: 0em;
}

/*#popup_content.alert {
	background-image: url(images/info.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;
}
textarea#popup_prompt {
    width: 200px;
}

