html {
	height: 100%;
}

body {
	background-color: #ffffff;
	height: 100%;
	font: 85%/1.5 "Lucida Grande", Calibri, "Segoe Sans", Futura, "Gill Sans", "Lucida Sans", "News Gothic MT", "Bitstream Vera Sans", "Trebuchet MS", sans-serif;
	margin: 0;
	padding: 0;
}

#content {
	position: absolute;
	width: 526px;
	height: 400px;
	left: 50%;
	top: 40%;
	margin: -200px 0 0 -263px;
}

#box {
	/*background: url(grfx/login_bg_g3.png) no-repeat;*/
	background-color: #ffffff;
	display: block;
	width: 540px;
	height: 350px;
	margin: auto;
	position: relative;
	color: #999;
	border: solid #A4A4A4 6px;
	border-radius: 67px;
}

#box > div {
	position: absolute;
	left: 0;
	right: 0;
	padding: 35px 10px 10px;
	display: none;
}

#box fieldset {
	border: 0 none;
	padding: 0;
}

#login fieldset {
	display: block;
	/*width: 210px;*/
	height: 100px;
	text-align: left;
	margin: auto;
	position: relative;
	padding-left: 58px;
}

#forgotPassword fieldset {
	display: block;
	margin-top: 5px;
}

#box label {
	color: #8e8c8c;
	height: 0px;
	margin-bottom: 24px
}

#login label {
	display: block;
	font-size: 20px;
}
#login span {
	display: block;
	font-size: 30px;
	padding-bottom: 30px;
	text-align: center;
}

#forgotPassword label {
	margin-right: 5px;
}

#box input {
	border: 1px solid #ccc;
	padding: 2px;
	width: 140px;
	position: relative;
	margin: 0;
}

#login input {
	display: block;
	top: -24px;
	float: right;
	margin-right: 11%;
	height: 25px;
	width: 60%;
	border-radius: 5px;
	border: solid 2px #e6bd51bd;
	outline: none;
}


#box .instructions {
	color: #8e8c8c;
	margin-top: 10px;
	width: 140px;
}

#loginButton, #box button,.returnToLogin {

	width: 61%;
	height: 36px;
	right: 0;
	border: 0 none;
	cursor: pointer;
	padding-top: 0px;
	margin-left: 28%;
	font-size: 20px;
	border-radius: 5px;
	color: #ffffff;
	background-color: #508ecc;
	text-align: center;
	--webkit-box-shadow: inset 0px 12px 31px -20px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 12px 31px -20px rgba(255,255,255,1);
	box-shadow: inset 0px 12px 31px -20px rgba(255,255,255,1);
}
#box #forgotPasswordLink {
	margin-top: 10px;
	display: block;
	color: #ffffff;
	height: 26px;
	font-size: 13px;
	background-color: #9f9f9f;
}

#box select {
	position: absolute;
	width: 100px;
	top: 100px;
	left: 0;
	border: 1px solid silver;
}

#loginButton:hover {
	/*background: url(grfx/login_button_g3.png) no-repeat 0 -91px;*/
	cursor: pointer;
}

#forgotPassword button {
	display: inline-block;
}

#content > p,
#content > p > a {
	font-size: x-small;
	color: #555;
	text-align: center;
}

#content #checkupdate > b {
	color: #00BF00;
	font-size: small;
}

#content #checkupdate > i {
	color: #00BF00;
	font-size: x-small;
}

#install {
	color: #FFF;
	position: absolute;
	width: 526px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin: -200px 0 0 -263px;
}

#install .installtext {
	/* background-color:#f00;*/
	width: 350px;
}

#install .welcome {
	font-size: 1.3em;
	font-weight: bold;
	color: #15F000;
	margin-bottom: 10px;
}

#install .txt {
	margin-bottom: 7px;
}

#install form {
	background: url(grfx/login_bg_g3.png) no-repeat;
	display: block;
	width: 448px;
	height: 298px;
	margin: 0 0 0 38px;
	padding: 0;
}

#install fieldset {
	border: 0 none;
	display: block;
	margin: 105px 0 0 15px;
	width: 420px;
	height: 160px;
	padding: 0;
	position: absolute;
	text-align: left;
}

#install label {
	display: block;
	color: #8e8c8c;
}

#install input {
	border: 1px solid #ccc;
	padding: 2px;
	display: block;
	width: 140px;
	position: relative;
	margin: 0;
	left: 0;
}

#install button {
	position: absolute;
	width: 52px;
	height: 91px;
	right: 0;
	bottom: 0;
	background: url(grfx/login_button_g3.png) no-repeat;
	text-indent: -1000em;
	border: 0 none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

#install button:hover {
	background: url(grfx/login_button_g3.png) no-repeat 0 -91px;
	cursor: pointer;
}

#install p,
#install p > a {
	font-size: x-small;
	color: #8e8c8c;
	text-align: center;
}

#warning {
	border: 2px solid red;
	padding: 10px 5px 5px 5px !important;
	background: url(grfx/bg_warning.gif) repeat-x;
}

#warning p {
	padding: 0;
	margin: 0;
}
#loginHeader{
	width: 100%;
	letter-spacing: 2px;
	color: #8e8c8c;
	font-size: 20px;
	text-align: center;
	margin-bottom: 27px;
}
#loginHeader #nord{
	display: inline-block;
	background-color: #f8b633d4;
	width: 21%;
	font-size: 30px;
	margin-left: 1%;
	border-radius: 10px;
}
#content h6{
	display: inline-block;
	font-size: 35px;
	font-weight: 100;
	margin: 0px 0px 10px 28px;
	color: #8e8c8c;
}
#box #copyright{
	  margin-top: 311px;
	  text-align: center;
	  font-size: 9px;
  }
fieldset #resetPassword{
	margin: 0;
	width: auto;
	font-size: 15px;
}
fieldset #forgotPasswordUsername{
	top: -1px;
	margin: 6% 1% 4% 2%;
	height: 28px;
	width: 38%;
	border-radius: 5px;
	border: solid 2px #e6bd51bd;
	outline: none;
}
.returnToLogin{
	background-color: #9f9f9f;
	font-size: 15px;
	margin-left: 85px;
	padding: 6px 18px 9px 18px;
	text-decoration: none;
}
#box #forgotPassword{

	width: 80%;
	padding: 50px;
}