html,body{margin:0;padding:0}

body{
  font: 76% "Trebuchet MS",Tahoma,sans-serif;
  font-color: #484848;
  text-align:center;
	/*margin-left: 0px;
	margin-top: 0px;*/
  background: #F3F3F3 url(../graphics/ecm_bckg.gif) repeat-x;}
}

p{
  margin:0 10px 10px;
}

/*
div#globale{
  width:920px;
  background: transparent;
  text-align:left;
  margin:0 auto;
}
*/

div#globale {
	position: absolute;
	top: 30%;
	left: 35%;
	/*width: 100%;*/
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

div#contenitore{
  float:left;
  width:280px;
  /*clear: both;
  margin-left: auto;
  margin-right: auto;*/
  /*width:920px;*/
}

div#testa{
  display: block;
  width:280px;
  height:45px;
  margin: 0px;
  /*margin-top: 11px;
  width: 100%;
  border-left: 1px solid #F4AE34;
  border-right: 1px solid #F4AE34;*/
  background: url(../graphics/ecm_top.gif);
}

div#contenuti{
  display: block;
  position: relative;
  width:280px;
  background: url(../graphics/ecm_mid.gif);
  margin: 0px;
  padding: 0px;
  /*border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;*/
}

div#piede{
  display: block;
  height:13px;
  width:280px;
  background: url(../graphics/ecm_bot.gif);
  background-position: top;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
}

form{
  width: 88%;
  padding: 15px 15px 5px;
  margin: 0px
}

fieldset{
  border: 0px solid #000;
  background: transparent;
  margin: 0;
  padding: 0
}

legend{
  font: bold small-caps 140%/1.3 "Trebuchet MS",Tahoma,sans-serif;
  color: #5F78A2
}

form div{
  padding: 5px 3%;
  background: transparent;
  /*background: #E6E7FD;*/
  color:#333
}

form label{
  display: block;
  text-align: left;
  color: #4d648A;
}

fieldset input,textarea{
  font: 113% "Trebuchet MS",Tahoma,sans-serif;
  padding: 2px 5px;
  border: 1px solid #003366;
  color: #003366;
  width: 94%
}

.form-button{
  font: 113% "Trebuchet MS",Tahoma,sans-serif;
  padding: 8px 5px 0px;
}

.lbutton{
  font: bold small-caps 99.9% "Trebuchet MS",Tahoma,sans-serif;
	color: #44597D;
  padding: 0px;
	background-color: #D3D4E8;
	text-decoration: none;
	border: 1px solid #003366; /* #e9a933; /*#003366;*/
	margin: 0pt;
	width: 90px;
	height: 25px;
}