body
{
	margin: 0px;
	text-align: center;
	background-color: #369;
	font-family: Tahoma, Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 0.75em;
	color: #666;
}

a {
	font-size: 1em;
	color: #333;
	text-decoration: none;
	background-color: #ccc;
	border-bottom: dotted 1px #333;
}
a:hover {
	font-size: 1em;
	border-bottom: solid 1px #ccc;
}

h1
{
	margin-top: 12px;
	text-align: right;
}

h2
{
	font-size: 1.2em;
	margin-top: 15px;
}

input {
	font-family: Verdana, Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	color: #000000;
	background-color: #999999;
	border: 1px solid #666666;

}

select {
	font-family: Verdana, Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: 1em;
	color: #000000;
	background-color: #999999;
}

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;
}

table {
	font-size: 1em;
}

#col_contents
{
	width: 335px;
	float: left;
}
#col_contents .inner
{
	margin: 10px;
}
#col_contents .inner p
{
	margin-bottom: 25px;
	text-align: justify;
}

#col_middle
{
	/*background: url(/icaro/img/singolo_vert.gif) repeat-y left;*/
	width: 176px;
	float: left;
}
#col_middle .inner
{
	padding: 10px;
	text-align: left;
}

#col_right
{
	/*background: url(/icaro/img/doppio_vert.gif) repeat-y left;*/
	width: 189px;
	float: right;
}
#col_right .inner
{
	margin: 10px 3px 10px 30px;
}

#footer
{
	clear: both;
	background: url(/icaro/img/footer.gif) no-repeat center;
	height: 34px;
}

#frmLogin h1
{
	font-size: 1.5em;
	text-align: center;
	border-top: dotted 1px #666;
	border-bottom: dotted 1px #666;
}

#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 .success
{
	font-weight: bold;
}

/* Classi generiche */
.err
{
	color: #a00;
}

.testoarancio {
	font-size: 1em;
	font-weight: bold;
	color: #FF6600;
}
