/* Reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Basic Layout and Styles */

body {
	margin:0;
	padding:20px 0;
	text-align:center;
	font-size:100%;
	line-height:1.2em;
	background:#d5ccb2;
	font-family:Georgia, serif;
	color:#64743E;
	font-size:14px;
	line-height:1.25em;
}
#wrapper {
	margin:0 auto 0;
	text-align:left;
	width:660px;
	padding:10px;
	background:#d5ccb2 url(../images/bg_wrapper.jpg) center top no-repeat;
	overflow:hidden;
}
#content {
	width:610px;
	padding:22px 25px 0;
	background:#eee7d8 url(../images/bg_content.jpg) center top no-repeat;
	overflow:hidden;
	height:391px;
	height:auto !important;
}
h1 {
	text-align:center;
	font-size:10px;
	font-weight:bold;
	text-transform: uppercase;
	background:url(../images/bg_h1.gif) left center repeat-x;
	line-height:1.5em;
	margin-bottom:15px;
}
h1 span {
	background:url(../images/bg_content.jpg) center top no-repeat;
	padding:0 10px;
}
img#welcome {
	padding:0 25px 0 0;
	float:left;
	width:294px;
	height:313px;
}
#secretcode {
	float:right;
	width:291px;
	margin-bottom:1em;
}
#confirm {
	float:right;
	width:291px;
	margin-bottom:1em;
	font-size:20px;
	line-height:1.25em;
	text-align:center;
	color:#292929;
	padding-top:40px;
}
.intro {
	color:#292929;
}
p.intro {
	font-size:16px;
	color:#292929;
	line-height:1.25em;
}
p.fineprint {
	margin:2em auto;
	font-size:11px;
	line-height:1.25em;
	width:75%;
}
p#copyright {
	margin-top:15px;
	text-align: center;
	font-size:10px;
	color:#68695F;
}
p#copyright a {
	color:#68695F;
}

/* Forms */

label {
	font-size:11px;
	text-transform: uppercase;
	font-weight:bold;
	padding-right:5px;
}
fieldset.secretcode {	
	background:url(../images/top_double_border.gif) left top repeat-x;
	line-height:1.75em;
	padding-top:5px;
	margin:1em 0 0;
	text-align:center;
	color:#292929;
}
div.inputgroup {
	background:url(../images/btm_double_border.gif) left bottom repeat-x;
	padding:0 0 5px 0;
}
div.inputgroup span {
	padding:15px 0;
	display:block;
}
input#code {
	width:100px;
	position:relative;
}
#contestwrap {
	margin:0 -25px;	
	background:#af5416 url(../images/bg_contestwrap.gif) center bottom no-repeat;
	clear:both;
	padding:25px 25px 55px;
	width:610px;
	color:#f7f2e6;
}
fieldset#contest legend {
	display:none;
}
fieldset#contest  {
	background:#af5416 url(../images/bg_contest.gif) center top no-repeat;
	width:400px;
	height:100px;
	margin:1em 0 0;
	padding:18px 25px 22px 185px;
	text-align:right;	
	line-height:1.75em;
}
fieldset#contest input.text {
	width:225px;
}
p.clear.contest {
	margin-bottom:1em;
}

/* Miscellaneous */
 
.clear {
	clear:both;
}
p.error {
	margin:0 auto 0;
	font-size: 10px;
	color:#fff;
	background:none;
	line-height:1.25em;
	width:75%;
	background-color:#dd7c0a !important;
	text-align:center;
	padding:10px;
}
span.error {
}

/* Buttons */

.buttons {
    background-color:#004770;
    padding:1px;
    width:auto;
    margin:1em auto 25px;
    width:330px;
    text-align:center;
}

.buttons button{
    width:330px;
    display:block;
    margin:auto;
    background-color:#004770;
    border:3px double #fff;
	font-size:13px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#FFF;
    cursor:pointer;
	font-family:Georgia, serif;
	text-transform: uppercase;
    padding:9px 8px 10px; /* Links */
}
.buttons button{
    overflow:visible;
    padding:8px 8px 7px; /* IE6 */
}
.buttons button[type]{
    padding:9px 8px 9px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:8px 8px 7px; /* IE7 */
}

/* Standard */

button:hover{
    background-color:#002338;
    border:3px double #fff;
    color:#FFF;
}

/* Positive */

button.positive{
    color:#fff;
}
button.positive:hover{
    background-color:#002338;
    border:3px double #fff;
    color:#fff;
}

/* Negative */

button.negative{
    color:#fff;
}
button.negative:hover{
    background:#002338;
    border:3px double #fff;
    color:#fff;
}
