﻿/* SCHEDA TEAM */
.stitle {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: Gray;
	margin: 15px 0px 0px 0px;
}
.scheda {
	width: 100%;
	padding: 0px;
	margin: 10px 0px;
	display: table;
	color: #7F8789;
	font-size: 11px;
}
.fotoScheda {
	width: 100px;
	padding: 0px;
}
.fotoScheda img {
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	border: 1px Solid Silver;
}
.testoScheda {
	margin-bottom: 10px;
	padding: 0px 0px 0px 10px;
	vertical-align: top;
	text-align: left;
}
.nomeTestoScheda {
	font-weight: bold;
	font-size: 120%;
	padding: 0px 0px 2px 0px;
} 
.posizioneTestoScheda {
	padding: 0px 0px 2px 0px;
}
.contattiTestoScheda {
	padding: 2px 0px;
}
.commentoTestoScheda {
	padding: 3px 0px;
	font-weight: bold;
}

/* END OF SCHEDA TEAM */

.submit {
	font-size: 12px;
	padding: 0px 20px;
}
.testDriveTab {
	margin-bottom: 20px;
}
.testDriveTab td {
	padding-bottom: 10px;
}
.testDriveTab input {
	width: 150px;
}
.testDriveTab select {
	width: 155px;
}
.radioBtn input {
	width: auto;
}
#boxprivacy {
	font-size: 10px;
}

/* PER MODULI */
.block {
    display: block;
}

.inputMod
{
    width: 100px;
}

.error {
    color: #f00;
    display: inline;
}
