body {
    background-color: #C8C8C8;
    font-family: Verdana, Geneva, sans-serif;
}

#container {
    padding: 20px;
    width: 300px;
    margin: 0px auto 0px;
    margin-top: 10%;
    box-shadow: 0px 0px 10px 0px #000;
    border-radius: 15px;
    background-image: url(../Content2013/images/struttura/bg-container.png);
    min-height: 300px;
    background-repeat: repeat-x;
    background-color: #D1CDCD;
}

#logo {
    height: 60px;
    width: 300px;
    background-image: url(../Content2013/images/struttura/logo-login.png);
    display: block;
}

.box-campo {
    width: 300px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    text-align: center;
    color: #999999;
    max-height: 40px;
}

select {
    width: 290px;
    height: 40px;
    padding: 5px;
    box-shadow: inset 0px 0px 3px 0px #000;
    border-radius: 10px;
    font-size: 20px;
    color: #999;
    padding-left: 10px;
    border: 0px;
    display: block;
}

input {
    width: 280px;
    height: 30px;
    padding: 5px;
    box-shadow: inset 0px 0px 3px 0px #000;
    border-radius: 10px;
    font-size: 20px;
    color: #ccc;
    padding-left: 10px;
    border: 0px;
    display: block;
    outline: none;
}

    input:focus {
        background-color: #ccc;
        color: #333;
    }

    input:active {
        background-color: #333;
        color: #fff;
    }

.button {
    width: 300px;
    height: 40px;
    border-radius: 10px;
    background-color: #666666;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    border: 0px;
    box-shadow: none;
}
a.button {
    display: block;
    color: #fff;
    font-weight: normal;
}
a.button:hover {
    font-weight: normal;
}

.button-2 {
    width: 300px;
    height: 40px;
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    line-height: 40px;
    font-size: 20px;
    border: 0px;
    box-shadow: none;
    margin: 0px;
}

.button-3 {
    width: 300px;
    height: 40px;
    border-radius: 10px;
    background-color: #666;
    color: #fff;
    line-height: 40px;
    font-size: 15px;
    border: 0px;
    box-shadow: none;
    margin: 0px;
    text-transform: lowercase;
}

    .button-3:hover, .button-2:hover, .button:hover {
        background-color: #999;
        color: White;
    }

.button:active {
    background-color: #666;
}

.box-dx {
    background-color: #666;
    box-shadow: #000 0px 0px 2px 0px;
    height: 30px;
    width: 30px;
    position: relative;
    top: -35px;
    left: 260px;
    display: block;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    color: #CCCCCC;
    line-height: 30px;
    text-decoration: none;
}

.clear {
    clear: both;
}
