body
{
	margin: 0px;  padding: 0px; background-color:white;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

img { border:0px;}

div#wrapper{
	float:left;
	width:100%
}
div#content{
	margin: 0 180px
}

div#div_col_left
{
	float:left;width:180px;margin-left:-100%;
}

div#div_col_left img
{
	max-width:180px !important;
	max-height: 71px;
}

div#div_col_right
{
	float:left;width:180px;margin-left:-180px;
}

div#header
{
	color:#39B9E6;
	text-align:center;
	background: #fff;
	font-size:1.3em;
}

div#footer
{
	padding-top:20px;
	clear:both;
	font-size:0.6em;
	text-align:center;
	background: white;
	color: #39B9E6;
}

div#footer a
{
	color: #39B9E6;
	text-decoration:none;
}

div#footer a:hover
{
	color: red;
	text-decoration:underline;
}

div#body
{
	padding:0px;
	background-color:white;
	margin:3em auto;
	width: 31em;
	text-align:left;
}


div#logout
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color:#3399CC;
	text-align: right;
}
div#logout a {color: #3399CC; text-decoration: none;}
div#logout_home a:visited {color: #3399CC; text-decoration: none;}
div#logout a:hover {color: red; }

table.indice
{
	width:90%;
}

table.indice img.separatore
{
	width:100%;
	height:3px;
	vertical-align:middle;
}

.input
{
    border: 1px solid black;
	font-family: monospace;
	font-size:35px;
	font-weight: bold;
}

select {
    border: 1px solid black;
	font-family: monospace;
	font-size:25px;
	font-weight: normal;
	width: 420px;
}

.button {
	background: url(../img/legend_bg.gif);
	background-repeat: repeat;
    border: 1px solid black;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight: bold;
}

label
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight: bold;
}


fieldset
{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	position:relative;
	background-color: #F2F2F2;
    border-bottom: 1px solid #949494;
    border-left: 1px solid #D0D0D0;
    border-right: 1px solid #9E9E9E;
    border-top: 1px solid #D3D3D3;
}


legend
{
	position:relative;
	top:-12px;
	background: url(../img/legend_bg.gif);
	background-repeat: repeat;
	border-bottom: 1px solid #949494;
	border-left: 1px solid #D0D0D0;
	border-right: 1px solid #9E9E9E;
	border-top: 1px solid #D3D3D3;
	color: rgb(77, 137, 255);
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 5px 10px;
	padding: 0px 5px;
	width: 8em;
}

.errore
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight: bold;
	color:red;
}

a {color: #3999CC; text-decoration: none;}
a:visited {color: #3399CC; text-decoration: none;}
a:hover {color: red; }

.cc-btn {
	padding: 0 10px;
}
