#popup_container {
	background: rgb(255, 255, 255); border-radius: 5px; border: 5px solid rgb(153, 153, 153); color: rgb(0, 0, 0); font-family: Arial, sans-serif; font-size: 12px; min-width: 300px; max-width: 600px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#popup_title {
	background: url("images/title.gif") repeat-x 50% top rgb(204, 204, 204); border-width: 1px; border-style: solid; border-color: rgb(255, 255, 255) rgb(255, 255, 255) rgb(153, 153, 153); margin: 0em; padding: 0em; text-align: center; color: rgb(102, 102, 102); line-height: 1.75em; font-size: 14px; font-weight: bold; cursor: default;
}
#popup_content {
	background: url("images/info.gif") no-repeat 16px 16px; margin: 0em; padding: 1em 1.75em;
}
.alert#popup_content {
	background-image: url("images/info.gif");
}
.confirm#popup_content {
	background-image: url("images/important.gif");
}
.prompt#popup_content {
	background-image: url("images/help.gif");
}
#popup_message {
	padding-left: 48px;
}
#popup_panel {
	margin: 1em 0em 0em 1em; text-align: center;
}
#popup_prompt {
	margin: 0.5em 0em;
}
