body{
	background-color:trasparent;
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 14px;
	color:#000000;
}
legend{
background-color: #F0F0F0;
border-color:#4A4D4B;
border: 1px solid;
/*border-radius: 10px;*/
padding: 5px 10px;
margin: 5px 5px 5px 5px;
box-shadow: 5px 5px 5px #888888;
	}
	
.contenitore{
background-color: #E73533; /* sfondo contenitore */
border-color:#FAD7D6; /* colore bordo contenitore */
border: 1px solid;
padding: 5px 10px;
margin: 5px 5px 5px 5px;
box-shadow: 5px 5px 5px #741B1A; /* colore ombra */
	}


#toolbar {
    padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;	
    }

img{
	border:0px;
	}
.error{
	color: red;
	background-color: #FDC8C8;
	display:block
	}
.recupera{ cursor:pointer;}
.recupera:hover{ text-decoration:underline}
/*
.button-secondary {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        }
*/
      .button-success {
			color: white;
            background: #63EB89; /* this is a green */
        }

        .button-error {
			color: white;
            background: #270505; /* this is a maroon */
        }

        .button-warning {
			color: white;
            background: #C3B871; /* this is an orange */
        }

        .button-secondary {
			color: white;
            background: #45419A; /* this is a light blue */
        }