/*	FORM ELEMENTS
*/

select
{
	color:#666;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	width:170px;
	height:24px;
}
input
{
	color:#666;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	border-style: solid;
	width:170px;
	height:21px;
	text-indent:5px;
}
input, select, textarea
{
	font-family: Trebuchet Ms, Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
}

textarea {
	width: 350px;
	border:1px solid #CCCCCC;
}

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

legend {
  color: #666666;
	font-weight: bold;
	padding-bottom: 5px;
}

label {
	display: block;
	padding-bottom: 5px;
}

/*Modifiche pagina contatti*/


fieldset.contactInput div{
  float:left;
  width:100%;
  padding: 0px 0 5px;
}
fieldset.contactInput label{
  float:left;
  width:120px;
  display: inline;
}
fieldset.contactInput input{
  width:230px;
}
.formbutton110px
{
	font-family: Trebuchet Ms, Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size:12px;
	color:#000000;
	background-color:#d9cfbb;
	border:#FFF;
	border-style: solid;
	border-top-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-left-width:1px;
	width:110px;
	height:21px;
}
