.password {
  height:60px;
  width:260px;
  padding: 0px 20px 20px 20px !important;
  margin: 0px auto;
}

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

.password p {
  padding:0;
}

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

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

.passwordsubmit {
  background: url(http://ridgepoint.cc/wp-content/themes/RidgepointChurch/images/buttonbg.jpg) repeat-x top left;
  height: 22px;
  width: 130px;
  margin: 0 auto;
  padding: 0 0px 0 0px;
  text-align: center;
  -moz-border-radius: 15px; 
  -webkit-border-radius: 15px;
  margin-bottom: 20px;
  margin-left: 60px;
  margin-top: 10px;
  border: none;
  color: #fff;
}

.passwordsubmit:hover {
  cursor:pointer;
} 

.relockbtn {
  background: url(http://ridgepoint.cc/wp-content/plugins/better-protected-pages/images/logout.png) no-repeat;
  height: 29px;
  width: 25px;
  padding: 0;
  font-size: 12px;
  text-align: left;
  margin: 2px -30px 0 0px;
  padding: 0px 0 0 0px;
  border: none;
  color: #fff;
  float: right;
  position: relative;
  z-index: 200;
}

.relockbtn:hover {
  cursor:pointer;
  text-decoration: none;
} 

.relockbutton {
  margin: 0px 0px 0 0;
}

.relockbutton span {
	visibility: hidden;
}