.passwordtopbox {
	margin: 40px auto 0px auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; 
	font-weight: bold;
	font-style:italic;
	color: #fff200;
	text-align:center;
	line-height:24px;
}
	
.password {
  background: url(images/background.png) no-repeat top left;
  height:140px;
  width:260px;
  padding: 45px 20px 20px 20px !important;
  margin: 20px auto;
  clear:both;
}

.passwordentry {
  width:200px;
  margin-left:25px;
  text-align:center;
}

.password p {
  padding:0;
}

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

.passwordphrase {
  padding-bottom:10px;
  width: 200px;
  font-family: arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#fff;
	margin:0 auto 0 auto;
	text-align:center;
	padding-bottom:10px;
}

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

.passwordsubmit:hover {
  cursor:pointer;
} 

.relockbutton {
  float:right;
  width:100%;
  clear:both;
  padding:0 0 20px 0;
  margin: 15px 0 20px 0;
  border:2px solid #222;
  background-color:#333;
}
.passwordbottombox {
	font-family: arial, Helvetica, sans-serif;
	
	font-size: 12px;
	line-height: 20px;
	color:#fff;
	margin-bottom:20px;
	text-align:center;
}
.passwordbottombox a:hover {
	  cursor:pointer;
  }