#DIVinfo{
	position: relative;
	width: 278px;
	background-color: #f4f8e6;
	border: 1px solid #96bf0e;
	margin-top: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #344018;
}

#DIVinfo #infoback{
	position: absolute;
	background-color: #FFFFFF;
	border-left: 1px solid #96bf0e;
	border-right: 1px solid #96bf0e;
	border-bottom: 1px solid #96bf0e;
	border-top: 0px solid #FFFFFF;
	top: -1px;
	left: 5px;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	color: rgba(255,255,255,0);
	padding-left: 5px;
	padding-right: 5px;
	line-height: 10px;
}

#DIVinfo #infotitolo{
	position: relative;
	top: -18px;
	left: 5px;
}

TABLE.infoform{
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -10px;
}

.infoform INPUT, .infoform SELECT, .infoform TEXTAREA{
	border: 1px solid #aaae9c;
	font-size: 11px;
	color: #004857;
}

TABLE.contform{
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: 'Open Sans', sans-serif;
	color: #999999;
	margin-top: 20px;
	margin-bottom: 0px;
	border: 1px solid #a6dcf2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-weight: bold;
}

.contform INPUT, .contform SELECT, .contform TEXTAREA{
	border: 1px solid #aaae9c;
	font-size: 11px;
	color: #cc6699;
}

INPUT.button {
	background-color: #cc6699;
	color: white;
	font-weight: bold;
	border: 2px solid white;
	width: 80px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
   -webkit-appearance: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

INPUT.button:hover {
	cursor: pointer;
	background-color: white;
	color: #cc6699;
	border: 2px solid #cc6699;
}

.form_long, .contform SELECT{
	width: 266px;
}

.form_short{
	width: 80px;
}

.form_short_readonly{
	background-color: #F5F5F5;
	width: 80px;
}

IMG.calendar{
	cursor: pointer;
	margin-left: 2px;
	width: 20px;
	height: 20px;
	border: 0;
}

.details{
	font-size: 9px;
}

.infoform TEXTAREA{
	width: 266px;
}

.form_longest, .contform TEXTAREA{
	width: 315px;
}

.TDshort{
	width: 115px;
}