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

/* The div that holds the "Suggest a password" button */
.flizcpr-button-container {
  margin-bottom:10px;
}
/* Styling for the button itself */
.flizcpr-button-style {
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
  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;
}
.flizcpr-button-style:hover {
  background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
  background-color:#e9e9e9;
}
.flizcpr-button-style:active {
  position:relative;
  top:1px;
}
