@charset "utf-8";

ul#slipStateInfo ,
ul#headerNavi ,
ul#headerInfo {
    display:none;
}

#logo {
    width:325px;
    height:176px;
    margin:30px auto 0 auto;
}

/** Forms **/
form {
  clear: both;
  margin-right: 20px;
  width: 95%;
}
fieldset {
  border: none;
  margin-bottom: 1em;
  padding: 16px 16px 16px 26px;
}
fieldset legend {
  color: #e32;
  font-size: 160%;
  font-weight: bold;
}
fieldset fieldset {
  margin-top: 0;
  apadding: 10px 0 0;
}
fieldset fieldset legend {
  font-size: 120%;
  font-weight: normal;
}
fieldset fieldset div {
  clear: left;
  margin: 0 20px;
}
form div {
  aclear: both;
  margin-bottom: 1em;
  padding: .5em;
  vertical-align: text-top;
}
form .input {
  color: #444;
 }
form .required {
  font-weight: bold;
 }
form .required label:after {
  color: #e32;
/*  content: '*';*/
  display:inline;
}
form div.submit {
  border: 0;
  clear: both;
  margin-top: 10px;
}
label {
  font-size: 110%;
  margin-bottom:3px;
}
.users.login input[type=text],
.users.login input[type=password] {
  clear: both;
  font-size: 140%;
  padding: 2%;
  width:98%;
}
.users.login {
  margin:0 auto 30px auto;
  width:250px;
  background:#eaeaea;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
