
html,
button,
input,
select,
text,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.0pt;
}

body {
	background-color: #F3F3F3;
	background-image: url(images/fe_bg_slice.gif);
	background-repeat: repeat-x;
	-webkit-text-size-adjust: none;
	zoom:1;
}

.errorHide {
  visibility: hidden;
}
.errorShow {
  display: block;
  padding-left: 18px;
  font-size: 18px;
  font-size: 1.28571429rem;
  color: #ff5655;
  font-weight: bold;
  visibility: visible;
}

.login-message-error {
	color: red;
}

html {
  height: 100%;
}
body {
  min-height: 100%;
}
