@charset "UTF-8";
/* CSS Document */

div.top_left_bianco {
	background: url(../images/top_left.gif) no-repeat top left;
}
div.top_right_bianco {
	background:url(../images/top_right.gif) no-repeat top right;
}
div.top_bianco {
	height:15px;
	overflow:hidden;
	margin:0 5px 0 5px;
}
div.bottom_left_bianco {
	background: url(../images/bottom_left.gif) no-repeat bottom left;
}
div.bottom_right_bianco {
	background:url(../images/bottom_right.gif) no-repeat bottom right;
}
div.bottom_bianco {
	height:15px;
	overflow:hidden;
	margin:0 5px 0 5px;
}

div.top_left_grigio {
	background: url(../images/grigio_top_left.gif) no-repeat top left;
}
div.top_right_grigio {
	background:url(../images/grigio_top_right.gif) no-repeat top right;
}
div.top_grigio {
	height:15px;
	overflow:hidden;
	margin:0 5px 0 5px;
}
div.bottom_left_grigio {
	background: url(../images/grigio_bottom_left.gif) no-repeat bottom left;
}
div.bottom_right_grigio {
	background:url(../images/grigio_bottom_right.gif) no-repeat bottom right;
}
div.bottom_grigio {
	height:15px;
	overflow:hidden;
	margin:0 5px 0 5px;
}


div.top_left_verde {
	background: url(../images/verde_top_left.gif) no-repeat top left;
}
div.top_right_verde {
	background:url(../images/verde_top_right.gif) no-repeat top right;
}
div.top_verde {
	height:12px;
	overflow:hidden;
	margin:0 5px 0 5px;
}
div.bottom_left_verde {
	background: url(../images/verde_bottom_left.gif) no-repeat bottom left;
}
div.bottom_right_verde {
	background:url(../images/verde_bottom_right.gif) no-repeat bottom right;
}
div.bottom_verde {
	height:12px;
	overflow:hidden;
	margin:0 5px 0 5px;
}
