/* login style */

body {
  padding: 0;
  margin: 0;
  color: #4a4a4a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #ffffff;
}

div {
  margin: 0;
  padding: 0;
}

p {
  margin: 5px 0;
  padding: 0;
}

div#horizon {
  text-align: center;
  position: absolute;
  top: 25%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
  visibility: visible;
  display: block
}

div#content {
  text-align: left;
  margin-left: -233px;
  position: absolute;
  left: 50%;
  width: 465px;
  height: 420px;
  background-color: #ffffff;
  visibility: visible;
}

div#head {
  border-top: 5px solid #4a4a4a;
}

div#logo {
  margin-top: 10px;
  float: right;
}

div#foot {
  position: absolute;
  width: 100%;
  padding: 0.2em;
  bottom: 0;
  background-image: url(../asset/login_bg.png);
}

div#foot a {
  color: #4a4a4a;
  text-decoration: none;
}

div#foot a:hover {
  color: #ec2d95;
}

div#foot_links {
  float: right;
  text-align: center;
  width: 35%;
  font-size: 0.9em;
  padding: 0.1em;
  background-color: #ffffff;
}

div#form {
  margin: 10px auto;
  width: 292px;
  height: 178px;
  font-size: 1em;
  padding-top: 65px;
  background: #ffffff url(../asset/login_card.png) top no-repeat;
}

label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
  margin-left: 10px;
}

input.textInput {
  color: #4a4a4a;
  padding: 0.1em;
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  width: 120px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  background-color: transparent;
}

label {
  color: #4a4a4a;
  width: 60px;
}

div#form br {
  clear: left;
}

#login {
  margin-left: 135px;
  display: block;
  width: 65px;
  height: 19px;
  background: url(../asset/login_btn.gif) 0 0 no-repeat;
}

#login:hover {
  background-position: 0 -19px;
}

#login span {
  display: none;
}

div#error {
  width: 64%;
  margin: 3px auto;
  height: 17px;
  line-height: 17px;
  vertical-align: middle;
  padding: 3px;
  color: #4a4a4a;
  border: 1px solid #cccc99;
  background-color: #e1dfc7;
}

.hide {
  visibility: hidden;
}

.show {
  visibility: visible;
}