﻿/*	
****************************************************************************
CREDITS 
        rel.: 1.5
        data: 10/04/2008
        autore: Marco Melloni - Milano
        Copyright © 2008 (è vietato l'uso, anche parziale, del suddetto CSS)
****************************************************************************
*/

body {
	background-color: #EBD8AF;
	margin: 0;}

a:link {
	color: #808080;
	text-decoration: none;}
a:visited {
	color: #808080;
	text-decoration: none;}
a:active {
	color: #808080;
	text-decoration: none;}
a:hover {
	color: #FF9203;}

.testo_intro {
	font-size: 9pt;
	color: #E00024;
	padding-left: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;}

.table_form {
	border: 0;
	border-collapse: collapse;
	color: #8B2430;
	font-family:Arial, Tahoma;
	font-size: 9pt;
	font-weight: normal;}


input.campo {
	background: #ECECEB;
	font-family:Arial, Tahoma;
	font-size: 9pt;
	color: #333333;
	border: 1px outset #C0C0C0;}

select.opzione {
	background: #ECECEB;
	font-family:Arial, Tahoma;
	font-size: 8pt;
	color: #333333;
	border: 0px outset #C0C0C0;}

textarea.area {
	background: #ECECEB;
	font-family:Arial, Tahoma;
	font-size: 9pt;
	color: #333333;
	border: 1px outset #C0C0C0;}


/* ================================================================================================= */

#ly_err {
	width: 270px;
	position: relative;
	top: 50px;
	height: 210px;
	z-index: 3;
	border: 1px solid #FF0000;
	background-color: #EBD8AF;}

