body {
	background-color: #c0c0c0; 
	background-image: url('http://www.dadux.com/coffee_cup/back.jpg');
	background-repeat: repeat-y;
	background-position: 0px; 
}

p, body, td, tr, div {
	font-family: Verdana;
	font-size: 11px;
	color: #4b4b4b;
	CURSOR: Default;

} 

A:link{
	text-decoration:none;
	color: #404040;
	CURSOR: Default;
}

A:visited {
	text-decoration:none;
	color: #404040;
	CURSOR: Default;
}

A:hover {
	text-decoration:none;
	color: #97989a;
	CURSOR: Crosshair;

}

.title {
	font-family: Verdana;
	font-size: 14px;
	color: #97989a;
	text-align: center;
	height: 17px;
}

.text {
	color: #4b4b4b;
}

.text2 {
	color: #c0c0c0;
}

.text3 {
	color: #9b8b89;
}

.gradiente img  {
	background-color : #FFFFFF;
	padding : 2px;
	margin-top: 1px;
	filter:alpha(opacity=30);
    -moz-opacity: 0.5; 
	opacity: 0.5;
}

.gradiente img:hover {
	background-color : #ffffff;
	padding : 2px;
	margin-top: 1px;
	filter:alpha(opacity=100);
    -moz-opacity: 1.0; 
	opacity: 1.0;
}

input{
	width:150px;
	height:14px;
	border:1px solid #5984a7;
}



textarea {
	width:150px;
	border:1px solid #5984a7;
}

input, textarea {
	color:#818B83;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	background-color:#656161;
	padding:0px 0px 0px 10px;
}

.bottone {
	width:70px;
	color:#818B83;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	background-color:#656161;
	padding:0px 0px 5px 0px;
}

input:hover, textarea:hover {
	border:1px solid #919892;
	background-color:#686868;
}

