/*PanelSearch*/
.search{
	float: right;
    margin: 10px 10px 0px 0px;
	padding:0px;
    border-width: 1px;
	border-style:solid;
}
.inputsearch, .inputsearchblog {
    background:inherit;
    border: 0px;
    color: inherit;
    font-size: 12px;
    padding: 3px 5px;
    width: 175px;
}
.btn-search {
    background-color: inherit;
    background-image: url("images/search.png");
    background-position: 3px center;
    background-repeat: no-repeat;
    color: inherit;
	border:0px;
    cursor: pointer;
    height: 22px;
    padding: 1px 10px;
}
/*PanelSearch*/

/*Form*/
#FormConsultaPratiche {
    height: 470px;
	width:100%;
	border:0px;
}
.formpanel {
    float: left;
    width: 100%;
}
.boxcampoform {
    float: left;
    margin: 5px 0;
    width: 100%;
}
.boxraggruppamento {
    border: 1px solid #ccc;
    float: left;
    margin: 15px 0 20px;
    padding: 5px 2%;
    width: 95%;
}
.boxraggruppamento .testoraggruppamento {
    background-color: #fff;
    float: left;
    font-size: 14px;
    margin-top: -15px;
    padding: 0 5px;
}
.boxcampoform span, .boxcampoform label, .richiestapreventivopersonalizzato p label {
    float: left;
    margin-right: 1%;
    width: 49%;
}
.infoForm{
	float:left;
	width:100%;
	margin:5px 0px;
	}
.textarea, .text {
    border: 1px solid #ccc;
    font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
    padding: 4px 5px;
    width: 185px;
}
.textareabig{
    border: 1px solid #ccc;
    font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
    padding: 4px 5px;
	height:80px;
	width:100%;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	background:#fff;
	color:#333;
	}
.button {
    border: 0 solid;
    cursor: pointer;
    float: right;
    font-family: Arial;
    font-size: 12px;
    padding: 3px 16px;
    text-transform: uppercase;
}
.extrafield{
	margin-left:50%;
	width:50%;
	}
.testofield span{
	width:100%;
	}
.boxLinkCaptcha{
	height:50px;
	}
.txtBoxCaptcha{
	clear:none !important;
	margin:0px !important;
	}
.txtCSCaptcha{
	clear:none !important;
	width:60% !important;
	}
..panelpulsanti{
	float:left;
	width:100%;
	}
.panelAccettoCondizioni{
	float:left;
	width:100%;
	margin:5px 0px;
	}
.panelAccettoCondizioni a{
	font-weight:bold;
	}
.panelpulsanti{
	margin:5px 0px 10px;
	text-align:right;
	}
.panelInvioDisabilitato{
	background-color: #CCCCCC;
    border-color: #666666;
    border-radius: 5px;
    padding: 5px 2%;
    text-align: center;
	float:left;
	width:96%;
	margin:10px 0px;
	}

.validationError {
    background-color: #fe7878;
    color: #000;
}
.MessageError
{
	background-color: #FE7878;
	border: 2px solid #FF0000;
	border-radius:4px;
	color: #A00101;
	margin: 0 15%;
	width: 60%;
	text-align: center;
	clear: both;
}
.MessageError span
{
	color: #A00101;
	display:block;
	margin:3px 0px;
	float:none;
	font-size:12px;
	background:none;
	padding:0px;
	text-align: center;	
}
.MessageError a, .MessageErrorLogin a
{
	color: #540101;
	background-image: none;
}
.MessageError a:hover, .MessageErrorLogin a:hover
{
	color: #540101;
	text-decoration: underline;
	background-image: none;
}
.MessageSuccesso
{
	background-color:#A8E052; 	
	border:2px solid #76B31F; 	
	border-radius:4px;
	color: #A00101;
	margin: 0 15%;
	width: 60%;
	text-align: center;
	clear: both;
}
.MessageSuccesso p
{
	color: #000021;
	margin: 10px;	
	text-align: center;	
}
.MessageSuccesso b,.MessageSuccesso strong
{
	color:#000;
}

/*Form*/