
.blur {
  -webkit-filter: blur(8px);
  filter:blur(8px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

aside.dialog {
	float: left;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	opacity: 1;
	z-index: 12500;
	display: none;
	overflow: auto;
}

aside.dialog div.cover {
	display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

aside.dialog div.inner {
	display: table-cell;
  vertical-align: middle;
}

aside.dialog div.cover article {
	margin: 0px auto;
	width: auto;
	text-align: center;
	color: #fff;
}

aside.dialog div.cover article .dlgbody {
	float: left;
	width: 100%;
	border: 0px solid #fff;
	opacity: 1;
	position: relative;
	z-index: 10;
}

aside.dialog div.cover article a.dlgcls {
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  font-size: 28px;
  font-family: "Arial";
  font-weight: bold;
  background-color: none;
  color: #8B8B8B;
  padding: 0px 7px 2px 7px;
  margin-right: 7px;
  float: right;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 50;
}

aside.dialog div.cover article a.dlgcls:hover {
	background-color: #EF8201;
	color: #fff;
}

aside.dialog div.cover article .dlgbody div.dlgmsg {
	float: left;
	width: 100%;
	height: 100%;
	padding: 0;
	z-index: 20;
}

div.infobox div.info p {
	text-align: left;
}

div.infobox div.info a {
	text-decoration: none;
	color: #EF8201;
}

div.infobox div.info a:hover {
	text-decoration: underline;
	color: #555;
}

div.infobox div.info strong {
	font-weight: bold;
}

div.infobox div.info ul {
	float: left;
	margin-left: 20px;
	list-style: disc;
	margin-top: 20px;
}

div.infobox div.info ul li {
	text-align: left;
}

div#pwdstr {
	float: left;
	width: 96%;
	padding: 2%;
	text-align: left;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.medium-password {
	background-color: #ffb;
}

.strong-password {
	background-color: #cfc;
}

.weak-password {
	background-color: #fcc;
	color: #f55;
	font-weight: bold;
}