html #headWrap #pageHeaderLogo
{
	background-image:url(/css/Local/images/dws_logo.gif);
	height:82px;
	left:36px;
	position:absolute;
	top:8px;
	width:117px;
}
/* Icons at the bottom of the startpage don't float correctly */
#ia div
{
	float:left;
}

.disclaimer .text {
	max-height: 430px;
	overflow: auto;
	font-size: 12px;
}

/* Watchlist V1 fixes */
#formatTable td.ids span.InstrumentCheckbox
{
	float:left;
	margin:5px 5px 5px 10px;
}
/* IE has some ghost space around checkboxes, so we don't need the margin-top */
* html #formatTable td.ids span.InstrumentCheckbox
{
	margin-top:0;
}
*+html #formatTable td.ids span.InstrumentCheckbox
{
	margin-top:0;
}
#formatTable td.ids
{
	width:230px;
}
#formatTable td.ids div.InstrumentBox
{
	width:195px;
}
#formatTable #contentData th
{
	height:auto;
	padding-bottom:2px;
	padding-top:5px;
}
#formatTable td.return
{
	vertical-align:middle;
}
#formatTable td.return .percent
{
	padding-top:4px;
}
/* In IE, the landscape div causes the content to fall under the logout panel */
*+html #AccountContent div.page_landscape
{
	width:auto;
}
* html #AccountContent div.page_landscape
{
	width:auto;
}
/* End Watchlist V1 fixes */