/* 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;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

th
{
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}

input,
select,
button,
textarea
{
	margin: 0;
}

body
{
	font: 10px/12px Helvetica, Arial, sans-serif;
	color: #333;
	background: fixed #e9e9e9 url(/images/bg.png) 0 0 repeat-x;
}

h1 { font-size:3em; margin:0.5em 0; width:650px; }

a
{
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

a:hover
{
	color: #A10;
}

/* buttons */
button
{
	display: inline-block;
	font: 10px/16px Helvetica, Arial, sans-serif;
	line-height: 16px;
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 0 8px 0 0;
	cursor: pointer;
}

.btn
{
	display: block;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-indent: -9999px;
	cursor: pointer;
	background-position: 0 0;
}

.btn.text
{
	position: relative;
	text-indent: 0;
	text-transform: lowercase;
	width: auto;
	color: #FFF;
	padding: 0 0 0 8px;
	margin: 0;
	white-space: nowrap;
}

.btn.text i
{
	display: block;
	width: 8px;
	height: 16px;
	position: absolute;
	top: 0;
	right: -8px;
	background-position: 100% 0;
}

.btn.default
{
	background-position: 0 -32px;
}

.btn.default i
{
	background-position: 100% -32px;
}

.btn:hover
{
	background-position: 0 -16px;
}
.btn:hover i
{
	background-position: 100% -16px;
}

.btn.text,
.btn.text i		{ background-image: url(/images/btn-text.png); }

/* generic box styles */
div.box
{
	position: relative;
	max-width: 1024px;
	padding: 7px 7px 9px;
}

.content
{
	position: relative;
	z-index: 1;
}

s.box u,
s.box i,
s.box b
{
	display: block;
	position: absolute;
	left: 0;
	right: 7px;
	background: url(/images/bg-page.png) 0 0 no-repeat;
}

s.box u u,
s.box i i,
s.box b b
{
	left: auto;
	right: -7px;
	width: 7px;
}

/* top (u = up) */
s.box u
{
	top: 0;
	height: 8px;
}

s.box u u
{
	background-position: 100% 0;
}

/* bottom (b) */
s.box b
{
	bottom: 0;
	height: 7px;
	background-position: 0 -9px;
}

s.box b b
{
	background-position: 100% -9px;
}

/* inside (i) */
s.box i
{
	top: 8px;
	bottom: 7px;
	background: url(/images/bg-page-content.png) 0 0 repeat-y;
}

s.box i i
{
	top: 0;
	bottom: 0;
	background-position: -1017px 0;
}

/* forms */

form table
{
	width: 100%;
}

th.proto
{
	white-space: nowrap;
	vertical-align: middle;
	font-weight: bold;
}

td.proto
{
	width: 100%;
}

/* inputs */
span.w
{
	display: block;
	background-color: #FFF;
	padding: 1px;
	margin: 0 7px 0;
}

span.w input
{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

#container
{
	position: relative;
	padding: 140px 286px 0 21px;
	width: 390px;
	margin: 0 auto;
	background: transparent url(/images/fever.png) 0 130px no-repeat;
}

p
{
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 16px;
}

#copyright
{
	position: absolute;
	bottom: 8px;
	left: 424px;
	color: #999;
	line-height: 10px;
}

#copyright img
{
	position: relative;
	top: 2px;
}

#not-yet,
#too-hot
{
	text-indent: -9999px;
	background: url(/images/txt-nope.png) 0 66px no-repeat;
	height: 100px;
}
#too-hot
{
	background-image: url(/images/txt-too-hot.png);
}


/* for Safari only */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
	.btn
	{
		line-height: 15px;
		
		position: relative;
		top: -2px;
	}
}

/* from cm */
span.label,span.spacer,span.multiple span {width:120px;float:left;}
span.multiple {float:left;}
span.button {padding-left:120px;}
div.clear {clear:both;padding-top:5px;}

