body
{
	background: linear-gradient(90deg,  #a9e4f7 0%,#0fb4e7 100%);
}

.login
{
	width:610px;
}

.tableheader
{
	background-color: #6999c8;
	color:white;
	font-weight:bold;
	text-align:right;
}

.tablerow 
{
	background-color: #8dd0f6;
	color:white;
}

.viesti 
{
	color: #333;
	border: #FF0000 1px solid;
	background: #FFE7E7;
	padding: 5px 20px;
}

.tblLogin{
	margin-top : 2px;
}