/* ----------------------------------------- */
/* EXCOMMERCE: CONTROLLO UPLOAD IMMAGINI     */
/* ----------------------------------------- */

/* TABELLA PER l'UPLOAD DELLE IMMAGINI */
.CtlImgUplTbl
{
}

/* CHECKLIST PARAMETRI ADMIN */
.CtlImgUplTd
{
	font-family : Arial, Times New Roman, Times, serif; 
	font-size: 10px;
}

/* TEXTBOX PER IL CARICAMENTO DELLE IMMAGINI */
.CtlImgUplTextBox
{
	font-family : Garamond, Times New Roman, Times, serif; 
	border: #8B0000 1px solid;
	font-size: 14px;
	color: black;
	background-color: white;
	text-align: left;
	width: 100%;
}

/* ANTEPRIMA DI IMMAGINA */
.CtlImgUplImage
{
	border: 1px solid #8B0000;
}

/* ERRORE NEL CARICAMENTO DELL'IMMAGINE */
.CtlImgUplError
{
	font-family : Garamond, Times New Roman, Times, serif; 
	font-size: 14px;
	color: Red;
	font-weight: bold;
}

