.errorbox {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #a9bb4f;
	background-color: #F4F8DD;
	text-align: center;
	padding: 15px;
/*
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A9BB4F;
	border-bottom-color: #A9BB4F;
*/
}
.msgbox {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #a9bb4f;
	background-color: #F4F8DD;
	text-align: center;
	padding: 15px;
/*
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A9BB4F;
	border-bottom-color: #A9BB4F;
*/
}
.jsHide {
	display: none;
}

#error {
	text-align: center;
	padding-top: 3px;
}
#error p{
	margin: 2px;
	text-align: center;
	color: #44B97B;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}
.inContErrorVerde {
	margin: 2px;
	text-align: center;
	color: #44B97B;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}
.inContError {
	margin: 2px;
	text-align: center;
	color: #5968B2;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

#error textarea{
	text-align: center;
	color: #44B97B;
	font-weight: bold;
	font-style: italic;
	border: 0px;
	background-color: #F4F8DD;
	font-size: 12px;
}

#spanSWFUploadButton {
	display: inline;
}

#divStatus {
	display: inline;
	margin:5px 0 0 10px;
	position:relative;
	top:3px;
}

div.fieldset {
	border:  1px solid #afe14c;
	margin: 25px 0;
	padding: 4px;
}

div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -13px;
	left: 5px;
	font: 700 12px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 302px;
	margin: 5px 5px;
	border-color: #C1D82F;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

.progressWrapper {
	width: 302px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #C1D82F;
	background-color: #F7FBDE;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 263px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 15px;
	margin-top: 2px;
	background-color: transparent;
	background-image: url(../images/progressBar.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 267px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}


.memAdded {
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	height: 290px;
	width: 150px;
	overflow-y: auto;
}
.memAdded p {
	margin: 0px;
}


/* OTROS */
.footerCommentRollNF{
	color: #FFFFFF;
	background-color: #5568AD;
	height: 24px;
	padding-top: 7px;
	padding-left: 10px;
	font-size: 11px;
}

.footerCommentRollNF a {
	color: #FFFFFF;
}
.footerCommentRollNF a:hover {
	color: #FFFFFF;
}

