/* 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: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
  visibility: visible;
  display: block
}

div#content {
  text-align: left;
  margin-left: -233px;
  position: absolute;
  top: -153px;
  left: 50%;
  width: 465px;
  height: 305px;
  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);
}

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

a:hover {
  color: #ec2d95;
}

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

div#form {
  margin: 10px auto;
  width: 300px;
  font-size: 1em;
  padding-top: 25px;
}

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


input {
  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;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  background-color: transparent;
}


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;
  display: none;
}

.show {
  visibility: visible;
  display: block;
}