html {
	font-family: Georgia;
}

body {
	width: 865px;
	margin: 0 auto;
	/*    background: url('/images/background/bg.jpg');*/
}

img {
	border: 0;
}

.header {
	margin-bottom: 15px;
}

.inline {
	display: inline;
}

.header .intro {
	margin: 5px auto;
}

.header .intro .intro-text {
	padding-left: 10px;
	text-shadow: #dddddd 0px 1px 1px;
	font-style: italic;
	font-size: 23pt;
	color: #0c648d;
}

.header h1 {
	font-family: Georgia, sans-serif;
	font-weight: normal;
	font-size: 42pt;
	text-align: center;
	margin: 25px 0;
}

.header h1 span {
	font-family: Arial, sans-serif;
	color: #fff;
	background: #000;
	padding: 10px;
}

.header h1 span.year {
	background: red;
}

.menu ul {
	color: black;
	font-size: 20pt;
	font-style: italic;
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu ul li {
	display: inline;
	margin: 0;
	padding: 0 5px;
}

.menu ul li a {
	color: black;
	text-decoration: none;
	padding: 3px;
}

.menu ul li a:hover,.menu ul li.current a {
	color: #fff;
	background: #000;
}

.quote {
	margin: 0 auto;
	font-size: 30pt;
	font-style: italic;
	color: #6d856f;
}

.quote-text {
	padding-left: 10px;
	text-shadow: #dddddd 0px 1px 1px;
}

.illustration {
	margin: 5px auto;
	text-align: center;
}

h2 {
	font-family: Arial, sans-serif;
}

h3 {
	font-family: Georgia, sans-serif;
	text-shadow: #dddddd 0px 1px 1px;
	font-size: 20pt;
	font-weight: normal;
	font-style: italic;
	margin: 0;
}

.text {
	font-size: 10pt;
	font-family: Arial;
	color: #646464;
	text-align: justify;
}

.form {
	width: 500px;
	margin: 0 auto;
	padding-top: 25px;
}

.form span {
	font-family: Arial;
	font-size: 12pt;
	color: #646464;
}

.form div {
	margin-bottom: 20px;
}

.form div input {
	width: 100%;
	font-size: 30pt;
}

.submit {
	background: #0C648D;
	border: 0px;
	color: white;
	cursor: pointer;
	font-size: 20pt;
	padding: 5px;
	text-decoration: none;
}

.submit:hover {
	background: #0b4d6c;
}

.error_list {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	color: red;
	font-family: Georgia;
	font-style: italic;
}

.error_list li {
	display: inline;
}

.userlist {
	margin: 0 auto;
}

#quote-image {
	opacity: 1;
	cursor: pointer;
	font-size: 12pt;
}

.userlist td {
	vertical-align: top;
}

.gift-info {
	color: #0C648D;
	font-size: 23pt;
	font-style: italic;
	margin-bottom: 15px;
	text-align: left;
}

.howitworks {
	background: url('/images/howitworks.png') no-repeat;
	width: 638px;
	height: 396px;
	margin: 0 auto;
}

.howitworks div {
	width: 638px;
	height: 396px;
}

.howitworks div:hover {
	background: url('/images/howitworks2.png') no-repeat;
}

.timer {
	color: #6D856F;
	text-align: center;
	font-family: Georgia, sans-serif;
	text-shadow: #dddddd 0px 1px 1px;
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
	margin: 0;
}

.thankyou {
    text-align: center;
    font-family: Arial;
    font-size: 8pt;
    color: #6D856F;
    padding: 0 0 15px 0;
}

.thankyou a {
    color: #6D856F;
}

.qrcode {
    margin: 20px 0;
}

.qrcode span {
    display: block;
    font-size: 12pt;
}

.qrcode span a {
    color: #0C648D;
}