BODY.whitestyl {
	color: white;
	overflow: hidden;
}

DIV.content_div {
	position: relative;
	width: 400px;
	margin-left: 20px;
	text-align: center;
	padding-top: 10px;
	line-height: 14pt;
	background-color: red;;
	height: 100px;
}


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #929292;
	text-align: center;
	text-decoration: none;
}

#scrolled {
position: absolute;
clip: rect(0px 460px 330px 0px);
overflow: hidden;
width: 440px;


}
#scrollup {
position: relative;
top: 20px;
left: 460px;
width: 16px;
height: 28px;
background-image: url("../images/scroll/up.gif");
cursor: pointer;
}
#scrolldown {
position: relative;
top: 280px;
left: 460px;
width: 16px;
height: 28px;
background-image: url("../images/scroll/down.gif");
cursor: pointer;
}

#line {
position: absolute;
top: 45px;
left: 460px;
width: 20px;
height: 280px;
background-image: url("../images/scroll/pion.gif");
}

#scrollbar {
position: absolute;
top: 48px;
left: 460px;
width: 16px;
height: 31px;
background-image: url("../images/scroll/scroll4.gif");
cursor: pointer;
}
#containertable {
position: absolute;
top: 10px;
left: 10px;
width: 320px;
height: 300px;
background-color: transparent;
}

#container {
position: relative;
top: 0px;
left: 10px;
width: 320px;
height: 300px;
background-color: transparent;
}

input.login
{
font-family: Verdana;
font-size: 11px;
width: 160px;
height: 16px;
border-style: solid;
border-width: 1px;
border-color: #7E7E7E;
}