* {
	margin: 0;
	padding: 0;
}

.LoginInner {
	height: 100%;
}

.LoginOuter {
	background: #2c3e50;
	height: 100%;
}

#LoginWrap {
	height: auto;
	min-height: 100%;
}

#LoginMain {
	padding-bottom: 150px;
}

#LoginFooter {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear: both;
	background: #ecf0f1;
	text-align: right;
}

#LoginFooter .gwt-Label {
	border-top: 5px solid #4aa3df;
	color: #444;
	font-family: tahoma;
	font-size: 0.85em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-right: 10px;
}

#LoginFooter .powered-by {
	color: #666;
	font-family: tahoma;
	font-size: 0.85em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-right: 10px;
}

.inf-LoginForm .inf-Spacer {
	height: 8px;
}

.LoginLogo {
	margin-top: 100px;
}

.LoginClearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.LoginClearfix {
	display: inline-block;
}

.inf-LoginForm .gwt-PushButton {
	vertical-align: middle;
	font: bold .85em Arial;
	color: #30556d;
	border: 1px solid #1b5790;
	padding: 4px 15px;
	background: #fff;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkitbox-shadow: 10px 10px 5px 5px;
	min-width: 30px;
	display:table;	
	text-align: center;
}

.inf-LoginForm .gwt-TextBox {
	margin-top: 5px;
	font-size: 1em;
	padding: 1px;
	width: 160px;
}

.inf-LoginForm .gwt-PasswordTextBox {
	font-size: 1em;
	padding: 1px;
	width: 160px;
}

.inf-LoginForm .inputbar {
	border-top: 1px solid #FFFFFF;
	line-height: 5px;
	width: 258px;
}

.inf-LoginForm .Invalid {
	color: white;
}

* html .LoginClearfix {
	height: 1%;
}

.LoginClearfix {
	display: block;
}

.LoginOuter .NotificationMessageContainer {
	padding-bottom: 10px;
	width: 258px;
}

.LoginOuter .NotificationMessage {
	background: #99C1D6 none repeat scroll 0 0;
	color: #2c3e50;
	font-family: tahoma;
	font-size: .9em;
	padding: 0 10px 10px 0;
}

.LoginOuter .NotificationMessageContainer .NotificationMessage {
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: justify;
	padding: 10px;
}

.inf-RegistrationForm .gwt-PushButton {
	width: 50px;
}

.inf-licenseUpload input {
	color: #888888 !important;
	font-weight: bold !important;
}

.inf-RegistrationForm .gwt-FileUpload {
	color: #99C1D6;
}

.LoginOuter .WaitIndicator {
	color: white;
}