body {
  font: 13px/20px "Segoe UI";
  color: #404040;
  background: white;
}

.arrow_up{
  position: relative;
}

.arrow_down{
  position: relative;
}

.form {
  position: relative;
  margin: 150px auto;
  padding: 20px 20px 20px;
  width: 310px;
  background: white;
  border-radius: 3px;
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.form h1 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size: 16px;
  font-weight: initial;
  color: white;
  text-align: center;
  text-shadow: 0 1px white;
  background: #0066cb;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 1px whitesmoke;
}

.form p {
  margin: 5px 0 0;
}

.form input[type=text]{
  width: 283px;
}

.form p.submit {
  text-align: right;
}

.form a {
  text-align: left;
  color: red;
}

input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

input[type=text], input[type=password] {
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  background: white;
  color: #666;
  border: 1px solid #CCC;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

input[type=submit] {
    border: 1px solid #0066cb;
    background-color: #0066cb;
    padding:5px 10px;
    font:normal 13px/19px Arial, Helvetica, sans-serif;
    text-align:center;
    color:#fff;
}

input[type=submit]:hover {
    border:1px solid #0066cb;
    background-color: #0046cb;
    padding:5px 10px;
    font:normal 13px/19px Arial, Helvetica, sans-serif;
    text-align:center;
    color:#fff;
}

input[type=submit]:active {
  background: #2F2F2F;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}
