@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,700,300italic);
*, *:before, *:after { box-sizing: border-box; }
html { font-size: 100%;  }


.wrapper {
  max-width: 40%;
  margin: auto;
}

#the-count {
  float: right;
  padding: 0.1rem 0 0 0;
  font-size: 0.875rem;
}

#header {
	height: 90px;
	background: 
		url(https://www.supportoagesciveneto.it/immagini/logoPC.png),
		url(https://www.supportoagesciveneto.it/immagini/logoAgesciVeneto.png);
	background-position:
		left, /* this positions the first image */
		bottom right; /* this positions the second image */
	background-repeat:
		no-repeat;
	background-color:#ffb400;
}
#titoloPagina {
	text-align: center;
	color:		red;
	font-size:	1.5em;
	color:		#C30;
	font-weight:bold;
	margin:		0;
	line-height:2.5em;
}
body, table, input, select, textarea {
	font-family:		"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:			12px;
}
.clearfloat{
	clear:both;
}
h1 {
	font-size:1.9em;
	color:#fff;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:0;
}

h2 {
	font-size:1.5em;
	color:#C30;
	font-weight:bold;
	margin:0;
}

h3 {
	font-size:1.3em;
	color:#fff;
	font-weight:bold;
	margin:0;
}
.content{
	padding:10px;
}
.titolo1{
	color:#c30;
	font-weight:bold
}
.form-control {
	border: 1px solid #a5a5a4;
}


    label, input { display:block; }
    input.text { margin-bottom:12px; width:95%; padding: .4em; }
    fieldset { padding:0; border:0; margin-top:25px; }
    h1 { font-size: 1.2em; margin: .6em 0; }
    div#users-contain { width: 350px; margin: 20px 0; }
    div#users-contain table { margin: 1em 0; border-collapse: collapse; width: 100%; }
    div#users-contain table td, div#users-contain table th { border: 1px solid #eee; padding: .6em 10px; text-align: left; }
    .ui-dialog .ui-state-error { padding: .3em; }
    .validateTips { border: 1px solid transparent; padding: 0.3em; }