*, html, body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	min-width: 1020px;
}

body#login-page #wrapper {
	background: url(/resources/imgs/common/loginBg.jpg) no-repeat center center;
	width: 684px;
	height: 555px;
	margin: 0 auto;
	position: relative;
	/* opacity: 0; */
	visibility: visible;
}

#loading-image {
	  text-align: center;
	  position: absolute;
	  top: 45%;
	  left: 45%;

	}
	
#loading-text {
	  text-align: center;
	  position: absolute;
	  top: 30%;
	  left: 40%;
	}

/* body#login-page #wrapper-loading {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	display: block;
	opacity: 0.9;
	background-color: #CCC0B1;
	text-align: center;
	visibility: visible;
} */

body#login-page #footer{
	color: #7b726c;
	position: absolute;
	bottom: 15px;
	left: 0;
	background: none !important;
	font-size: 11px;
	text-align: center;
	width: 100%;
}

body#login-page #trialRequest{
	color: #7b726c;
	position: absolute;
	bottom: 45px;
	left: 0;
	background: none !important;
	font-size: 11px;
	text-align: center;
	width: 100%;
}

body#login-page #blomwebviewerDeprecated{
	color: grey;
	position: absolute;
	bottom: 130px;
	left: 0;
	background: none !important;
	font-size: 18px;
	text-align: center;
	width: 100%;
	visibility: hidden;
}

#loginLoadingText {
	visibility: visible;
	position: absolute;
	left: 300px;
	top: 95px;
}

#loginLoadingGif {	
	visibility: visible;
	position: absolute;
	left: 530px;
	top: 80px;	
} 

#loginFormWrapper {
	visibility: 'hideen';
	position: absolute;
	left: 320px;
	top: 80px;
}

#loginFormWrapper table td {
	padding: 4px 0;
}

body {
    color: #9C8A7D;
}

.inputtext{
	border-bottom-color: #7b6a5d;
	border-top-color: #7b6a5d;
	height: 19px;
	font-size: 14px;
	color: #9c8a7d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	background: #ffffff;
	float: left;
	font-style: italic;
}

.inputtextLC, .inputtextRC {
	background-image: url(/resources/imgs/brown/txt-input-corners.png);
	height: 21px;
}

.inputtextRC {
	background-image: url(/resources/imgs/brown/txt-input-corners.png);
}

.inputtextLC, .inputtextRC {
	float: left;
	width: 11px;
	background-repeat: no-repeat;
	background-position: left;
}

.inputtextRC {
	background-repeat: no-repeat;
	background-position: right;
}
#loginFormWrapper .short-searchbox {
	width: 180px;
}

a#loginBtn.goLoginButton {
    left: 222px;
    position: absolute;
    top: 9px;
    visibility:hidden;
    display: block;
	width: 41px;
	height: 40px;
	background: url(/resources/imgs/brown/goBtn.png) no-repeat -14px -28px;
}
a#loginBtn.goLoginButton:hover {
	background: url(/resources/imgs/brown/goBtn.png) no-repeat -14px -71px;
}

a#loginBtn.goLoginButton :active {
	background: url(/resources/imgs/brown/goBtn.png) no-repeat -14px -114px;
}