/* validazione dei form */
input {
	border: 1px solid #939393;
}
select {
	border: 1px solid #939393;
}
input.required, textarea.required {
	border: 1px solid #939393;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #F36E22;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #939393;
	color : #000;
}
.validation-advice {
	margin: 2px 0;
	padding: 5px;
	background-color: #C10000;
	color : #FFF;
	font-size: 12px;
	font-stretch:wider;
	font-weight: bold;
	width:290px;
}
.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C10000;
	color : #FFF;
	font-size: 12px;
	font-stretch:wider;
	font-weight: bold;
}
#dhtmlgoodies_slideshow{
	width:620px;	/* Total width of slideshow */
	margin-top: 6px;
	margin-bottom: 6px;
	}
	
#previewPane{
	vertical-align:top;
	/* CSS HACK */
	float:left;
	width:470px;
	}
#waitMessage{
		display:none;
		position:absolute;
		left:400px;
		top:350px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
	float:right;	/* Floating */
	display: block;
	color: #00000;
	
	/* CSS HACK */
	width: 140px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	width/* */:/**/140px;	/* Other browsers */
	width: /**/140px;
	height: 310px; 
	height/* */:/**/310px
	border:2px solid #00000;
	margin-right: 1px;
		
	}
#galleryContainer #arrow_down{	/* Arrow down image */
	height:39px;
	}
#galleryContainer #arrow_up{
	height:39px;	/* Arrow up image */
	}
	
#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:240px;	/* Height of boxes for the images */
	}
#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=100);	/* Transparency - IE */
		opacity:1; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		
	}
#theImages .imageCaption{
		display:none;
	}

.btn_gray_big {
	display:block;
	height:23px;
	float:left;
	background:transparent url(/img3/btn_gray_big_right.gif) no-repeat 100% 0;
	font-size:14px;
	font-weight:bold;
	padding-right:3px;
	line-height:22px;
	text-decoration:none;
	}
.btn_gray_big:hover {
	color:#FFFF00;
	}
.btn_gray_big span {
	height:23px;
	display:block;
	padding:0 17px 0 25px;
	background:transparent url(/img3/btn_gray_big_left.gif) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
    }
.btn_gray_big span:hover {
	display:block;
	padding:0 17px 0 25px;
	color:#FFFF00;
	text-decoration:none;
	cursor:pointer;
    }
.submit_info {
	border:1px solid; 
	border-color:#D1D1D1; 
	background-image:url(/img3/btn_submit.gif); 
	background-repeat:no-repeat; 
	height:36px; 
	width:177px;
	color:#FFFFFF; 
	font-size:14px; 
	font-weight:bold; 
	cursor:pointer;
}