
html {
	font-family: arial;
}

.badge {
	padding: 6px 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;

	/* The following is CSS3, but isn't crucial for this technique to work. */
	/* Keep in mind that if a browser doesn't support CSS3, it's fine! They just won't have rounded borders and won't have a box shadow effect. */
	/* You can always use a background image to produce the same effect if you want to, and you can use both together so browsers without CSS3 still have the rounded/shadow look. */
	border-radius: 60px;
	/*    border-top:1px solid #999;*/
	font-family: Tahoma;

	background: rgb(255, 48, 25); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMzAxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZjA0MDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 48, 25, 1)), color-stop(100%, rgba(207, 4, 4, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%); /* W3C */

}

.badge1 {
	padding: 6px 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;

	/* The following is CSS3, but isn't crucial for this technique to work. */
	/* Keep in mind that if a browser doesn't support CSS3, it's fine! They just won't have rounded borders and won't have a box shadow effect. */
	/* You can always use a background image to produce the same effect if you want to, and you can use both together so browsers without CSS3 still have the rounded/shadow look. */
	border-radius: 60px;
	/*    border-top:1px solid #999;*/
	font-family: Tahoma;

	background: #299A0B; /* Old browsers */
	background: -moz-linear-gradient(top, #299A0B 0%, #299A0B 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #299A0B), color-stop(100%, #299A0B)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #299A0B 0%, #299A0B 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #299A0B 0%, #299A0B 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #299A0B 0%, #299A0B 100%); /* IE10+ */
	background: linear-gradient(to bottom, #299A0B 0%, #299A0B 100%); /* W3C */

}

.tasto {
	background-image: url('../img/tasto.png');
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px auto;
	color: black;
	padding: 10px;
	/*	border: 1px solid red;*/
}

.tastoEsc {
	background-image: url('../img/esc.png');
	background-position: center;
	background-repeat: no-repeat;
}

.tastoLungo {
	background-image: url('../img/tastoLungo.png');
	background-position: center;
	background-repeat: no-repeat;
	color: black;
}

.linee {
	/*	margin: 0px 3px 0px 3px;*/
	padding: 14px;
	float: left;
	width: 60px;

	/*	border-radius: 10px;*/
}

.lineeSpec {
	/*	margin: 0px 3px 0px 3px;*/
	padding-top: 14px;
	padding-left: 24px;
	padding-right: 24px;
	float: left;
	width: 60px;

	/*	border-radius: 10px;*/
}

.lineeSpecLeft {
	/*	margin: 0px 3px 0px 3px;*/
	padding: 12px;
	float: left;
	width: 74px;

	/*	border-radius: 10px;*/
}

.lineeSpecRight {
	/*	margin: 0px 3px 0px 3px;*/
	padding: 14px 14px 14px 14px;
	float: left;
	width: 60px;

	/*	border-radius: 10px;*/
}

.lineaUltima {
	/*	margin: 0px 3px 0px 3px;*/
	padding: 14px;
	float: left;
	width: 355px;
	/*	border-radius: 10px;*/
}

.lineeEsc {
	/*	margin: 0px 3px 0px 3px;*/
	padding: 14px;
	float: left;
	width: 130px;
	/*	border-radius: 10px;*/
}

.divLeggiMail {
	width: 96%;
	border: 3px solid black;
	margin: 5px;
	height: 93%;
	position: absolute;
	z-index: 100;
	background-color: white;
	padding: 10px;
	font-size: 22px;
	overflow-x: hidden;

	background: #FFFFFF; /* Old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #E5E5E5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #E5E5E5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #E5E5E5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FFFFFF 0%, #E5E5E5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FFFFFF 0%, #E5E5E5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #FFFFFF 0%, #E5E5E5 100%); /* W3C */
}

input[type='text'] {
	border: 1px solid #CCCCCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 0px 1px 1px #666666;
	-webkit-box-shadow: 0px 1px 1px #666666;
	box-shadow: 0px 1px 1px #666666;

	font-size: 15px;

	padding: 2px 7px;
	width: 150px;

	outline: 0;
	-webkit-appearance: none;

	font-size: Calibri;
}

input[type='password'] {
	border: 1px solid #CCCCCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 0px 1px 1px #666666;
	-webkit-box-shadow: 0px 1px 1px #666666;
	box-shadow: 0px 1px 1px #666666;

	font-size: 15px;

	padding: 2px 7px;
	width: 150px;

	outline: 0;
	-webkit-appearance: none;

	font-size: Calibri;
}

.buttonGreen {
	border: 1px solid #34740E;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: arial, helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #4BA614;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4BA614), color-stop(100%, #008C00));
	background-image: -webkit-linear-gradient(top, #4BA614, #008C00);
	background-image: -moz-linear-gradient(top, #4BA614, #008C00);
	background-image: -ms-linear-gradient(top, #4BA614, #008C00);
	background-image: -o-linear-gradient(top, #4BA614, #008C00);
	background-image: linear-gradient(top, #4BA614, #008C00);
}

.buttonGreen:hover {
	border: 1px solid #224B09;
	background-color: #36780F;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36780F), color-stop(100%, #005900));
	background-image: -webkit-linear-gradient(top, #36780F, #005900);
	background-image: -moz-linear-gradient(top, #36780F, #005900);
	background-image: -ms-linear-gradient(top, #36780F, #005900);
	background-image: -o-linear-gradient(top, #36780F, #005900);
	background-image: linear-gradient(top, #36780F, #005900);
}

a:active, a:link, a:visited {
	color: blue;
	text-decoration: none;
}