/* 
*	@author Cosimo Guerra
*	@date 12/03/09
*/

body {
background-color: #F1EADC;
font-family: Verdana;
font-size: 14px;
height:600px;
}

table {
font-size:14px;
}

#contenitore {
background-color: #E2D4B9;
font-family: Verdana;
border: 2px ridge #000000;
margin: 10px;
width: 600px;
height: auto;
}

#logo {
height: 110px;

margin-left:160px;
}

.caption {
font-weight: bold;
padding-left: 4px;
width:111px;
}

.caption_red {
font-weight: bold;
padding-left: 4px;
color: #FF0000;
}

.testo {
padding-left: 2px;
}

.inputtext {
padding-left: 2px;
border: 2px solid #FF0000;
width:238px;
}

.privacy {
display:none;
}

.check {
padding-left: 15px;
}

.button {
display:none;
}

.buttonOk {
display:none;
}

.noprint {
display:none;
}

#noprint {
display:none;
}