
body {
	background:#fff0ff;
	font-family:sans-serif;
	padding:0;
	margin:0;
	color:#808080;
	font-size:16px;
	line-height:150%;
}

.page {
	margin:50px auto;
	width:800px;
}

.header {
	background:white;
	padding:30px;
	margin-bottom:5px;
	box-shadow:0 0 10px gray;
	position:relative;
}

.header img {
	position:absolute;
	right:-20px;
	top:-10px;
}

h1 {
	margin:0;
	color:#c040c0;
	font-size:36px;
	text-shadow:0 5px 5px #c0c0c0;
}

.content {
	background:white;
	padding:30px;
	box-shadow:0 0 10px gray;
	margin-bottom:10px;
}

p {
	margin:20px 0;
}

.inputbox {
	margin:40px 0;
	text-align:center;
}

.signbox {
	background:#ffe0ff;
	width:300px;
	padding:10px;
	color:#804080;
	text-align:center;
	font-weight:bold;

	display:inline-block;
}

.resultbox {
	margin:40px 0;
	background:#ffe0ff;
	padding:20px;
}

.meterbox {
	margin-bottom:10px;
	color:#804080;
	font-weight:bold;
}

.meter {
	background:#ffc0ff;
	height:30px;
	position:relative;
}

.meter .bar {
	position:absolute;
	top:0;
	left:0;
	background:#ff80ff;
	height:30px;
	width:100%;
	z-index:1;
	display:none;
}

.meter .label {
	position:absolute;
	top:4px;
	left:10px;
	color:white;
	font-size:24px;
	text-shadow:0 0 5px gray;
	z-index:2;
}

.footer {
	font-size:10px;
}

