@charset "utf-8";

/* HELP
------------------------------------------------------------------------------*/

#help {
	height: 450px;
}

#help h1 {
	background-image: url(../img/bgheader.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin-left: 10px;
	padding-top: 5px;
	padding-left: 40px;
}

#help table {
	margin-left: auto;
	border-collapse: collapse;
	margin-right: auto;
	margin-top: 20px;
}

#help th {
	width: 125px;
	text-align: right;
	padding-right: 5px;
	vertical-align: bottom;
}

#help td {
	padding-left: 10px;
	width: 500px;
	padding-top: 20px;
}

#help span {
	font-size: 10px;
	color: #FFFFFF;
}

textarea {
	width: 400px;
	height: 80px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 3px;
	border: none;
	vertical-align: middle;
	background-color: #1A1A1A;
	color: #FFFFFF;
	_overflow: hidden;
	margin-bottom: 20px;
}

input {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	height: 14px;
	border: none;
	background-color: #1A1A1A;
	color: #FFFFFF;
}

.textLong {
	width: 400px;
}

.submit {
	height: 24px;
	width: 100px;
}

#help .textAreaMiddle {
	vertical-align: middle;
}

.borderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #75040A;
}

#help div {
	background-image: url(../img/bgheader.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin-left: 10px;
}

#helpComment {
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* THANKS
------------------------------------------------------------------------------*/

#thanks {
	height: 450px;
}

#thanks h1 {
	background-image: url(../img/bgheader.jpg);
	background-repeat: no-repeat;
	height: 30px;
	margin-left: 10px;
	padding-top: 5px;
	padding-left: 40px;
}

#thanks p {
	line-height: 2.0;
	margin-left: 50px;
}
