html,
body {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sds_top {
	background-color: #b0c50f;
	background-image: url(../images/sds_bg.gif);
	height: auto;
	padding-top: 9px;
	padding-right: 20px;
	padding-left: 9px;
	width: auto;
	color: #FFFFFF;
	clear: both;
	overflow: hidden;
	visibility: visible;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-repeat: repeat-x;
}
#sds_top h2.titolo {
	font-size: 18px;
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#sds_top p {
	display: none;
}
#sds_top img {
	height: 45px;
	width: 60px;
	border: 1px solid #e9e9e9;
	float: left;
	margin-right: 9px;
}
#sds_top h1 {
	background-image: url(../images/sds_logo.gif);
	background-repeat: no-repeat;
	text-indent: -1024px;
	display: block;
	height: 70px;
	width: 147px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 47px;
	padding: 0px;
	margin: 0px;
}
#sds_top #frame {
	white-space: normal;
	display: block;
	width: auto;
	position: absolute;
	left: 9px;
	top: 9px;
	background-image: url(../images/sds_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px -9px;
	margin-right: 200px;
}
#sds_top h4 {
	font-weight: normal;
	color: #FFF;
	position: absolute;
	top: 35px;
	right: 20px;
	font-size: 10px;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#sds_top a#close {
	position: absolute;
	top: 9px;
	background-color: #b0c50f;
	background-image: url(../images/sds_exit.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #FFF;
	text-indent: -1024px;
	overflow: hidden;
	display: block;
	width: 16px;
	height: 16px;
	right: 20px;
	color: #FFF;
}
#sds_top a#close:hover {
	background-color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	color: #000;
}
