.header
{
    background-color: #E6EBF1;
    text-align: center;
    width: 100%;
}

.title
{
    background-color: #B3C8E3;
    color: #1B4982;
    text-align: center;
    font-weight: bold;
}

.data
{
    background-color: #E6EBF1;
}

.nota
{
    font-style: italic;
    font-size: 13px;
}

.mandatory
{
    font-size: 13px;
    color: #1B4982;
    text-align: right;
}

.label
{
}

.text
{
    width: 800px;
    text-align: justify;
}

.error
{
    color: #FF0000;
    font-weight: bold;
}

.boxScroll
{
	margin: 5px 0px;
	overflow: auto;
	height: 60px;
	width: 420px;
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 0;
}

