.password {
  background: url(images/cbwc_logo.png) no-repeat top right;
  height:130px;
  width:340px;
  padding: 80px 20px 20px 70px !important;
  margin: 20px auto;
  clear:both;
  border: 1px solid silver;
}

.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;
}
