body {
  background: #FEFEFE;
  color: #666;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
}

#welcome {
  width: 610px;
  margin-left: auto;
  margin-right: auto;
}
#welcome h1 {
  font-size: 36px;
  font-weight: normal;
  text-align: center;
}
#welcome h2 {
  font-size: 21px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-align: center;
}
#pw {
  font-size: 26px;
  background: #EEE;
  border: 1px solid grey;
  border-radius: 8px;
  padding: 30 50 30 50;
  width: 600px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 3px 3px 3px grey;
}
#pw input {
  font-size: 30px;
  width: 300px;
  border: 1px solid grey;
  border-radius: 5px;
  margin: 5 0 5 0;
  padding: 3 3 3 3;
  box-shadow: 2px 2px 2px grey;
}
#pw input[type=submit] {
  color: white;
  background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
  /* background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%); */
  /* background-image: linear-gradient(to bottom,#ff9e23 0,#F7B663 100%); */
  background-repeat: repeat-x;
  border-color: #245580;
  /* border-color: #245580; */
  /* border-color: #F59214; */
}
#pw_l {
  width: 590px;
  clear: both;
}
#pw_l_b {
  float: left;
  width: 290px;
}
#pw_l_b_s {
  float: left;
  font-size: 0.4em;
}
