body,table,input,option,select,textarea{ margin:0; padding:0; font-size:13px ;font-family: 'PT Sans', Arial, Helvetica, sans-serif;   /*color: #747474; */color:black;
}
	/* -webkit-user-select: none;  Chrome/Safari */        
	/* -moz-user-select: none;  Firefox */
	/* -ms-user-select: none; */
	-webkit-user-select: auto;
*:not(input.field) {    
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
	
a{
	color: black;
	text-decoration: initial;
}

body {margin-left:20px !important; margin-right:20px !important;}

h1{font-family: 'Antic Slab', Arial, Helvetica, sans-serif;  font-size: 22px;   /*color: #333333;*/  color:black; font-weight: normal;}


body {
    background: url("8MILA_sfondo.jpg") no-repeat center center fixed;
    /*background-repeat: no-repeat;*/
	-moz-background-size: cover;
        -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


input[type="submit"]{
	  color: #000000; /*#9bca3c;*/
	  /*font-family: 'Antic Slab', Arial, Helvetica, sans-serif; */
  background-color: #e8e8e8;
  font-weight: bold;
  font-size: larger;
  border-color: #e8e8e8;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 4px;
}

*/
