 
body {
	font-family: Trebuchet MS;
	font-size: 13px;
	/*text-align : justify;*/
	}

.titolo
	{
	margin: 0px; padding: 0px; font-weight: bold; color: #c1002b; font-size: 18px;
	}
	

.sottotitolo
	{
	margin: 0px; padding: 0px; font-weight: bold; color: #c1002b; font-size: 15px;
	}
.testo
	{
	line-height: 13pt; 
	}	
	
/*	}

.foot2
	{
	color : #ffffff;
	word-spacing : 20px;
	}


.destra
	{
	font-size: 12px;
	color : #A6A6A6;
	word-spacing : 5px;
	letter-spacing: 4px;
	}

.disclaimer
	{
 	font-size: 9px; 
	color : #A6A6A6;
	}*/

	
	/*LINK*/

A:LINK {
 text-decoration: none;
 color:  #c1002b;
}

A:VISITED {
 text-decoration: none;
 color:  #c1002b;
}

A:HOVER {
 text-decoration : underline;
  color: #c1002b;
}

A:ACTIVE  {
/*  font-weight : bold; */
 text-decoration : none;
 color:  #c1002b;
}

/* signupform */
#signupform {
	margin-top: 30px;
}
#signupform fieldset {
	border: none;
	margin-bottom: 10px;
}
#signupform legend {
	color: black;
	padding: 0;
	padding-bottom: 10px;
	padding-left: 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}
#signupform label {
/* 	font-size: 10px; */
	display:block;
	width: 150px;
	vertical-align: top;
	cursor: hand;
}
#signupform label.left {
	float: left;
}
#signupform fieldset p {
/* 	font-size: 10px; */
	list-style: none;
	padding: 5px;
	margin: 0;
}
#signupform fieldset p.agree {
	margin-left: 150px;
	width: 385px;
	height: 70px;
}
#signupform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
#signupform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

#signupform fieldset fieldset label {
	display: block;
	width: auto;
	margin-left: 150px;
	color: red;
}
#signupform label.error {
	display:inline;
	width:auto;
	margin-left: 7px;
	color: red;
}
#signupform label.success {
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background:url("/core/style/default/ok_valute.gif") no-repeat 0px 0px;
}
#signupform input.submit {
	margin-left: 150px;
}
#signupform input.error, #signupform select.error {
	border: 1px dotted red;
	background-color: #fff3c5;
}
#signupform select, #signupform input, #signupform input textarea {
	border: 1px solid gray;
}

