	body {
		font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
		font-size: 62.5%;
		text-align: center;
	}
	#wrap {
		margin: 0px auto;
		width: 500px;
	}
	#wrap, input, button {
		font-size: 1.2em;
	}
	h1 {
		margin: 0;
		padding: 0;
		display: inline-block;
		font-size: 1.4em;
		border-bottom: 1px #ccc solid;
		padding: 10px 0px 10px;
		text-align: left;
		width: 100%;
	}
	blockquote {
		display: inline-block;
		font-size: 1em;
		width: 480px;
		margin: 5px 0px 5px 20px;
		padding: 0;
		text-align: left;
		line-height: 23px;
		vertical-align: middle;
	}
	blockquote img {
		vertical-align: middle;
	}
	blockquote img.icon {
		float: right;
		opacity: 0.7;
	}
	blockquote strong {
		font-weight: normal;
		color: #666666;
		line-height: 23px;
		vertical-align: middle;
	}
	blockquote em {
		font-weight: bold;
		color: #333333;
		font-style: normal;
	}
	blockquote span {
		font-weight: bold;
		color: #3b5998;
	}
	#content { display: none; }
	#mark, #markright {
		color: #3b5998;
	}
	#markright {
		color: #dd3c10;
		margin-top: 5px;
		font-size: 1.4em;
	}
	.error {
		background: #ffebe8;
		border: 1px #dd3c10 solid;
		padding: 10px;
		color: #dd3c10;
		text-align: left;
		margin: 5px 0px 20px;
	}

