

body  {
	background-image:url(../img/loginback.png);

	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
}

div.content_login {

	background-image:url(../img/login_hinnasto_top.png);

	background-repeat:no-repeat;

	height:144px;

	left:0;

	position:absolute;

	top:0;

	width:1259px;

}
div.content {

	background-image:url(../img/hinnasto_top.png);

	background-repeat:no-repeat;

	height:144px;

	left:0;

	position:absolute;

	top:0;

	width:1259px;

}
input#passwordField{
	color: #979797;
	position:absolute;
	top:93px;
	left: 260px;
	width: 190px;
	height: 15px;
	border:none;
	font-size:12px;
}

input#clientidField{
	color: #979797;
	position:absolute;
	top:61px;
	left: 260px;
	width: 190px;
	height: 15px;
	border:none;
	font-size:12px;
}

DIV#passwordLabel{
	font-size: 12px;
	position:absolute;
	top:90px;
	left: 200px;
	width: 100px;
	height: 15px;
	border:none;
	font-family: verdana;
	color: white;
}

DIV#clientidLabel{
	font-size: 12px;
	position:absolute;
	top:50px;
	left: 200px;
	width: 100px;
	height: 15px;
	border:none;
	font-family: verdana;
	color: white;
}

DIV#loginButton{
	background: none;
	z-index:10000;
	width: 140px;
	height:20px;
	position: absolute;
	top: 90px;
	left: 465px;
	cursor:pointer;
}

DIV#hinnastoUpload{
	font-family: verdana;
	font-size:12px;
	position:absolute;
	margin: 20px;
	top: 150px;
}

DIV#loginInfo{
	font-family: verdana;
	position:absolute;
	margin: 20px;
	top: 150px;
	color: #cc0909;
}

DIV.pageLabel{
	font-family: verdana;
	color: white;
	font-size: 16px;
	position:absolute;
	left: 253px;
	top: 20px;
}