/* CSS Document */
/* =Reset default browser CSS. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Struttura mia */
.cornice_out{
	width:200px;
	height:69px;
	margin:auto;
	/*overflow:auto;*//* Serve per l'alineamento verticale del contenuto (vedi margin div.cornice_in) */
	overflow:hidden;
	/*background-image:url(../immagini/bollino_digitale/bg_200x140.png);*/
	border:0px solid #888;
	/*OMBRA*/
	/*-moz-box-shadow: 0px 0px 5px 5px #b2b2b2;
	-webkit-box-shadow: 0px 0px 5px 5px #b2b2b2;
	box-shadow: 0px 0px 5px 5px #b2b2b2;*/
}
.cornice_in{
	width:200px;
	height:69px;
	margin:0px;
	overflow:hidden;
}
.istituto,.made_in_italy,.registrazione,.attesta,.marchio,.sottotitolo1,.sottotitolo2,.categoria,.ditta,.ragione_sociale,.indirizzo,.garanzie,.organismo,.firma1,.firma2,.firma3,.data{text-align:center;}
.it{text-transform:uppercase;}
.en{text-transform: inherit;}
.marchio{margin:20px auto 0px auto;overflow:hidden;text-transform:uppercase;text-align:center;font-weight:bold; width:150px;}
.registrazione{margin-top:8px; overflow:hidden;}
.garanzie{margin:4px auto 0px auto;line-height:0.9;overflow:hidden; width:180px;}
.data{margin-top:6px;font-size:10px;}