/*
Twistory.net
Additional stylesheet
By Tijs (v 29-10-2008)
*/

#header {
	background: #5B4028 url(../images/back_header_home.png) no-repeat;
	height: 396px;
	padding: 0;
}
#hp {
	padding: 40px 0 0 475px;
}
h1 {
	background: url(../images/twitterhistory.png) no-repeat;
	height: 74px;
	padding-bottom: 5px;
}
h1 span, h2, p.apps span {
	display: none;
}
.c2 h3 {
	padding-top: 20px;
}
#hp p {
	font-size: 16px;
	line-height: 22px;
	margin: 15px 40px 20px 0;
	padding: 0;
}
#hp p.apps {
	width: 375px;
	height: 55px;
	background: url(../images/apps.png) no-repeat;
}
.start {
	padding: 0 30px 7px 0;
}
.others img {
	width: 48px;
	height: 48px;
	border: 1px solid #fff;
}
a.others {
	padding: 3px;
	background: #D3C6B3;
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 10px 0 0;
}
a.last {
	margin: 0;
}
a.others:hover, a.others:active {
	background: #669900;
}
div.gopro {
	background: #DFD3C1;
	margin-top: 10px;
	padding: 4px 4px 4px 12px;
	overflow: auto;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.gopro p {
	color: #4C3621;
	font-size: 12px;
	float: left;
	width: 240px;
	padding: 3px 0 0 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.gopro img {
	float: right;
	width: 120px;
	border: none;
}

/* Form */
form {
	padding: 0;
}
fieldset {
	border: none;
	margin-top: 10px;
	padding: 4px;
	display: inline;
	background: #DFD3C1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
input {
	vertical-align: middle;
}
input.field {
	width: 204px;
	height: 20px;
	color: #A29483;
	font: 14px Arial, Times, serif;
	border: solid 1px #BAAA96;
	padding: 4px 0 0 4px;
	margin: 0;
}
#indicator {
	margin-left: 10px;
	width: 14px;
	height: 14px;
}
.error {
	color: #cc0000;
}
.button-signup {
	border: none;
	margin-left: 1px;
}