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

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

.password p {
  padding:0;
}

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

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

.passwordsubmit {
width:116px;
	height:26px;
	background:url(/wp-content/themes/Vitrum/images/blue/continue_bg.gif);
	border:0px;
	padding:0px;
	border:0px;
	color:#ffffff;
	text-transform: uppercase;
	margin:20px 0px 0px 110px;
}

.passwordsubmit:hover {
  cursor:pointer;
} 

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