html,body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
text-align: center; /* per la centratura in IE6 */
}
hr{
width: 98%;
text-align: left;
color: #c5c5c5;
background-color: #c5c5c5c;
border: 1px dotted #c5c5c5;
}
#wrapper { 
 width: 760px;
 padding: 5px;
 margin: 0 auto; /* centrare negli altri browser */
text-align: left; /* per correggere il center del body */
}
/* INTESTAZIONE */
#header {
 width: 740px;
 color: #333;
 padding: 10px;
 height: 78px;
 margin: 3px 0px 3px 0px;
 background: #fff;
}
#header .logo{
	float: left
}
#header .change_logo{
	float: right;
	width: 200px;
}
#content { 
 width: 760px;
 color: #036;
 background: #fff;
 margin: 0px 0px 0px 0px;
 padding: 0px;
  border: 1px solid #000;
 }
#footer { 
font-size: 11px;
color: #036;

 width:740px;
 background: #fff/* url(images/logo_unidea.gif) no-repeat*/;
 margin: 0;
 height: 48px;
 line-height: 48px;
 text-align: center;
 
 
	

}
#footer .logo{
	float:  left;
	height: 33px;
}
#footer p{
	font-size: 11px;
	color: #036;
	float: left;
}
#footer a:link, #footer a:hover, #footer a:visited{
	color: #be0000;
	text-decoration: none
}
#container{
width: 740;
background-color: #f3f3f3;
margin: 5px;
padding: 3px
}
#container h1{
font-size: 12px;
color: #036;
}

div.split2 div.left{
    float: left;
	 width: 29%; \width: 33%; w\idth: 29%;
}
div.split2 div.left p{
	font-size: 12px;
	color: #036;
	padding: 5px;
	text-align: justify;
}
div.split2 div.left a:link, div.split2 div.left a:hover, div.split2 div.left a:visited{
		font-size: 12px;
		color: #036;
		text-align: justify;
		text-decoration: none;
		font-weight: bold;
	}
/* colonnina conteggio firme */
div.split2 div.left p.conteggio_firme{
    float: left;
	 font-size: 12px;
	color: #036;
	text-align: left;
}

/* colonnina immagine/destra */
div.split2 div.right{
    float: left;
	 width: 65%; \width: 69%; w\idth: 65%;
	 margin-left: 20px/*5px 5px 5px 5px*/;
	 padding: 10px;
	 background-color: #fff;
	 
}
/* scelta immagine */
.image_big{
	float: left;
}
.image_active{
	border: 1px dotted #c5c5c5;
	margin-top:5px
}
.image_selected{
	border: 1px solid #be0000;
	margin-top:5px
}
.choose_image{
	float:right;
}
div.lungo_basso{
    clear: left;
}
/* FORM */
form {
margin: 5px auto 0 5px;
}
label {
font-size: 12px;
display:block;
font-weight:normal;
color:#036;
margin-left:5px;
}
input { 
font-weight: normal; 
padding:0;
margin-left:5px;
font-size: 12px;
}
textarea{
font-weight:bold;
width:300px; 
border:#476b85 1px solid;
background:#fff;
padding:0px 0px 0px 2px;
margin-left:5px;
}
br{
clear:left
}

table.innerTables
{
	clear: both;
	padding: 10px;
	
	width:700px;
}

p.bottone, p.bottone a:link, p.bottone a:hover, p.bottone a:link{
text-align:center;
border:1px solid #be0000;
background: #be0000;
color: #fff;
width: 50px;
text-decoration: none;
font-size: 12px;
}
