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: calc(100% - 0.625rem);
	padding:0.3125rem;
	margin:0.3125rem 0;
    border: none;
	background-color: #E5E5E5;
     font-size: 12px;
}
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;
	font-weight: normal!important;
}
div.lista-orizzontale > div {
	float: left;
	margin-right: 1rem;
}
div.lista-orizzontale {
	padding-top: 0.3125rem;
}
div.lista-verticale div label{
	font-weight: normal!important;
}
div.lista-verticale div label, div.lista-orizzontale div label {
	font-weight: normal!important;
}
div.lista-orizzontale > div {
	margin-right: 2rem;
}
div.lista-verticale, div.lista-orizzontale{
	padding: 1rem;
}
.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.invia_richiesta {
	position: relative;
	margin: 0 auto;
	padding: 5px;
	width: 300px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #E5E5E5;
	border: 1px solid #333;
}
legend {
	position: relative;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 3px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-color: #E5E5E5;
	border: 1px solid #ccc;
    text-transform: uppercase;
}
@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) {
    
}