/* basic elements */

body {
	height: 100%;
	background-color: #CCCCCC;
	background-image: url(it/images/fondo.jpg);
}
a:link { 
	color: #873244;
	text-decoration:none;
	}
a:visited { 
	color: #873244;
	text-decoration:none;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #09F;
	}
	
/* container */

div#container {
width: 580px;
height: 181px;
}
div#finestra {
width: 580px;
height: 181px;
position: relative;
top: 250px;
left: 300px;
}

/* contenuti */

div#logo {
width: 372px;
height: 181px;
float: left;
position: relative;
background-image: url(it/images/box_sx.gif);
background-repeat: no-repeat;
}
div#dx {
width: 200px;
height: 181px;
float: right;
position: relative;
top: 0px;
left: 8px;
background-color: #b3b3b7;
}

div#ace {
	position: relative;
	top: 15px;
	height: 30px;
}
.testo_ace a:link { 
	color: #873244;
	text-decoration:none;
	}
.testo_ace a:visited { 
	color: #873244;
	text-decoration:none;
	}
.testo_ace a:hover, a:active { 
	text-decoration: none; 
	color: #09F;
	}




div#enter {
width: 57px;
height: 37px;
position: relative;
top: 145px;
left: 140px;
}
div#iva {
width: 200px;
height: 50px;
position: relative;
top: 120px;
left: 0px;
}

/* text */

.testo_piccolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
.testo_enter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #873244;
}
.testo_ace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #873244;
}

