#popup_container {
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-size: 13px;
	min-width: 420px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
    border: 1px solid #fff; /* ** border: solid 5px #999;*/
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	/*background:  #CCC url(../img/missatges/title.gif) top repeat-x;*/
	border: solid 1px #FFF;
	border-bottom: solid 1px #e5e5e5;
	cursor: default;
	padding: 0em;
    padding-left: 10px;
	margin: 0em;
}
#popup_title_text {
	font-size: 15px;
	/*font-weight: bold;*/
	text-align: left;
	line-height: 0.75em;
	color: #666;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}
#popup_title_number {
	font-size: 9px;
	text-align: right;
	line-height: 0.75em;
	color: #666;
	cursor: default;
	padding: 0em;
    padding-right: 5px;
	margin: 0em;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
}

#popup_content {
	background: 16px 16px no-repeat url(../img/missatges/info.png);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../img/missatges/error.png);
}

#popup_content.confirm {
	background-image: url(../img/missatges/warning.png);
}

#popup_content.prompt {
	background-image: url(../img/missatges/help.gif);
}

#popup_content.info {
	background-image: url(../img/missatges/info.png);
}

#popup_content.warning {
	background-image: url(../img/missatges/warning.png);
}

#popup_content.error {
	background-image: url(../img/missatges/error.png);
}


#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 2.5em 0em 0em 1.5em;
}

#popup_prompt {
	margin: .5em 0em;
}
#popup_message2 {
	padding-left: 15px;
}

#popup_content2 {
	background: 16px 16px no-repeat url(../img/missatges/help.gif);
	padding: 0 0.75em;
	margin: 0em;
}

/* ---------------------------------------------------------------------- */
/* ---- POPUP DE CARREGA DE FITXERS                                       */
/* ---------------------------------------------------------------------- */
#popup_containerFit {
    font-family: "Open Sans",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: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_titleFit {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../img/missatges/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
    padding-left: 10px;
	margin: 0em;
}
/* ---------------------------------------------------------------------- */
#popup_containerFitGD {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 680px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_titleFitGD {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../img/missatges/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
    padding-left: 10px;
	margin: 0em;
}
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
