body {
	font-family: Verdana, Arial;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #f5f7f8;
}

.clear {
	clear: both;
}

img {
	border: 0px;
	vertical-align: top;
}

form {
	margin: 0px;
	padding: 0px;
}

.background {
	background: url(../images/bg.jpg) top center repeat-y;
	margin-left: auto;
	margin-right: auto;
	width: 996px;
	text-align: left;
}

.page {
	width: 948px;
	text-align: left;
	margin-left: 24px;
	margin-right: 24px;
}

.bgdown {
    margin: 0px;
    background: url(../images/bg_down.jpg) top left no-repeat;
    height: 94px;
}


/**************************************
 * HEADER
 **************************************/

.header {
	background: #fff url(../images/bg_up.jpg) top left repeat-x;
	height: 130px;
}

.header_left {
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-left: 38px;
}

.header_left h1 {
	margin: 0px;
	padding: 0px;
}

.header_right_1 {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 88px;
}

.header_right_1 p {
	margin-top: 60px;
	margin-right: 45px;
	font-weight: bold;
	font-size: 13px;
	color: #555;
}

.header_right_1 a {
	color: #555;
	text-decoration: none;
}

.header_right_1 a:hover {
	color: #555;
	text-decoration: underline;
}


.header_right_2 {
	float:right;
	clear: right;
	margin: 0px;
	width: 640px;
	padding-right: 32px;
	padding-bottom: 0px;
}

.header_right_2 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.header_right_2 li {
	margin: 0px;
	padding: 0px;
	float: left;
}

.header_right_2 * {
	margin: 0px;
	padding: 0px;
}



/**************************************
 * HOME
 **************************************/


.body_home {
	background: #fff;
	height: 285px;
	margin: 0px;
	padding: 0px;
}

.body_home_left {
	padding-top: 30px;
	padding-left: 60px;
	width: 400px;
	float: left;
	text-align: justify;
	line-height: 18px;
	color: #525453;
}

.body_home_left h2 {
	margin: 0px;
	padding: 0px;
}

.body_home_left p {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 13px;
}

.body_home_right {
	float: right;
	padding-right: 15px;
}


/**************************************
 * PAGINE INTERNE ...
 **************************************/


/* sfondo ripetuto con colonna sinistra */
.body_page {
	background: #fff url(../images/bg_h.jpg) top left repeat-y;
	color: #525453;
}


/* cambia immagine di sfondo in footer e padding */

.body_page_container_1 {
	background: url(../images/bg_body_1.jpg) bottom left no-repeat;
	padding-bottom: 46px;
}

.body_page_container_2 {
	background: url(../images/bg_body_2.jpg) bottom left no-repeat;
	padding-bottom: 60px;
}


.body_page p {
	font-size: 12px;
}

.body_page h3 {
	font-size: 12px;
	font-weight: bold;
	color: #018e30;
}



.body_left {
	float: left;
	width: 276px;
	font-size: 12px;
}





.body_left_menu p {
	height: 40px;
	margin-left: 25px;
	margin-top: 35px;
	margin-bottom: 0px;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: url(../images/bg_ul_2_a.gif) bottom right no-repeat;
	color: #006200;
	font-weight: bold;
	line-height: 40px;
	vertical-align: middle;
}

.body_left_menu p.active {
	background: url(../images/bg_ul_4.gif) top left no-repeat;
}

.body_left_menu p span {
	display: block;
}

.body_left_menu p a {
	color: #006200;
	display: block;
	text-decoration: none;
}

.body_left_menu p a:visited {
	color: #006200;
	display: block;
}

.body_left_menu p a:hover {
	color: #006200;
	display: block;
	text-decoration: underline;
}





.body_left_menu ul {
	list-style: none;
	margin-top: 0px;
	margin-left: 25px;
	padding: 0px;
}

.body_left_menu li {
	background: url(../images/bg_ul_2_b.gif) bottom right no-repeat;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 40px;
	margin: 0px;
}

.body_left_menu ul a {
	color: #545454;
	text-decoration: none;
	padding-top: 13px;
	padding-bottom: 12px;
	display: block;
	background: url(../images/bg_ul_1_a.gif) 212px 12px no-repeat;
}

.body_left_menu ul a:hover {
	text-decoration: underline;
	background: url(../images/bg_ul_1_b.gif) 212px 12px no-repeat;
}

.body_left_menu li.active {
	background: url(../images/bg_ul_4.gif) bottom right no-repeat;
}


.body_content_left {
}

.body_content_left ul {
	list-style: none;
	text-align: right;
	margin-right: 40px;
	margin-top: 30px;
}


/* CONTENUTO */





.body_right {
	margin-left: 276px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.body_right h3 {
	margin-top: 14px;
	margin-bottom: 4px;
}

.body_right h4 {
	margin-top: 8px;
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 11px;
}

.body_right p {
	margin-top: 0px;
	margin-bottom: 10px;
}

.body_right a {
	color: #008e30;
}

.body_right a:visited {
	color: #008e30;
}

.body_right a:hover {
	color: #ed1c24;
}

.body_right_bg_1 {
	background: url(../images/bg_title_2.jpg) 28px 20px no-repeat;
	height: auto !important;
	height: 200px;
	min-height: 200px;
}

.body_right_bg_2 {
	background: url(../images/bg_title_1.jpg) 28px 20px no-repeat;
	height: auto !important;
	height: 200px;
	min-height: 200px;
}

.body_right_bg_3 {
	background: url(../images/bg_title_2.jpg) 28px 20px no-repeat;
	height: auto !important;
	height: 200px;
	min-height: 200px;
}

h2.title {
	margin: 0px;
	padding: 0px;
	height: 58px;
}

h2.title span {
	display: block;
	margin: 0px;
	padding-top: 22px;
	padding-left: 40px;
	color: #fff;
	font-family: Arial;
	font-size: 26px;
	font-weight: normal;
}


h3.title {
	margin: 0px;
	padding: 0px;
	height: 80px;
	text-align: right;
	width: 480px;
}

h3.title span {
	display: block;
	padding-top: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #e70015;
}




/* contenuti */





.content {
	padding-left: 40px;
	padding-top: 15px;
	line-height: 18px;
	text-align: justify;
	font-size: 12px;
	width: 590px;
}


.content_left {
	float: left;
	margin: 0px;
	padding-left: 40px;
	padding-top: 10px;
	line-height: 18px;
	text-align: justify;
	font-size: 12px;
	width: 393px;
}
.link_vid {
	float: left;
	margin: 0px;
	padding-top: 10px;
	line-height: 18px;
	text-align: justify;
	font-size: 12px;
	width: 393px;
}



.content_right {
	margin-left: 462px;
	padding-top: 10px;
	padding-left: 0px;
}

.content_right ul {
	margin-top: 80px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style: none;
}


/* TIPI DI CONTENUTI */



/* lista prodotti */

ul.product_list {
	list-style: none;
	margin-top: 10px;
	margin-left: 0px;
	padding: 0px;
}

.product_list li {
	height: 75px;
	margin-top: 5px;
	margin-left: 0px;
	padding: 0px;
}

.product_list .image {
	float: left;
	margin: 0px;
	padding: 0px;
}

.product_list .description {
	margin-top: 0px;
	margin-left: 90px;
	padding: 0px;
}



/* elenco con puntino verde */
ul.list_1 {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
	list-style: none;
}

.list_1 li {
	background: url(../images/bg_ul_3_b.gif) 0px 5px no-repeat;
	margin: 0px;
	padding-left: 18px;
	padding-bottom: 0px;
}


/* scritta piccola */
.small_char {
	font-size: 10px;
}

.small_char_bold {
	font-size: 10px;
	font-weight: bold;
}

.small_char_link {
	font-size: 10px;
	text-decoration: none;
	color: #525453;
}

/* box right */

.box_right_1_top {
	background: url(../images/box_3_top.jpg) bottom left no-repeat;
	width: 168px;
	height: 33px;
}

.box_right_2_top {
	background: url(../images/box_4_top.jpg) bottom left no-repeat;
	width: 168px;
	height: 33px;
}

.box_right_1_top span {
	display: block;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.box_right_2_top span {
	display: block;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.box_right_middle {
	background: url(../images/box_3_middle.jpg) top left repeat-y;
	font-size: 13px;
	width: 168px;
}

.box_right_middle_container {
	padding-left: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.box_right_1_bottom {
	background: url(../images/box_3_bottom.jpg) top left no-repeat;
	width: 168px;
	height: 11px;
}

.box_right_2_bottom {
	background: url(../images/box_4_bottom.jpg) top left no-repeat;
	width: 168px;
	height: 63px;
}

/* TABBED BOX */

.tabbed_box {
	width: 610px;
	margin-left: 28px;
	margin-top: 25px;
}

.tabbed_box_tabs {
	padding-left: 10px;
}

.tabbed_box_tabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 32px;
}

.tabbed_box_tabs li {
	float: left;
	margin-left: 2px;
}

.tabbed_box_tabs a.active {
	background: url(../images/box_2_tab_1.jpg) top left no-repeat;
}

.tabbed_box_tabs a {
	display: block;
	background: url(../images/box_2_tab_2.jpg) top left no-repeat;
	width: 138px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.tabbed_box_tabs a:hover {
	color: #fff;
}

.tabbed_box_tabs a:visited {
	color: #fff;
}

.tabbed_box_tabs span {
	display: block;
	padding-top: 2px;
	padding-left: 8px;
}

.tabbed_box_up {
	background: url(../images/box_2_top.jpg) top left no-repeat;
	width: 610px;
	height: 8px;
}

.tabbed_box_down {
	background: url(../images/box_2_bottom.jpg) bottom left no-repeat;
	width: 610px;
	height: 8px;
}

.tabbed_box_contents {
	background: #018e30;
	margin: 0px;
	padding: 0px;
	color: #fff;
	line-height: 18px;
}

.tabbed_box_content {
	padding: 15px;
}

.tabbed_box_contents p {
	margin: 0px;
	padding-top: 0px;
}

.tabbed_box_contents ul {
	margin: 0px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
	list-style: disc outside;
}

.tabbed_box_contents li {
	margin: 0px;
}

.tabbed_box_contents table {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.tabbed_box_contents th {
	background: #fff;
	color: #4f5252;
}

.tabbed_box_contents td {
	background: #99cc99;
	color: #005500;
}




/**************************************
 * FOOTER
 **************************************/


.buttons {
	background: #505251 url(../images/bg_body_3.jpg) bottom left repeat-x;
	padding-top: 10px;
	padding-left: 34px;
	padding-bottom: 0px;
	height: 156px;
	clear: both;
}

.buttons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.buttons li {
	float: left;
	margin: 0px;
	padding: 0px;
}

.buttons a {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 288px;
	height: 145px;
	text-decoration: none;
}

.buttons a span {
	display: block;
	color: #fff;
	font-size: 12px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 70px;
}

.boxes {
	background: #fff url(../images/bg_footer.jpg) bottom left repeat-x;
	margin: 0px;
	padding: 0px;
	height: 217px;
	clear: both;
	color: #525453;	
}

.box {
	background: #fff url(../images/sfume.jpg) bottom left repeat-x;
	float: left;
}

.box_content {
	padding-left: 15px;
	padding-right: 18px;
	height: 217px;
}

.box h3 {
	font-size: 14px;
	color: #0b9639;
	margin: 0px;
	padding-top: 10px;
}

.box p {
	font-size: 12px;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 6px;
}

.box ul {
	list-style: none;
	margin: 0px;
	padding-top: 8px;
	padding-left: 0px;
}

.box label {
	font-size: 12px;
	font-weight: bold;
}

.box a {
	text-decoration: none;
	color: #525453;	
}

.box a:hover {
	color: #888;
}



.footer {
	color: #ddd;
	font-size: 9px;
	padding-left: 30px;
	padding-right: 30px;
	clear: both;
	height: 120px;
}

.footer a {
	color: #ddd;
	text-decoration: none;
}

.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer_left {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
}

.footer_right {
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: right;
}

.footer ul {
	list-style: none;
	margin-top: 35px;
}

.footer li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background: transparent url(../images/dash.jpg) top right no-repeat;
	height: 58px;
}

.footer ul ul {
	margin: 0px;
	padding: 0px;
}

.footer li li {
	float: none;
	background: transparent;
	height: auto;
	padding: 0px;
}

.green_row {
	background: #fff url(../images/green_line.jpg) top left repeat-y;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

.green_row img {
	display: block;
}





/**************************************
 * CAROSELLO
 **************************************/

#carousel {
	width:346px;
	height: 131px;
	overflow: hidden;
	position: relative;
	background: #fff;
}

#carousel_left {
	position: absolute; top: 0px; left: 0px;
	width: 29px;
	padding-top: 10px;
}

#carousel_right {
	position: absolute; top: 0px; right: 0px;
	width: 29px;
	padding-top: 10px;
}

#carousel_middle {
	position: absolute; top: 0px; right: 29px;
	width: 288px;
}


#carousel_contained {
	white-space:nowrap;
	height: 134px;
	list-style: none;
	position: absolute;
}

#carousel_contained li {
	display: inline;
}


/***********************
 * FORM
 ************************/

form {
	margin: 0px;
	padding: 0px;
}

.form_label {
	width: 217px;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
}

.form_mandatory {
	width: 15px;
	color: red;
	vertical-align: top;
}

.input_text {
	border: 0px;
	width: 288px;
	height: 25px;
	background: url(../images/form.gif) -10px -10px no-repeat;
	padding-top: 3px;
	padding-left: 3px;
}

.input_text input {
	display: block;
	font-size: 14px;
	border: 0px;
	background: transparent;
	width: 280px;
}

.input_select {
	width: 288px;
	height: 25px;
	background: url(../images/form.gif) -10px -145px no-repeat;
}

.input_select input {
	display: block;
	padding-top: 3px;
	padding-left: 3px;
}


.input_select ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 288px;
	height: 100px;
	overflow: auto;
	border: 1px solid #eee;
	background: #fff;
	display: none;
}

.input_select li {
	margin: 0px;
	padding: 0px;
}

.input_select a {
	color: #000;
	display: block;
	padding: 3px;
	text-decoration: none;
}

.input_select a:hover {
	background: #eee;
}


.input_select input {
	border: none;
	font-size: 14px;
	width: 280px;
	background: transparent;
}

.input_textarea {
	margin: 0px;
	padding: 0px;
	width: 288px;
	height: 100px;
	background: #000 url(../images/form.gif) -10px -279px no-repeat;
}

.input_textarea textarea {
	width: 285px;
	height: 95px;
	border: none;
	background: transparent;
	font-size: 16px;
	font-family: Verdana;
}

.input_checkbox_list_container {
	width: 280px;
	height: 185px;
	overflow: auto;
	border: 1px solid #eee;
	margin-top: 5px;
	padding: 3px;
}

.input_checkbox_list {
	padding-top: 3px;
	display: block;
}

.input_error {
	color: #df001a;
	font-size: 11px;
	font-weight: bold;
	display: block;
}


#header_linguetta_container {
	position: absolute;
	width: 948px;
	top: 0px;
}


#header_linguetta {
	position: absolute;
	top: 0px;
	left: 276px;
	background: url(../images/box_registra_qui.png) top left no-repeat;
	width: 273px;
	height: 66px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 0px;
	
	background: url(../images/box_registra_qui.png) top left no-repeat;
	width: 273px;
	height: 72px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}


#header_linguetta div {
	padding-top: 8px;
	text-align: center;
}

#header_linguetta a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding-top: 7px;
}

#header_linguetta a:hover {
	/*text-decoration: underline;*/
}

/* SALA STAMPA */


.sala_stampa_cloud {
	background: #fff url(../images/fondo_salastampa.jpg) 30px 0px no-repeat;
}


.sala_stampa_cloud_top {
	height: 377px;
}

.sala_stampa_cloud_left {
	width: 340px;
	float: left;
}

.sala_stampa_cloud_left_container {
	padding-top: 50px;
	padding-left: 60px;
}

.sala_stampa_cloud_left h3 {
	color: #ed1b24;
	font-size: 28px;
}

.sala_stampa_cloud_left p {
	color: #777;
	font-size: 12px;
}

.sala_stampa_cloud_right {
	float: right;
	width: 575px;
}

.sala_stampa_cloud_right_container {
	padding-top: 50px;
	padding-right: 62px;
}

.sala_stampa_cloud_carousel {
	height: 270px;
	overflow: hidden;
}

.sala_stampa_cloud_carousel_item {
	height: 270px;
}

.sala_stampa_cloud_right .sala_stampa_cloud_occhiello {
	color: #555;
	font-size: 11px;
	font-weight: bold;
}

.sala_stampa_cloud_right .sala_stampa_cloud_titolo {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 7px;
}

.sala_stampa_cloud_titolo a {
	color: #fff;
	text-decoration: none;
}

.sala_stampa_cloud_titolo a:hover {
	text-decoration: underline;
}

.sala_stampa_cloud_right .sala_stampa_cloud_abstract {
	color: #fff;
	font-size: 12px;
	margin-top: 7px;
}

.sala_stampa_cloud_right .sala_stampa_cloud_link {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin-top: 7px;
}

.sala_stampa_cloud_right .sala_stampa_cloud_link a {
	color: #fff;
	text-decoration: none;
}

.sala_stampa_cloud_right .sala_stampa_cloud_link a:hover {
	color: #fff;
	text-decoration: underline;
}

.sala_stampa_cloud_page {
	display: block;
	font-size: 10px;
	line-height: 35px;
	float: left;
	color: #555;
}

.sala_stampa_cloud_button_left {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/bt_sx.jpg) top left no-repeat;
	float: left;
	margin-left: 5px;
}

.sala_stampa_cloud_button_right {
	display: block;
	width: 26px;
	height: 26px;
	background: url(../images/bt_dx.jpg) top left no-repeat;
	float: left;
	margin-left: 5px;
}


.sala_stampa_cloud_bottom {
	padding-left: 815px;
	height: 26px;
}


.sala_stampa_bottom {
	background: #fff url(../images/linea_separa.jpg) 30px bottom no-repeat;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}


.sala_stampa_box {

}

.sala_stampa_box_title {
	color: #999;
	font-size: 12px;
	border-bottom: 1px dashed #999;
	padding-bottom: 5px;
}

.sala_stampa_box_item_occhiello {
	color: #018e30;
	font-size: 10px;
	font-weight: bold;
	margin-top: 9px;
}

.sala_stampa_box_item_titolo {
	color: #555;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

.sala_stampa_box_item_abstract {
	font-size: 12px;
	color: #555;
}

.sala_stampa_box_item_link {
}

.sala_stampa_box_item_link a {
	color: #ed1c24;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


.sala_stampa_box2_item_titolo {
	color: #018e30;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}

.sala_stampa_box2_item_abstract {
	font-size: 12px;
	color: #555;
	margin-top: 7px;
}

.sala_stampa_box2_item_link {
	margin-top: 7px;
}

.sala_stampa_box2_item_link a {
	color: #ed1c24;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.sala_stampa_box_item_link a {
	color: #ed1c24;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.sala_stampa_box_1col {
	width: 290px;
}

.sala_stampa_box_2col {
	width: 580px;
}

.sala_stampa_filtro {
}

.sala_stampa_filtro_left {
	float: left;
}

.sala_stampa_filtro_right {
	float: right;
}



.sala_stampa_articolo_data {
	font-weight: bold;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 4px;
}

.sala_stampa_articolo_titolo {
	color: #e3001b;
	font-weight: bold;
	text-transform:uppercase;
	border-bottom: 1px dashed #aaa;
	padding-bottom: 4px;
}

.sala_stampa_articolo_abstract {
	font-style: italic;
}

.sala_stampa_articolo_contenuto {
}

.sala_stampa_articolo_file {
}

.sala_stampa_articolo_archivio {
	padding-top: 40px;
	font-weight: bold;
}

.sala_stampa_elenco {
	margin-top: 10px;
}

.sala_stampa_elenco_pagine {
	margin-top: 15px;
	text-align: right;
}

.sala_stampa_elenco th {
	padding-bottom: 5px;
	padding-top: 5px;
	color: #ed1c24;
	font-weight: bold;
	border-bottom: 1px dashed #555;
}

.sala_stampa_elenco td {
	padding-bottom: 6px;
	padding-top: 6px;
	border-bottom: 1px dashed #555;
	text-align: left;
}


.sala_stampa_mediakit_item {
	border-bottom: 1px dashed #555;
	padding-bottom: 7px;
	margin-top: 7px;
}

.sala_stampa_mediakit_titolo {
	color: #555;
	font-weight: bold;
	padding-left: 20px;
	background: url(../images/bg_ul_3_b.gif) 0px 5px no-repeat;
}

.sala_stampa_mediakit_contenuto {
	
}

.sala_stampa_mediakit_file {

}

.sala_stampa_mediakit_file a {
	color: #ed1c24;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.sala_stampa_mediakit_file a:visited {
	color: #ed1c24;
}

.sala_stampa_mediakit_file a:hover {
	color: #ed1c24;
	text-decoration: underline;
}


/* BORDO BOTTOM COMUNE A VARI ELEMENTI */

.sala_stampa_border_bottom {
	border-bottom: 1px dashed #555;
}

.sala_stampa_link {
	color: #ed1c24;
	font-weight: bold;
	text-decoration: none;
}

.sala_stampa_red {
	color: #ed1c24;
	font-weight: bold;
	text-transform:uppercase;
}

#minimizza
{
	position:relative;
	top:30px;
	left:245px;
	width:19px;
	height:11px;
	z-index:6;
	background: transparent url(../images/bt_open_box.png);
	cursor:pointer;
}
#registraLink:hover 
{text-decoration: none}
