#popup_container {
	display:none;
	text-align:left;
	font-size: 12px;
	width: 364px; 
	background: #fff;
	border: solid 3px #1FD3EC;
	color: #000;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
}
#popup_container p {
	margin:0;
}
#popup_title {
	display:none;
}
#popup_message {
	padding: 15px 15px 0 15px;
}
#popup_panel {
	text-align: left;
	padding-left:15px;
}
#popup_container input {
	padding:3px;
	margin-top:20px;
	margin-right:10px;
}
#popup_ok, #popup_cancel {
	float: right;
}
#popup_waiting {
	margin-top:10px;
	text-align:center;
	height:50px;
	background: url('../images/grafica/loader.gif') no-repeat center top;
}