/*style imput*/
.imput {
margin-top:0px;}
/*end imput*/

/* begin form style*/
.form_user {
  margin: 0;
  padding: 0;}
.form_user fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border: 1px solid #CCCCCC;
  padding: 10px;
  margin: 0;}
.form_user label { 
	display: block;
	padding: 0; 
	float: left;
	margin: 5px 0 0;
	width: 150px; 
	text-align: right;}
.label2 { 
	padding: 0; 
	margin: 5px 0 0;
	width: 150px; }
.form_user fieldset legend {
	font-size:1.1em;}
.form_user input, select, form textarea {
	/* display: inline; button per IE 5x mac */
	width:auto;
	margin:5px 0 0 10px;}
.form_user input#reset {
	margin-left:0px;}
.form_user small {
	display: block;
	margin: 0 0 5px 160px; /* istruzioni */
	padding: 1px 3px;
	font-size: 88%;}
.form_user br {
	clear:left;}
.error {
	clear:left;}
/* end form st*/
#marqueecontainer{
	position: relative;
	width: 450px; /*marquee width */
	height: 120px; /*marquee height */
	background-color: white;
	overflow: hidden;
	border: 0px solid orange;
	padding: 2px;
	padding-left: 4px;
	margin-left:8px;
}




/*
http://icant.co.uk/csstablegallery/index.php?css=71

Data Tables and Cascading Style Sheets Gallery
Title: Casablanca
Author: RODrigo CASTilho Galvão Ferreira - RODCAST
URL: http://www.rodcast.com.br
Update: 04/04/2008 10:51 AM

TABLE STYLE
*/
table {color: #7F7F7F;border-collapse: collapse; }
table,caption {}
caption,th,td {border-left: 0;padding: 2px}
caption,thead th,tfoot th,tfoot td {
	background-color: #E63C1E;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase}
thead th {
	background-color: #C30;
	color: #FFB3A6;
	text-align: center}
tbody th {
	padding: 20px 10px}
tbody tr.odd {
	background-color: #F7F7F7;
	color: #666}
tbody a {
	padding: 1px 2px;
	color: #333;
	text-decoration: none;
	}



#imput_pos_imput {
	height:20px;
	width:110px;
	margin-right:8px;
	padding:0px;
	float:left;
	}
#imput_pos_botton {
	width:50px;
	height:22px;
	float:left;
	}
.input_search {
	height:18px;
	width:110px;
	margin-top:0px;
	padding: 2px 0 0 1px;
	float:left;
	display:inline;
	}
.imput_botton { margin-top:0px;}