#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 360px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.75em;
	color:#333;
	text-transform:uppercase;
	cursor: default;
	padding: 5px 1.75em;
	margin: 0em;
	border-bottom:1px solid #eee;
}

#popup_content {
	xbackground: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em 0.5em 1.75em;
	margin: 0em;
}

#popup_content .popup_input {
	width: 100%;
	margin:2px 0;
	padding:3px 5px;
	border:1px solid #CCCCCC;
	border-radius:2px;
}

#popup_content .popup_input_title {
	color:grey;
	font-size:95%;
}

#popup_content.alert {
	xbackground-image: url(images/info.gif);
}

#popup_content.confirm {
	xbackground-image: url(images/important.gif);
}

#popup_content.prompt {
	xbackground-image: url(images/help.gif);
}

#popup_message {
	xpadding-left: 48px;
}

#popup_panel {
	text-align: right;
	margin: 2em 0em 0em 1em;
}

#popup_panel input {
	background:#3097d1;
	color:white; 
	border:none; 
	margin:0 3px; 
	padding:5px 15px; 
	border-radius:3px; 
	cursor:pointer;
}

#popup_panel #popup_cancel {
	color:#3097d1;
	border:0;
	background:white;
}

#popup_panel button {
	margin-top:3px;
	margin-left:3px;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_panel hr {
	margin:5px;
}

#popup_footer {
	background-color: #5A5A5A;text-align: center;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px; padding:3px;
}

#popup_footer button {
	background: none;border: none;color: white;font-size: 90%;
}