@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
#container {
	position: relative;
	background-color: #FFFFFF;
	padding: 10px;
}

h1 {
	text-align: center;
	font-weight: 400;
	font-size: 23px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	color: blue;
}
			h1 strong {
				color: #000000;
				padding-right: 3px;
			}
h2 {
	text-align: center;
	font-weight: 400;
	font-size: 19px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	color: blue;
}

fieldset {
	text-align: center;
	border-color: blue;
	background-color: #CCCCCC;
}
legend {
	color: blue;
	letter-spacing: 1px;
	font-size: 15px;
	margin-left: 50px;
	background-color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
	border: 1px solid blue;
}
input {
	display: block;
	letter-spacing: 1px;
	width: 300px;
	margin: 10px auto;
}
textarea {
	width: 90%;
	margin: 10px auto;
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}

#convert {
	border: 2px solid black;
	background-color: #E3F0F4;
	width: 100%;
}

a, a:visited, a:hover {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


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