/* Home - Login */

#loginwindow {
width: 300px;
text-align: right;
margin: 0px auto;
padding-top: 50px;
padding-bottom: 50px;
}
#loginwindow p{
text-align: justify;
font-size: 11px;
}

#utente {
width: 300px;
height: 22px;
margin-bottom: 10px;
font-size: 13px;
font-weight: bold;
}

#password {
width: 300px;
height: 22px;
margin-bottom: 10px;
font-size: 13px;
font-weight: bold;
}
#accedi {
float: right;
width: 160px;
height: 22px;
font-size: 12px;
font-weight: bold;
text-align: right;
}

input.accedi{
cursor: hand;
width: 70px;
height: 22px;
color: #ffffff;
margin-left: 8px;
}
/*input.accedi :hover{
cursor: hand;
width: 70px;
height: 22px;
color: #000000;
background: #f68e2b;
border: 1px solid #f68e2b;
margin-left: 8px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
}*/
/*
***************************** input */
.utente {
width: 150px;
height: 18px;
border: 1px solid #A5A5A5;
background: #E1E1E1;
}
.password {
width: 150px;
height: 18px;
border: 1px solid #A5A5A5;
background: #E1E1E1;
}

/*
***************************** pagine di solo testo */
#testonormale {
width: 560px;
text-align: left;
margin: 0px auto;
padding-top: 50px;
padding-bottom: 50px;
}
#testonormale p{
text-align: justify;
font-size: 12px;
}

/*
***************************** contenitori del form */
/*
***************************** join_form */
#sezioneform {
margin-top: 20px;
margin-bottom: 20px;
font-size: 11px;
font-weight: bold;
}
#voceform1 {
width: 285px;
height: 22px;
margin-bottom: 10px;
font-size: 11px;
font-weight: none;
}
#voceform2 {
width: 265px;
height: 22px;
margin-bottom: 10px;
font-size: 11px;
font-weight: none;
}
#voceform3 {
width: 450px;
height: 22px;
margin-bottom: 10px;
font-size: 11px;
font-weight: none;
}

#loginwindowform1 {
float: left;
width: 265px;
text-align: right;
padding-top: 20px;
padding-right: 10px;
}
#loginwindowform2 {
float: right;
width: 265px;
text-align: right;
padding-top: 20px;
padding-bottom: 10px;
margin-right: 10px;
}

/*
**************************************** box vetrina in basso */
#vetrinahomepage {
width: 570px;
height: auto;
font-size: 13px;
margin: 10px;
border: 4px double #a5a5a5;
}
#vetrinahomepage img{border: none;}
#vetrinahomepage p{padding: 10px;}