* {
	margin:0;
	padding:0;
	font-family: Georgia, 'Trebuchet MS', Verdana, sans-serif;
	list-style: none;
}

body {
	width:730px;
	margin:0 auto;
	color:#111;
}

a {
	color:#e00;
	text-decoration:none;
}

	a img {
		border:0 none;
	}

a:hover, h1 a {
	background:#fee;
}

input, select {
	padding:2px 2px 2px 1px;
	border:1px solid transparent;
	background:white;
}

input:hover, select:hover {
	border-color:#ccc;
	background:#f4f4f4;
}

input, select, p {
	font-size:16px;
}

p {
	word-spacing:-1px;
}

	p input, p select {
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		color:#b11;
	}
	
	p input {
		padding:3px 2px 3px 1px;
	}
	
	p input:hover, p select:hover {
		background:#fff0f0;
		border-color:#e99;
	}
	
	p input:focus, p select:focus {
		background:#fee;
		border-color:#d33;
		outline:none;
	}
	
	input#amount {
		text-align:right;
	}

button {
	padding:8px 20px;
	text-shadow:1px 1px 1px white;
	font-size:large;
	margin:auto;
	display:block;
}

p {
	margin:.5em auto 1em auto;
}

	p#submit-container {
		text-align:center;
	}

h1 {
	font-size:48px;
}

	h1 a {
		font-style:italic;
		background:none;
		padding:20px 10px 0 10px;
		line-height:38px;
		display:block;
		text-shadow:1px 1px 1px white, 0 0 1px white, 0 0 1px white, 0 0 1px white, 0 0 2px white, 0 0 2px white, 0 0 2px white, 0 0 2px white;
		border-bottom:7px solid #e6e6e6;
	}
	
	h1 a:hover {
		border-bottom-color:#eaa;
	}

h2 {
	font-size:large;
	border-bottom:1px solid #ddd;
	margin-top:10px;
	color:#444;
	line-height:1.5;
}


.shade {
	color:#888;
}

	h2 .shade {
		color:#bbb;
		font-style:italic;
	}

.banners li {
	margin:10px 0;
	overflow:hidden;
}

	.banners li img {
		float:left;
		margin-top:14px;
	}

	.banners li label {
		font-size:70%;
		margin-left:410px;
		display:block;
	}
	
	.banners li label.html {
		margin-top:6px;
	}

	.banners li input {
		display:block;
		width:310px;
		font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Courier New', monospace;
		font-size:12px;
		border-color:#ddd;
		color:#666;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	}
	
	.banners li input:hover {
		color:#333;
		border-color:#bbb;
	}
	
#footer {
	font-size:70%;
	text-align:center;
	padding:3px;
	margin-top:10px;
	border-top:1px solid #ccc;
}
	
*::-moz-selection {
	background:#c00;
	color:white;
}

*::selection {
	background:#c00;
	color:white;
}