body {
 	text-align: center; /* for IE */
 	color: #080808;
 	font-size: 18px;
 	font-weight: bold;
	margin-top: 20px;
}
p, .passwdtext {
 	color: #666666;
 	font-size: 14px;
 	padding-left: 40px;
 	margin: 2px;
	text-align: left;
}
hr {
	color: #E3E3E3;
}
.infotext {
	 display:inline;
}
#container {
 	margin: 0 auto;   /* align for good browsers */
 	text-align: left; /* counter the body center */
 	width: 570px;
}
#content {
 	background-image: url('/_images/background.png');
 	background-repeat: no-repeat;
	text-align: center;
 	height: 50px;
 	padding: 20px;
}
.passwd {
 	color: #000000;
 	font-size: 20px;
 	font-weight: normal;
 	text-align: center;
}
#copyright, #adwords {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}
#generate {
 	background-color: #CC0066;
 	border: #000000 1px solid;
 	color: #080808;
 	font-size: 18px;
 	font-weight: bold;
 	margin-bottom: 0;
 	margin-left: 15px;
 	margin-right: 0;
	margin-top: 0;
	padding: 2px 15px;
}
#generate:hover {
	color: #FFFFFF;
	cursor:pointer;
}
