body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
.brclear { 
     clear:both; 
     heigth:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
#holder {
	font-size: 11px;
	text-transform: capitalize;
	color: #333333;
	text-decoration: none;
	text-align: right;
	width: 756px;
	margin: 0 auto 0 auto;
}
#links {
	/*float:left;*/
	padding-top: 40px;
}
#logo {
	float: left;
	text-align:left;
	padding-bottom: 3px;
}
#mainbar {
	background: url(../images/bar.jpg);
	background-repeat:no-repeat;
	
	width: 756px;
	height: 35px;
	/*float: left;*/
	margin-bottom:10px;
}
#mainbar_login_utente {
	color:#000;
	background: url(../images/bar_arancio.jpg);
	background-repeat:no-repeat;
	
	width: 756px;
	height: 35px;
	/*float: left;*/
	margin-bottom:10px;
}
#pagetitle {
	text-align:right;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	float: left;
	padding: 8;
}

#msgerror {
	color: #FF0000;
	text-decoration: none;
	text-align: right;
	padding: 8px;
}

#content {
	text-align: center;
}

#loginfrm {
	margin:0 auto 0 auto;
	width: 250px;
	text-align: left;
}
#spedizionefrm {
	margin:0 auto 0 auto;
	width: 500px;
	text-align: left;
}
#schedules-section {
	margin:0 auto 0 auto;
	width:33%;
	text-align: left;
	float:left;
}
.float_right {
	float: right;
}
.float_left {

	float: left;
}
#fielduser {
	text-align: right;
}

hr {
	color:#CCCCCC;
	height:1px;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}

INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #7F7F7F;
	border-left:1px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
}
SELECT {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #7F7F7F;
	border-left:1px solid #7F7F7F;
	border-right:1px solid #7F7F7F;
}
a:link		{color : #3D6EAA ;text-decoration: none;}
a:visited	{color : #3D6EAA ;text-decoration: none;}
a:active	{color : #3D6EAA ;text-decoration: none;}
a:hover		{color : #FF9933 ;text-decoration: underline;}
