#popup_container {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: 4px #3366CC solid;
	color: #000;
	text-align: left;
	
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px; 
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFF;
	text-align: left;
	background: #3366CC;
	cursor: default;
	padding: 2px 0 0 10px;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../img/alert/Info.png);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alertErro {
	background-image: url(../img/alert/Errorshield.png);
}

#popup_content.alertOk {
	background-image: url(../img/alert/Goodshield.png);
}

#popup_content.alert {
	background-image: url(../img/alert/Warning.png);
}

#popup_content.confirm {
	background-image: url(../img/alert/Questionshield.png);
}

#popup_content.prompt {
	background-image: url(../img/alert/Questionshield.png);
}

#popup_message {
	padding-left: 48px;
}

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

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

#popup_ok {
	background:#ddd url('../img/bg-btn.gif') repeat-x 0 0;
	font-family:Arial, "Lucida Grande", sans-serif;
	font-size:1em;
	font-weight: bold;
	width:auto;
	margin:0;
	overflow:visible;
	padding:4px 8px 4px;
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	border-bottom-color:#bbb;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#000;
	text-shadow:1px 1px 0 #fff;
	cursor:pointer;
}

#popup_cancel {
	background:#ddd url('../img/bg-btn.gif') repeat-x 0 0;
	font-family:Arial, "Lucida Grande", sans-serif;
	font-size:1em;
	font-weight: bold;
	width:auto;
	margin:0;
	overflow:visible;
	padding:4px 8px 4px;
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	border-bottom-color:#bbb;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color:#000;
	text-shadow:1px 1px 0 #fff;
	cursor:pointer;
}