﻿.divContent {
    width:442px;
    height:auto;
    margin:auto;
}
.btnValidate
{    
    display:block;
    
    width: 100%;
    height:45px;
    line-height:45px;
    text-align:center;
    border:none;

    color:white;
    background-color: #00A3CA;
}
.imgLogo
{
    height: 50px;
}
.imgCodiceAdesione {
    width:100%;
    height:auto;
}
.tbAdesioneCodice
{
    width:430px;
    display:block;   
    height:36px;
    line-height:36px;
    padding-left:10px;
    border:1px solid #E2E2E2;
}

.divText, .divTextNoMargin
{
    width:100%;
    height: auto;
    margin-top:20px;
    margin-bottom: 30px;
    color: #6e6e6e;
}

.divTextNoMargin
{
    margin-bottom: 0px;
}
