a:link.LoginLink{
	font-family: Calibri,Arial;
	font-size: 12px;
	font-weight: none;
	color: white;
	text-decoration: none;
	background:none;
}
a:visited.LoginLink{
	font-family: Calibri,Arial;
	font-size: 12px;
	font-weight: none;
	color: white;
	text-decoration: none;
	background:none;
}
a:hover.LoginLink{
	font-family: Calibri,Arial;
	font-size: 12px;
	font-weight: none;
	color: silver;
	text-decoration: none;
	background:none;
}
.Login{
	position:relative;
	transition:all 1s linear;
	opacity:0;
	visibility:hidden;
	padding-right:10px;
	padding-top:30px;
	padding-left:20px;
	background :#27aae0;
	box-shadow:10px 10px 1em #333333;

	transition:all 0.4s linear;
	top:0px;
	left:0px;
	width:320px;
	height:00px;
	border:solid 2px white;
}
.LoginText{
	font-family: Abel,Arial;
	font-size: 18px;
	font-weight: none;
	color: white;
	text-decoration: none;
}
.LoginField { 
	font-family: Abel,Arial;
	color: Navy;
	font-weight : none;
	font-size: 18px;
	border: solid 1px navy;
}
.LoginButton{
	font-family: Abel;
	font-size: 15px;
	font-weight : none;
	color: White;
	border: solid 1px #5489ff;
	height:34px;
	background:#00468d;
}
.LoginButton:hover {
	background:#5489ff;
	box-shadow:0px 0px 1em #333333;
}
.LoginButton:active{
	border-top-color: black;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: black;
}
