table.prezzi {
	border: 0px;
	background-color: #fff;
	width: 610px;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
}

table.prezzi th {
white-space: nowrap; 
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: white;
	background-color: #fff;
	-moz-border-radius: ;
	font-weight:bold;
	color: #252525;
	text-align:left;
	font-size:11px;
}
table.prezzi td {
	border: 0px;
	background-color: #fff;
	-moz-border-radius: ;
	font-weight:normal;
	color: #252525;
	text-align:justify;
	
}

table.richiesta_info_dettagli {
	border: 0px;
	width: 190px;
	padding:0px 0px 0px 5px;
	margin:0px 0px 0px 0px;
}

table.richiesta_info_dettagli th {
white-space: nowrap; 
	border: 0px;
	padding: 2px;
	-moz-border-radius: ;
	font-weight:bold;
	color: #fff;
	text-align:left;
	font-size: 8pt;
}
table.richiesta_info_dettagli td {
	border: 0px;
	-moz-border-radius: ;
	font-weight:normal;
	color: #fff;
	text-align:left;
}


.invia {
    background: url(../images/invia.gif) NO-repeat left top;
    FONT-WEIGHT:BOLD;
    HEIGHT: 28PX;
    WIDTH: 54PX;
    BORDER: 0;
    color: #FFF;
  }
.invia2 {
    background: url(../images/invia2.gif) NO-repeat left top;
    FONT-WEIGHT:BOLD;
    HEIGHT: 28PX;
    WIDTH: 54PX;
    BORDER: 0;
    color: #FFF;
  }


.panel {
        clear: both;
        display: none;
        border: 3px solid #CCC;
        padding: 1em;
}
.panel.active-tab-body {
        display: block;
}
#tabs {
        list-style: none;
}

#tabs li {
        float: left;
}

#tabs a {
        float: left;
        padding: 5px 8px;
        margin-left: 6px;
        background-color: #F2F2F2;
        text-decoration: none;
        color: #999999;
}

#tabs a.active-tab {
        background-color: #CCC;
        border-top: 3px solid #999;
        padding-top: 3px;
        color: #000;
}
input.disabled {
       // border: 0px solid #F2F2F2;
       // background-color: #F2F2F2;
}

input, textarea, select {
        
		  font-family: Verdana; 
		  font-size: 8pt; 
		  color: #000000;
}
input.validation-failed, textarea.validation-failed {
       // border: 1px solid #FF3300;
        //color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
       // border: 1px solid #59AED7;
      //  color : #000;
}

.validation-advice {
        margin: 5px 0;
        padding: 5px;
        background-color: Red;
        color : #FFF;
        font-weight: bold;
 		  font-family: Verdana; 
		  font-size: 8pt; 
}

.custom-advice {
        margin: 5px 0;
        padding: 5px;
        background-color: #C8AA00;
        color : #FFF;
        font-weight: bold;
}

fieldset {
        padding: 1em;
        margin-bottom: 0.5em;
}

label {
        font-weight: bold;
}
.form-row {
        clear: both;
        padding: 0.5em;
}

.field-label {

}

.field-widget {

}

.error{color : Red;}
