@charset "UTF-8";
/* CSS Document */

/* ______________ LAYOUT ______________ */


.formrow {
	position: relative;
	width: 710px;
	height: 57px;
}

.formrowsx, .formrowdx {
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	height: 57px;
}
	
.formrowdx {
	left: 366px;
}

.colonna2 {
	left: 246px;
	width: 224px;
}

.colonna3 {
	left: 492px;
	width: 224px;
}

.formrowsingle {
	position: absolute;
	top: 0;
	left: 0;
	width: 716px;
	height: 57px;
}

.formrow2col {
	position: relative;
	width: 716px;
	height: 177px;
}

.margintop24 {
	margin-top: 24px;
}

.formrowtextarea {
	position: absolute;
	top: 0;
	left: 0;
	width: 716px;
	height: 177px;
}


/* ______________ FORM STYLES ______________ */


label {
	display: block;
	height: 21px;
	font: bold 14px/14px Arial, Helvetica, sans-serif;
	letter-spacing: -0.03em;
}

input {
/*	display: block; */
	width: 342px;
	height: 24px;
	border: 1px solid #d5d5d5;
	margin-bottom: 10px;
}

.formrowsingle input {
	display: block;
	width: 708px;
	height: 24px;
	border: 1px solid #d5d5d5;
	margin-bottom: 10px;
}

input#purchasemonth {
	display: inline;
	text-align: center;
	width: 32px;
	margin-right: 8px;
}

input#purchaseyear {
	display: inline;
	text-align: center;
	width: 46px;
}

input#productionlotn1, input#productionlotn2, input#productionlotn3 {
	display: inline;
	text-align: center;
	width: 24px;
	margin-right: 8px;
}

textarea {
	display: block;
	width: 710px;
	height: 146px;
	border: 1px solid #d5d5d5;
	margin-bottom: 10px;
	overflow: auto;
}

.text {
	font: normal 14px/14px Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #fff;
	padding: auto 10px auto 10px;
}


/* ______________ INPUT FILE BROWSE ______________ */


div.buttonscontainer input {
	width: auto;
	height: 23px;
	border: none;
	margin-bottom: 0;
}


/* ______________ TIPO CONTENUTO ______________ */


#contenttype {
	width: 710px;
	padding: 18px 0 10px 0;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 6px;
	margin-top: 24px;
	border-top: 1px solid #d5d5d5;
}

#contenttype p {
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	color: #333;
}

#contenttype div.formrow {
	margin-top: 24px;
}

#contenttype input {
	display: inline;
	width: 15px;
	height: 15px;
	border: none;
}

/* ______________ CLAUSOLE ______________ */


#clausole {
	width: 710px; /* RIGA AGGIUNTA */
	padding: 12px 0 24px 0;
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 6px;
}

#clausole p {
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	color: #333;
}

#clausole p.checkline span {
	vertical-align: top;
	color: #900;
}

#clausole input {
	display: inline;
	width: 15px;
	height: 15px;
	border: none;
	margin: 0 10px 0 0;
}

/* gestione errori di validazione */

input.error {
      border: 1px solid #900;
}

textarea.error {
      border: 1px solid #900;
}

#errorList label {
      color:#900;
      font-size:12px;
      font-style:italic;
      font-weight:normal;
}