#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 555px;
height: 258px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: white;
margin: auto;
/*padding: 5px;*/
}

html>body .boxscroll {
width: 260px;
padding: 0 0 0 5px;
height: 135px;
margin:0;
background: url(../img/eng/bkgbox.png) left bottom no-repeat;
}

.boxscroll {
width: 250px;
padding: 0 0 0 0px;
margin:0;
height: 135px;
background: url(../img/eng/bkgbox.png) left bottom no-repeat;
border: 0px solid #000;
}
.boxscroll h1{
	font-family: Trebuchet MS, Verdana;
	font-size: 120%;
	color: #6f4b4a;
	margin: 0 0 0 10px;
	padding:0;
	border: 0;
}
.testo_boxscroll {
	float: left;
	width: 125px;
	margin: 0px 0 0 0;
}

.icona_scroll {
	margin: 0 0 10px 0;
}
html>body #mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 250px;
height: 120px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0;
padding: 5px 0 0 0px;
} 

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 250px;
height: 110px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin:em auto;
padding:5px;
} 

#mycustomscroll3_mcontentwrapper
{
height: 350px !important;
}
#mycustomscroll3 {
width: 300px;
height: 350px;
overflow: auto;
position: relative;
background-color: white;
margin:em auto;
padding: 5px;
} 

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 1670px;
height: 50px;
position: relative;
color: black;
padding: 1px;
}
html>body .fixedwidth2 {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 810px;
height: 190;
position: relative;
color: black;
padding: 0 1px 0 1px;
}

.fixedwidth2 {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 810px;
height: 190;
position: relative;
color: black;
padding: 0 1px 0 1px;
border: 0px solid #000;
}

html>body .fixedwidth3 {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 2510px;
height: 190;
position: relative;
color: black;
padding: 0 1px 0 1px;
}

.fixedwidth3 {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 2510px;
height: 190;
position: relative;
color: black;
padding: 0 1px 0 1px;
border: 0px solid #000;
}
