@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #666666;
}
#container {
	width: 800px;
	margin: auto;
	position: relative;
	background-color: #FFFFFF;
	padding: 20px;
	border: 3px inset gray;
	border-top: none;
}
table {
	width: 600px;
	margin: auto;
	border-collapse: collapse;
}
td {
	padding: 5px;
	width: 50%;
}
label {
	cursor: pointer;
}
label:hover {
	color: green;
}
input {
	font-family: "Courier New", Courier, monospace;
}
input[name=is_space] {
	margin-left: 20px;
}
input[type=submit] {
	width: 100px;
	cursor: pointer;
}

#result {
	width: 500px;
	margin: 20px auto;
	border: 1px solid green;
	padding: 30px;
	text-align: center;
}
#result input {
	font-size: 25px;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
}
#adjust {
	height: 20px;
	width: 13px;
	float: left;
}
#adjust img {
	border: none;
	display: block;
	cursor: pointer;
}
#length {
	margin-left: 3px;
}
h1 {
	text-align: center;
	font-weight: 400;
	font-size: 23px;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
noscript div {
	width: 600px;
	margin: 15px auto;
	display: block;
	position: relative;
	text-align: center;
	padding: 15px;
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #990000;
}
a, a:visited, a:hover {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#bad_psw {
	display: none;
	text-align: center;
	font-size: 11px;
	padding: 5px;
	background-color: #FFFFAA;
	margin: 10px 100px;
}

#infos_easy_psw {
	width: 600px;
	position: absolute;
	top: 160px;
	left: 100px;
	padding: 10px;
	color: #FFFFFF;
	text-align: center;
	background-color: #339900;
	border: 3px solid #AAFFAA;
	display: none;
}

a.link_easy_psw_help, a.link_easy_psw_help:hover, a.link_easy_psw_help:visited {
	color: #003300;
	text-decoration: none;
	cursor: help;
}
a.link_easy_psw_help:hover {
	background-color: #BBFFBB;
}
#footer {
	text-align: center;
	line-height: 30px;
}
			#footer ul {
				list-style-type: none;
			}
			#footer li {
				display: inline;
				margin-right: 30px;
			}