form {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
fieldset {
	margin:0 0 0 0;
	padding:0.625rem 0;
    border-top: 1px solid #CCCCCC;
    border-bottom: none;
    border-left: none;
    border-right: none;
    width: 100%;
}
label {
	margin:0 0 0 0;
    font-size: 0.8rem;
    color: #464F5E;
    font-weight: bold;
}
ul li label, ul.lista-orizzontale li, ul.lista-verticale li{
    /*font-weight: normal !important;*/
    margin-right: 2rem;
}
main input[type="text"], main textarea, main input[type="email"], main input[type="email"], main input[type="date"], main input[type="password"], main input[type="url"], main input[type="number"], main input[type="file"] {
	width: 100%;
	padding:0.3125rem;
	margin:0.3125rem 0;
}
select {
	width: 100%;
	padding:0.3125rem 0;
	margin:0.5rem 0;
    /*font-size: 1rem;*/
}
textarea {
    min-height: 15rem;
}
ul.lista-orizzontale {
	list-style: none;
	padding-top: 0.3125rem;
	}
	ul.lista-orizzontale li {
		display: inline;
	}
.required {
    font-weight: bold;
}
.btn-alert {
    background-color: red;
    color: #FFFFFF;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 10%;
}
div.button-container {
	position: relative;
	text-align: center;
}
button {
	position: relative;
	margin: 0 auto;
	padding: 5px;
	font-size: 15px;
	text-align: center;
}
@media only screen and (max-width : 600px) {
    
}
@media only screen and (min-width : 601px) and (max-width : 900px)  {
    
}
@media only screen and (min-width : 901px) and (max-width : 1200px) {
    
}
@media only screen and (min-width : 1201px) {
    
}