h1 a, h2 a, h3 a {
	color: #71913d
}
a img {
	border: 0;
}

/* Forum */
#forum {
	width: 485px;
}
#forum table {
	border-bottom: 1px solid #CCC;
}
#forum td.first {
	border: 1px solid #CCC;
	border-width: 1px 0 0 1px;
	padding: 5px;
}
#forum td.second {
	border: 1px solid #CCC;
	border-width: 1px 1px 0 1px;
	padding: 0 15px;
	text-align: center;
}
#forum td.second strong, #threads td.second strong {
	font-size: 20px;
}
#threads table {
	border-bottom: 1px solid #CCC;
	width: 100%;
}
#thread em.date {
	color: #DDD;
}
#threads td.first {
	border: 1px solid #CCC;
	border-width: 1px 0 0 1px;
	padding: 5px;
}
#threads td.second {
	border: 1px solid #CCC;
	border-width: 1px 1px 0 1px;
	padding: 0 15px;
	width: 40px;
	text-align: center;
}
#thread table {
	width: 100%;
	color: #969696; font-size: 10px;
}
#thread td.first {
	background: #FFFAFA;
	border: 1px solid #CCC;
	border-right: 1px dashed #CCC;
	padding: 8px;
	width: 152px;
	overflow: hidden;
}
#thread td.first em {
	color: #969696;
	font-size: 10px;
}
#thread td.second {
	border: 1px solid #CCC;
	border-left-width: 0;
	padding: 8px;
	color: #505050;
}
#thread textarea {
	width: 99%;
}
#new_thread #name, #new_thread #category {
	width: 350px;
}
#new_thread textarea {
	width: 99%;
	height: 250px;
}

input, textarea {
	color: #0c0c0c;
	border:	1px solid #aaa;
}
input .button {
	color: auto;
	border: auto;
}

.cb_pic {
	width: 50px; height: 60px; border: 1px solid #3E6A8B; float: left; margin-right: 10px; margin-bottom: 4px;
}
#cb .hr {
	border: 0;
	border-top: 1px dashed #CCC;
}
#cb .p {
	padding: 0 20px;
}
#cb .p strong {
	display: block;
	margin-bottom: 3px;
}
#cb .p em {
	font-weight: 400;
	font-size: 10px;
	color: #CCC;
}


#signup .input {
	float: left;
	width: 210px;
	height: 50px;
}
#signup .input label {
	font-weight: 700;
	display: block;
}
#signup .input input {
	width: 180px;
}

.hidden_submit {
	position: absolute;
	top: -1000px;
}

#new_offer input, #new_offer textarea {
	width: 400px;
}
#new_offer .submit {
	width: auto;
}