a.link {
	background: url("../images/login/link.jpg") no-repeat scroll 0 0 #FFFFFF;
	color: #003366;
	display: block;
	padding: 0 0 0 25px;
	text-decoration: none;
	width: 265px;
	background-color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	line-height: 40px;
	list-style-type: none;
	
}

a.link:hover {
	text-decoration: none;
	background: url(../images/login/link.jpg) no-repeat scroll 100 0 #FFFFFF;
	color: #00FF00;
}

body {
	background: url("../images/login/bg_body.gif") repeat-x scroll left top transparent;
}

div.main {
	width: 750px;
	height: 595px;
	border: 5px solid #B0E0E6;
	margin: 30px auto;
	background-color: #FFFFFF;
}

div.container {
	width: 680px;
	height: 485px;
	margin: 30px auto;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

table.loginArea {
	width: 180px;
//	height: 170px;
//	text-align: center;
	border: 1px solid #B0E0E6;
	border-collapse: collapse;
}

table.loginArea th {
	background-color: #E0FFFF;
}

table.loginArea td {
	padding: 5px 2px;
}

div.link {
	background: url("../images/login/link.jpg") no-repeat scroll 0 0 #FFFFFF;
	color: #003366;
	display: block;
	padding: 0 0 0 25px;
	text-decoration: none;
	width: 265px;
	background-color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	line-height: 40px;
	list-style-type: none;
	
}

.lightcyan {
	background-color: #E0FFFF;
}

.errorsArea{
    color: #ff0000;
}
