body
{
margin:0px;
background-color:#E5DECB;
}
  #input{
  		width:140px; height:18px;
		border-width:1px;
		border-style:solid;

		border-color:#DEDEDE;
		background-color:#FFFFFF;
		}
		 
		
	  #textarea{
  		width:248px; height:58px;
		border-width:1px;
		border-style:solid;

		border-color:#DEDEDE;
		background-color:#FFFFFF;
		overflow:auto
		}
.Menu
{
font-family: Tahoma, Verdana, Arial;
font-size:10px;
color:#A79978;
font-weight:bold;
text-align:left;
}

.MenuCent
{
font-family: Tahoma, Verdana, Arial;
font-size:10px;
color:#A79978;
font-weight:bold;
text-align:center;
}

.Main
{
font-family:Tahoma, Verdana, Arial;
font-size:11px;
color:#333333;
text-align:justify;
}

.MainSend
{
font-family:Tahoma, Verdana, Arial;
font-size:11px;
color:#333333;
text-align:center;
}

.Main2
{
font-family:Tahoma, Verdana, Arial;
font-size:11px;
color:#333333;
text-align:right;
}

.Titolo
{
font-family:Tahoma, Verdana, Arial;
font-size:11px;
color:#333333;
text-align:left;
font-weight:bold
}

a {
font-family: Tahoma, Verdana, Arial;
font-size:11px;
color:#A79978;
font-weight:bold;
text-align:left;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
}

.Border
{border:1px solid #333333;}

#Form1 input {
	font: normal 11px/normal  Tahoma, Verdana, Arial;
	text-transform: none;
	color: #333333;
	background: #FFFFFF;
	height: 20px;
	width: 200px;
	border: 1px solid #E5DECB;
}

.InputForm 
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color:#333333;
	background:#FFFFFF;
	width: 200px;
	border: solid 1px #D2CBBA; 
}
textarea 
{
SCROLLBAR-FACE-COLOR: #FFFFFF; 
SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
SCROLLBAR-ARROW-COLOR:  #D2CBBA; 
SCROLLBAR-TRACK-COLOR: #FFFFFF; 
SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
}


a.fancybox img{
	border: #A79978 solid 2px;
	margin: 0px;
}
a:hover.fancybox img{	
	border: #000000 solid 2px;
}