.password {
  background: url(images/background.png) no-repeat top left;
  height:130px;
  width:270px;
  padding: 80px 20px 20px 28px !important;
  margin: 60px auto;
  clear:both;
}

.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;
  background-color: #000000;
  color: #FFFFFF;
}

.passwordsubmit:hover {
  cursor:pointer;
  background-color: #455560;
  color: #FFFFFF;
} 

.relockbutton {
	margin-top: -70px;
	margin-right: 20px;
  float:right;
  clear:both;
}

.relockbutton input {
	font-weight:bold;
	 background-color: #000000;
  color: #FFFFFF;
  padding:5px;
}

.relockbutton input:hover {
  cursor:pointer;
  background-color: #455560;
  color: #FFFFFF;
} 

