.body {
	background-color: #transparent;
	margin: 0px;
	margin-top: 0px;
	padding: 0; padding-top: 1em;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 13px;
	font-color: #ffffff;
}

#content {
	vertical-align: top;
	background-color: #transparent;
    height: 20px;
	padding: 1em;
	margin:0.2em 1em;
	margin-top: 0px;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 350px;
height: 160px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: center;
margin: 0.3em auto;
padding: 5px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 400px;
height: 300px;
position: relative;
color: black;
padding: 1px;
}

fieldset {border:0px;}
