/* @group .thankyou */

html.thankyou {
	background: #000 url(/images/bg-02.jpg) no-repeat center 0;
}

html.thankyou section {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-left: 130px;
	color: #30180c;
	position: relative;
}

html.thankyou h1 {
	background: url(/images/sprite.png) no-repeat 0 -271px;
	width: 161px;
	text-indent: -9999px;
	height: 16px;
	margin: 300px auto 32px;
}

html.thankyou h5 a {
	display: block;
	background: url(/images/sprite.png) no-repeat 0 -394px;
	width: 125px;
	text-indent: -9999px;
	height: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
}

html.thankyou p {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
}

html.thankyou div.twitter a {
	display: block;
	background: url(/images/sprite.png) no-repeat 0 -355px;
	width: 240px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
}

html.thankyou div.twitter {
	padding: 7px 10px;
	background-color: #e4bb6b;
	width: 240px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	position: relative;
	margin: 25px auto 20px;
}

html.thankyou div.twitter span {
	display: block;
	background: url(/images/sprite.png) no-repeat -14px -305px;
	width: 42px;
	height: 39px;
	position: absolute;
	top: -33px;
	right: 5px;
}

html.thankyou p.byline {
	width: 230px;
	height: 20px;
	margin-bottom: 2em;
	margin-top: 28em;
	margin-right: -10px;
}

html.thankyou p.byline a {
	display: block;
	background: url(/images/sprite.png) no-repeat -10px -221px;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

/* @end */

html {
	background: #000 url(/images/bg-01.jpg) no-repeat center 0;
}

section {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-left: 80px;
	color: #30180c;
	position: relative;
	display: block;
}

h1 {
	margin-top: 230px;
	margin-right: auto;
	margin-left: auto;
	background: url(/images/sprite.png) no-repeat 0 -8px;
	width: 260px;
	text-indent: -9999px;
}

h2 {
	margin-right: auto;
	margin-left: auto;
	background: url(/images/sprite.png) no-repeat 0 -68px;
	width: 360px;
	text-indent: -9999px;
	height: 16px;
	margin-top: -10px;
}

p {
	font-style: italic;
	font-size: 10pt;
	line-height: 1.5;
}

form {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0;
	height: 182px;
	margin-top: 205px;
	position: relative;
	padding-top: 1px;
}

form h4 {
	background: url(/images/sprite.png) no-repeat -10px -104px;
	width: 198px;
	height: 20px;
	text-indent: -9999px;
	margin: 18px auto 0;
}

form h3 {
	display: block;
	text-transform: uppercase;
	background: url(/images/sprite.png) no-repeat 0 -144px;
	text-indent: -9999px;
	width: 185px;
	margin: 5px auto 15px;
}

form input[type=text] {
	width: 195px;
	font: italic 12pt "Times New Roman", Times, Georgia, serif;
	padding: 7px;
	background-color: #f2e2be;
	border: 1px inset #ffdfcd;
	color: #6b4a29;
	margin-bottom: 15px;
	text-align: center;
}

p.confirm {
	width: 220px;
	margin: 60px auto 0px auto;
}

form input[type=text]:focus {
	outline-color: white;
}

form input[type=submit] {
	border: 1px outset #ffdfcd;
	padding: 5px 10px 8px;
	background: #cba55c url(/images/sprite.png) 0 -178px;
	width: 163px;
	text-indent: -9999px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

form input[type=submit]:hover {
	border: 1px outset #ffdfcd;
	padding: 5px 10px 8px;
	background: #e5ba68 url(/images/sprite.png) 0 -178px;
	width: 163px;
	text-indent: -9999px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

form input[type=submit]:active {
	border: 1px inset #ffdfcd;
	padding: 5px 10px 8px;
	background: #e5ba68 url(/images/sprite.png) 0 -178px;
	width: 163px;
	text-indent: -9999px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

form input[type=submit]:active {
	border: 1px inset #ffdfcd;
	padding: 5px 10px 8px;
	background: #e5ba68 url(/images/sprite.png) 0 -178px;
	width: 163px;
	text-indent: -9999px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

p.byline {
	width: 230px;
	height: 20px;
	margin-bottom: 2em;
	margin-top: 8em;
}

p.byline a {
	display: block;
	background: url(/images/sprite.png) no-repeat -10px -221px;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

a {
	border: none;
}
a:active
{
  outline: none;
}
:focus
{
  -moz-outline-style: none;
}


