html, body{margin:0; padding:0; border:0;}
*{font-family:Verdana, Geneva, sans-serif;}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; line-height: 1.5; font-family: Arial, Helvetica, sans-serif; color: #555555;}
table{border-collapse:collapse; border-spacing:0;}
td{vertical-align: top;}
ol,ul{list-style:none;}
li{padding-left:15px;}
img {vertical-align: bottom;}

a{
  font-size: 14px;
  color: #6cb1d2;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

#titolo{
  background: #205B79;
  text-align: center;
  padding: 15px 0px;
  display: block;
  min-width: 990px;
}

#tit{
  color: #ffffff;
  font-size: 30px;
}

#main{
  width: 990px;
  margin: auto;
}

#content{
  width: 100%;
  border-collapse: collapse;
}

#text{
  font-size: 14px;
}

#text2{
  font-size: 14px;
  padding: 15px;
}

#dx{
  background: #f1f1f1;
  border-radius: 5px;
  margin-top: 50px;
  text-align: center;
}

#footer{
  font-size: 14px;
  padding:5px;
  border-top: 1px solid #cccccc;
}

#footer td{
   color: #999999;
   vertical-align:middle;
   height:50px;
}

h1{
  color: #205B79;
  font-size: 40px;
}

h2{
  color: #205B79;
  font-size: 24px;
}

input[type="text"], input[type="password"]{
  color: #555555;
  width:300px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0px;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}

button{
  color: #ffffff;
  width:300px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  background: #ff8630;
  border: 1px solid #cd6b22;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  cursor: pointer;
}

textarea{
  color: #555555;
  width:300px;
  height: 200px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  resize: none;
}

#form input[type="text"],#form input[type="password"]{
  width: 600px;
  text-align: left;
}

#form button{
  width: 600px;
  text-align: center;
}

#form textarea{
  width: 580px;
  text-align: left;
}

#login{
  width:400px;
  background: #f1f1f1;
  border-radius: 5px;
  margin-top: 50px;
  text-align: center;
  margin: 15px auto;
  padding:25px;
}

#form{
  width:800px;
  background: #f1f1f1;
  border-radius: 5px;
  margin-top: 50px;
  text-align: center;
  margin: 15px auto;
  padding:25px;
}

#submen{
  font-size: 14px;
  padding:5px;
  border-bottom: 1px solid #cccccc;
  color: #999999;
  vertical-align:middle;
}

err{
  color:#cc0000;
}

cnf{
  color:#006633;
}

.active{
  color: #555555;
}

#iscritti{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #555555;
}

#iscritti_th{
  background: #cccccc;
  color: #000000;
  border-bottom: 1px solid #555555;
}

#iscritti tr#cnt:nth-child(odd){
  background: #efefef;
}

#iscritti td{
  padding:5px;
}
