/* - - - - - - - - - */
/*     BASIC TAGs    */
/* - - - - - - - - - */
html {
  height: 100%;
  font-size: 100.01%
}

body {
	height: 100%;
	padding:0;
	margin:0;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 1.2em;
	color:#000;
}
hr {
	display:none;
	border:0;
}
label {
	cursor: pointer;
}
a {
	color:#000;
	text-decoration: underline;
}
a:hover {
	color:#EC171E;
}
a img {
	border:0;
}

/* - Headings - */
h1 {
	font-size:1.2em;
	line-height: 1.2em;
	font-weight:bold;
	color:#EC171E;
	margin:0 0 0 0;
	padding:0 0 1em 40px;
	background:url(../images/heading_bg.gif) 0 0 no-repeat;
}

/* - Paragraphs - */
p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin:0 0 1em 0;
	padding:0;
}
fieldset p {
	float:left;
	font-size:1.4em;
	width:380px;
}
fieldset p span {
	font-size:.786em;
	color:#666;
}
p.msg {
	font-size:1.1em;
	color:#EC171E;
	margin-left:20px;
	float:left;
	display:inline;
}

/* - form - */
form {
	margin:0 0 80px 0;
	padding:0;
	height:100%;
	overflow:hidden;
}
fieldset {
	margin:0 0 10px 0;
	padding:20px 20px 0 20px;
	border:0;
	border-top:#ccc 1px solid;
	height:100%;
	overflow:hidden;
}
fieldset.last {
	border-bottom:#ccc 1px solid;
	padding-bottom:10px;
	margin-bottom:20px;
}
fieldset div {
	width:380px;
	margin-left:380px;
	text-align:right;
}
fieldset.last div {
	margin-bottom:20px;
}

input {
	margin:0 0 0 10px;
	padding:0;
}
input.t1 {
	font-family:inherit;
	font-size:1em;
	padding:5px;
	height:12px;
	width:170px;
	border-style:solid;
	border-width:1px;
	border-color:#707070 #ccc #ccc #707070;
	background-color:#fff;
	background-image:url(../images/input_bg.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}
input.t1:focus {
	background-color:#FAE7E9;
	background-position:0 -100px;
	border-color:#846468 #F0B6BD #F0B6BD #846468;
	color:#421117;
}
input.b1, input.b2 {
	padding:40px 0 0 0;
	height:35px;
	width:80px;
	border:0;
	cursor:pointer;
	float:right;
	margin:0 20px 0 0;
	display:inline;
	overflow:hidden;
}
input.b1 {	
	background:url(../images/b_invia.gif) 0 0 no-repeat;
}
input.b2 {	
	background:url(../images/b_cancella.gif) 0 0 no-repeat;
}
input#privacy {
	margin:0;
	float:right;
}
label {
	display:block;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 10px 0;
}
label.pr {
	font-weight:normal;
	float:left;
	width:730px;
	font-size:1.1em;
	color:#666;
}


/* - - - - - - - - - */
/*     BASIC DIVs    */
/* - - - - - - - - - */


#container {
	width:800px;
	margin:0 auto;
	height:auto;
	overflow:hidden;
}



/* --- head --- */

#head {
	margin:0 0 40px 0;
	padding:0 20px;
	background:url(../images/head_bg.jpg) 0 95px no-repeat;
}

#logo {
	display:block;
	width:129px;
	height:95px;
	margin:0 0 150px -20px;
}


