body
{
	margin: 0px;
	text-align: center;
	background-color: #369;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #666;
}

/* INIZIO DA VERIFICARE */
h1
{
	margin-top: 12px;
	text-align: right;
}

h2
{
	font-size: 1.5em;
	margin-top: 28px;
	text-align: center;
}
/* FINE DA VERIFICARE */

p.modulo
{
	clear: both;
	margin: 3px 0px;
}

p.modulo input
{
	width: 185px;
}

p.modulo label
{
	display: block;
	text-align: left;
	width: 125px;
	float: left;
}

p.modulo #prefisso
{
	width: 55px;
	margin-right: 6px;
}

p.modulo #Prov
{
	width: 25px;
	text-align: center;
}

p.modulo #Telefono
{
	width: 120px;
}

#col_contents
{
	width: 335px;
	float: left;
}
#col_contents .inner
{
	padding-left: 5px;
	padding-right: 3px;
}

#col_middle
{
	/*background: url(/icaro/img/singolo_vert.gif) repeat-y left;*/
	width: 176px;
	float: left;
}
#col_middle .inner
{
	padding-left: 5px;
	padding-right: 3px;
}

#col_right
{
	/*background: url(/icaro/img/doppio_vert.gif) repeat-y left;*/
	width: 189px;
	float: right;
}
#col_right .inner
{
	padding-left: 25px;
	padding-right: 3px;
}

#footer
{
	clear: both;
	background: url(/icaro/img/footer.gif) no-repeat center;
	height: 34px;
}

#header
{
	
}

#header .top
{
	background: url(/icaro/img/header.gif) no-repeat center;
	height: 6px;
}

#hint
{
	font-style: italic;
	border: dashed 1px #666;
	color: #666;
	height: 4em;
	padding: 5px;
}

#main
{
	width: 700px;
	margin: auto;
	text-align: left;
	background: #fff url(/icaro/img/bg_main.gif) repeat-y left;
}

#modulo
{
	padding: 10px;
}

#modulo .button
{
	cursor: pointer;
}

#modulo .condizioni
{
	margin-top: 35px;
	border-top: solid 1px #aaa;
}

#modulo .condizioni div
{
	/*
	height: 100px;
	overflow: scroll;
	*/
}

#modulo .condizioni h2
{
	font-weight: bold;
	font-size: 1.2em;
}

#modulo .err
{
	color: #f00;
}

#modulo .success
{
	font-weight: bold;
}