.password {
  background: rgba(0, 0, 0, 0.4) url(images/customlock.png) no-repeat 350px 5px;
  height:130px;
  width:430px;
  padding: 20px !important;
  margin: 0 auto;
  clear:both;
}

div.passwordtopbox { background: rgba(0, 0, 0, 0.4); padding: 20px;
}

div.passwordbottombox { background: rgba(0, 0, 0, 0.4); padding: 20px;
text-align: right; }

.passwordentry {
  text-align:left;
  width:250px;
}

.password p {
  padding:0;
}

.password label {
  text-align:left;
  width:280px;
}

.passwordphrase {
  padding-bottom:20px;
  width: 180px;
}

.passwordsubmit {
  font-weight:bold;
  margin:10px 0 0 80px;
  padding:5px;
  text-align:center;
  width:100px;
}

.passwordsubmit:hover {
  cursor:pointer;
} 

.relockbutton {
  float:right;
  clear:both;
}