/* The warning message */
.orapswr-browser-warn {
  margin-top:15px;
  padding:5px 10px;
  border: 1px solid #60a77d;
  font-weight:bold;
  background: #F1F1F1;
}

/* The div that holds the "Suggest a password" button */
.orapswr-button-container {
  margin-bottom:10px;
}
/* Styling for the button itself */
.orapswr-button-style {
  background-color:#f9f9f9;
  -webkit-border-top-left-radius:0px;
  -moz-border-radius-topleft:0px;
  border-top-left-radius:0px;
  -webkit-border-top-right-radius:0px;
  -moz-border-radius-topright:0px;
  border-top-right-radius:0px;
  -webkit-border-bottom-right-radius:0px;
  -moz-border-radius-bottomright:0px;
  border-bottom-right-radius:0px;
  -webkit-border-bottom-left-radius:0px;
  -moz-border-radius-bottomleft:0px;
  border-bottom-left-radius:0px;
  text-indent:0;
  border:1px solid #dcdcdc;
  display:inline-block;
  color:#666666;
  font-size:13px;
  font-weight:normal;
  height:23px;
  line-height:23px;
  padding: 0 5px;
  width:auto;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #ffffff;
}
.orapswr-button-style:hover {
  background-color:#e9e9e9;
  color: #60a77d;
}
.orapswr-button-style:active {
  position:relative;
  top:1px;
}
