/*Tecnoaffari*/

div#header .header_left{
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	background-color: White;
	height: 108px;
	width: 462px;
	position: absolute;
	left: 0px;
}

div#header .header_center{
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-color: White;
	height: 108px;
	position: absolute;
	width: 313px;
	left: 462px;
}

div#header .header_right{
	background-image: url(../images/header3.jpg);
	background-repeat: no-repeat;
	background-color: White;
	height: 108px;
	width: 245px;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #798150;
	font-size: 80%;
	font-weight: bold;

	}

div#header2 .header_center2{
	height: 215px;
	position: absolute;
	width: 861px;
	left: 0px;
}

div#header2 .header_right2{
	height: 215px;
	width: 159px;
	position: absolute;
	right: 0px;
	top: 108px;
}

div#username{
	text-decoration: none;
	margin-top: 25px;	
	margin-right: 121px;
	_margin-right: 93px;
	color: #606060;
	font-size: 80%;
	font-weight: bold;
	width: 25px;
}

div#password{
	text-decoration: none;
	margin-top: 7px;	
	margin-right: 121px;
	_margin-right: 93px;
	color: #606060;
	font-size: 80%;
	font-weight: bold;
	width: 25px;
}


input#user, input#pass{
	background-color: white;
	color: #535C34;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	height: 15px;
	margin-right: 8px;
}
