/*
 * ThankfulFor CSS v1.0
 * http://skullbox.fatcow.com/thankfulfor/
 *
 * Copyright (c) 2010 Stephen Johnston
 *
 * Date: 2010-01-02 14:06:00 (PST) (Sat, 2 Jan 2010)
 * Revision: 6104
 */

* { margin: 0; padding: 0; }

body
{
	margin: 0;
	padding: 0;
	font: 14px normal Helvetica,Arial,sans-serif;
	color: #333333;
	text-align: center;
	background: #fff url(../images/background-body.png) repeat-x scroll top left;
}

#container
{
	margin: 10px auto;
	width: 475px;
	text-align: left;
	position: relative;
}

.logo a
{
	display: block;
	width: 328px;
	height: 48px;
	background: url(../images/spritesheet.png) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}

#update-box
{
	margin: 20px 0;
	width: 475px;
}

#info
{
	padding: 14px;
	width: 447px;
	height: 47px;
	background: url(../images/spritesheet.png) no-repeat 0 -59px;
}

#info textarea
{
	font-family: 'Helvetica','Arial',sans-serif;
	width: 445px;
	height: 46px;
	border: 0;
}

#toolbar
{
	margin: 10px 0 0 0;
	width: 475px;
}

#chars_left_notice
{
	padding: 6px 0 0 0;
	font-size: 24px;
	font-weight: bold;
}

.ok { color: #1e932f }
.watch { color: #ff9600; }
.warning, .error { color: #ff0300; }

.button
{
	color:#000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#e6e6e6;
	border:1px solid #ccc;
	vertical-align:top;
	cursor:pointer;
	padding:10px 18px;
}

#timeline ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#timeline li
{
	border-bottom: 3px dashed #DEDEDE;
}

#timeline-counter
{
	margin: 10px 0px;
	height: 30px;	
	text-align: center;
}

a.qp_prev, a.qp_next
{
	display: inline-block;
	font-size: 24px;
}

a.qp_prev
{
	width: 21px;
	height: 20px;
	background: url(../images/page_arrow_next.gif) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}

a.qp_next
{
	width: 21px;
	height: 20px;
	background: url(../images/page_arrow_prev.gif) no-repeat 0 0;
	text-indent: -999em;
	overflow: hidden;
}

.qp_pagenumber, .qp_totalnumber
{
	padding: 0 5px;
}

.qp_pagenumber
{
	font-weight: bold;
	font-size: 21px;
}

.qp_totalnumber
{
	font-size: 16px;
}

.feedback
{
	margin: 10px auto;
	color: #F00;
	height: 24px;
	width: 475px;
	border: 1px solid #8faf63;
	background: #9fd073; 
	font-weight: bold;
	text-align: center;
	line-height: 24px;
}

.feedback a { color: #fff; }