body
{
	background-color: #d19022;
}

.OuterLoginBoxBorder
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 547px;
	height: 366px;
	margin-left: -275px;
	margin-top: -185px;
	border: solid 3px #ffffff;
}

.InnerTopLoginBox
{
	width: 520px;
	height: 300px;
	margin-top: 10px;
	margin-left: 10px;
	border-left: solid 3px #ffffff;
	border-top: solid 3px #ffffff;
	border-right: solid 3px #ffffff;
}

.InnerBottomLoginBox
{
	width: 520px;
	height: 40px;
	margin-top: 0px;
	margin-left: 10px;
	border-left: solid 3px #ffffff;
	border-bottom: solid 3px #ffffff;
	border-right: solid 3px #ffffff;
	text-align: right;
}

.LoginBox
{
	font-family: Georgia, Verdana, Arial;
	font-size: 12pt;
	color: #ffffff;
	margin: 20px 0 0 20px;
}

.LoginData 
{
	margin-top: 30px;
	margin-bottom: 20px;
}

.Welcome
{
	font-family: Georgia, Verdana, Arial;
	font-size: 30pt;
	color: #ffffff;
	font-weight: bold;
}

.Welcome2
{
	font-family: Georgia, Verdana, Arial;
	font-size: 12pt;
	color: #ffffff;
}

.PVImage 
{
	margin-right: 20px;
}

.Fyrkant 
{
	vertical-align: bottom;
}

a 
{
	font-family: Georgia, Verdana, Arial;
	color: #ffffff;
	text-decoration: underline;
}

a:hover
{
	
}

a:visited 
{
}

input.Button
{
	font-size: 12pt;
	font-family: Georgia, Verdana, Arial;
	color: #ffffff;
	font-weight: bold;
	background-color: #d19022;
	border: solid 2px #ffffff;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#e2e2e2,direction=135,strength=2);
	cursor: hand;
}

input 
{
	font-family: Georgia, Verdana, Arial;
}

.ErrorMess 
{
	font-style: italic;
	margin-left: 15px;	
	color: #cc0000;
}