html {
	overflow: auto;
}
body {
	padding: 0px;
	margin: 0px;
	background: url('/login/images/bg.gif');
	font-family: verdana, Arial, helvetica, sans-serif;
}
div.clear {
	width: 100%;
	clear: both;
	font-size: 1px;
	height: 6px;
}
div#loginArea {
	position: absolute;
	top: 115px;
	left: 45px;
	height: 329px;
	width: 770px;
	background: url('/login/images/loginArea.gif') no-repeat bottom left;
}
h1#dreamyIntranet {
	position: relative;
	top: 124px;
	left: 35px;
	height: 54px;
	width: 261px;
	background: url('/login/images/DD_marketingonline.gif');
	font-size: 22px;
	text-transform: lowercase;
}
h1#dreamyIntranet em {
	display: none;
}
p#loginText {
	position: relative;
	top: 124px;
	left: 35px;
	font-size: 11px;
}
form#loginForm {
	position: relative;
	top: 124px;
	left: 35px;
	display: block;
	width: 231px;
}
form#loginForm label {
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #1578b3;
	padding-top: 3px;
}
form#loginForm input {
	float: right;
	height: 14px;
	border: 1px solid #999;
	width: 150px;
	font-size: 11px;
	padding: 3px 2px;
}
form#loginForm input.loginBtn {
	float: none;
	width: 62px;
	height: 21px;
	border: 0px;
	margin-left: 74px;
}
div#content {
	position: absolute;
	top: 470px;
	left: 80px;
	width: 730px;
}
div#content a {
	text-decoration: underline;
	color: #146997;
}
div#content a:hover {
	text-decoration: none;
}
