#popup_container {
	background: rgb(255, 255, 255); border-radius: 5px; border: 5px solid rgb(153, 153, 153); border-image: none; color: rgb(51, 51, 51); font-family: FonteMPTDigital, Verdana, "Bitstream Vera Sans", "DejaVu Sans", "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif; font-size: 12px; min-width: 300px; max-width: 600px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
}
#popup_title {
	background: url("images/title.gif") repeat-x 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; border-image: none; 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.png") no-repeat 16px 16px; margin: 0em; padding: 1em 1.75em;
}
.info#popup_content {
	background-image: url("images/info.png");
}
.error#popup_content {
	background-image: url("images/error.png");
}
.warning#popup_content {
	background-image: url("images/warning.png");
}
.question#popup_content {
	background-image: url("images/question.png");
}
#popup_message {
	padding-left: 48px;
}
#popup_panel {
	margin: 1em 0em 0em 1em; text-align: center;
}
#popup_prompt {
	margin: 0.5em 0em;
}
