.fe-error, .fe-required { 
  color: orangered;
  font-weight: bold;
}

input.fe-user-short, input.fe-pass-short {
  width: 8em;
}

table tbody tr th.login, table tbody tr td.login {
  border-bottom-style: none;
  padding-top: 2px;
  padding-bottom: 2px;
}

input.fe-address1, input.fe-address2 {
   width: 30em;
}

input.fe-button {
	float: none;
	clear: both;
	background: #515151 url(../../templates/img/button_bg.gif) center left repeat-x;
	border: 1px solid #000000;
	padding: 3px 10px;
	color: #FFFFFF;
	margin: 10px 60px 0 0;
	width: auto;
	height: auto;
	overflow: visible;
}

input.fe-company,
input.fe-tx_horibafeuseraddtable_department,
input.fe-address1,
input.fe-address2,
input.fe-email {
	width: 20em;
}