.password {
  background: url(images/background.png) no-repeat top center;
  height:130px;
  width:659px;
  padding: 70px 20px 20px 20px !important;
  margin: 20px auto;
  clear:both;

}
.passwordtopbox{
  text-align:center;
  width:659px;
  font-size:18px;
  margin-top:50px;
}

.passwordentry {
  text-align:left;
  background:#fff;
  width:244px;
  height:25px;
  border:solid 1px #b5b5b5;
  padding:2px 5px;
  margin:0 0 0 201px;
  margin-top:10px;
}

.password p {
  padding:0;
}

.password label {
  text-align:left;
  width:280px;
  font-size:18px;
  color:#1067b0;
  font-family:Arial;
  margin-left:201px;
}

.passwordphrase {
  padding-bottom:20px;
  width: 180px;
}

.passwordsubmit {

  margin:10px 0 0 270px;
  text-align:center;
  background:url(images/submit.png) no-repeat;
  width:110px;
  height:28px;
  font-size:18px; 
  color:#fff;
  border:none;
  padding:0;
  font-weight:normal;
}

.passwordsubmit:hover {
  cursor:pointer;
} 

.relockbutton {
  float:right;
  clear:both;
}
