#phorummessageform {
	padding-top: 10px;
}
#phorummessageform table td {
	padding-top: 5px;
	font-size: 13px;
}
#phorummessageform input[type=text], #phorummessageform input[type=submit], #phorummessageform select, #phorummessageform textarea {
	padding: 5px;
}
#phorummessageform input[type=text], #phorummessageform input[type=submit], #phorummessageform select {
	font-size: 15px;
}
#phorummessageform textarea {
	font-size: 13px;
	height: 250px;
}
#phorummessageform input[type=text], #phorummessageform textarea {
	width: 500px;
	border: 1px solid #abadb3;
}
#phorummessage, #phorumname {
	width: 500px;
}
#phorummessageform select {
	border: 1px solid #abadb3;
}

#phorumbb, #bbbar ul {
	margin: 0;
}
#phorumbb li, #bbbar li {
	list-style-type: none;
	display: inline;
}
#phorumbb li img, #bbbar li img {
	vertical-align: middle;
	cursor: pointer;
}
#bbbar li img {
	width: 16px;
	height: 16px;
	padding-right: 10px;
}
#bbbar {
	border: 1px solid #abadb3;
	width: 500px;
	padding: 5px;
	border-bottom: 0;
	background-color: #f0f0f0;
}
.phorumquote {
	margin: 5px 0 5px 0;
	float: left;
	padding: 5px;
	border: 1px solid #fd851a;
	background-color: #fff;
	font-size: 11px;
	color: grey;
}
.td_text {
	font-size: 13px;
	padding-bottom: 10px;
}
.td_name {
	text-align: right;
	padding: 3px 5px 0 0;
}
div.addfav {
	float: right;
	padding: 7px 0 0 7px;
}
div.addfav img {
	width: 16px;
	height: 16px;
}
/* FPAGE */
.phorumFpage {
	margin-top:-10px;
}
.phorumFpage a {
	font-size: 14px !important;
}
.phorumFpage a.userbl {
	font-weight: normal;
	font-size: 13px !important;
}
.phorumFpage td {
	font-size: 13px !important;
	font-weight: normal !important;
}

.phorum-tags {
	font-size: 12px;
}
.phorum-tags span {
	display: inline-block;
	margin-top: 7px;
	margin-right: 5px;
	background-color: #e2e2e2;
	color: #474747;
	padding: 3px 5px;
	border-radius: 5px;
}