﻿body 
{
    text-align: left;
    margin: 0px auto;
    width: 100%;
    font-family: Verdana, Sans-Serif;
    font-size: 11px;    
}
.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide these rules from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
/* End hide from IE-mac */

a
{
    font-size: 11px;
    color: #369901;
    text-decoration: none;
}
a:hover
{
    font-size: 11px;
    color: #BADCA9;
}
#testata
{
    background-image: url(../img/testata.jpg);
    background-repeat: no-repeat;
    width: 616px;
    height: 100px;
    padding: 0px auto 20px auto;
    margin: 0px auto;
}
#costoanellini
{
    background-image: url(../img/titolo-anellini.jpg);
    background-repeat: no-repeat;
    width: 600px;
    margin: 0px auto;
    text-align: left;
    padding: 25px 0px 0px 0px;
    font-size: 11px;
    color: #333;        
}
#costoanellini h1
{
    margin: 0px 0px 3px 0px;
    padding: 0px;
    font-size: 13px;
    color: #369901;
}
#pagamentoanellini
{
    background-image: url(../img/titolo-pagamento.jpg);
    background-repeat: no-repeat;
    width: 600px;
    margin: 10px auto 0px auto;
    text-align: left;
    padding: 25px 0px 0px 0px;
    font-size: 11px;
    color: #333;      
}
#richiestaanellini
{
    background-image: url(../img/titolo-richiesta.jpg);
    background-repeat: no-repeat;
    width: 600px;
    margin: 10px auto 0px auto;
    text-align: left;
    padding: 25px 0px 0px 0px;
    font-size: 11px;
    color: #333;      
}
#domandaiscrizione
{
    background-image: url(../img/titolo-iscrizione.jpg);
    background-repeat: no-repeat;
    width: 600px;
    margin: 10px auto 0px auto;
    text-align: left;
    padding: 25px 0px 10px 0px;
    font-size: 11px;
    color: #333;      
}
#tblanellini
{
    font-size: 10px;
    border: 1px solid #999;    
}
#piede
{
    font-size: 10px;
    color: #369901;    
    width: 600px;
    text-align: center;
    margin: 20px auto 0px auto;
    padding: 20px 0px 10px 0px;
    border-top: 1px solid #5AA62C;
}
.bottone
{
    background-color: #fff;
    border: 1px solid #999;
    color: #333;
    font-size: 11px;
    font-family: Verdana;
    cursor: pointer;
}
.bottone:hover
{
    background-color: #666;
    color: #fff;
}