.form_input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #ffc;
	position: static;
	height: 20px;
	width: auto;
	border: 0px solid #000000;
}
.form_input_large {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #ffc;
	position: static;
	width: auto;
	border: 0px solid #000000;
}
.form_button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F00;
	text-decoration: none;
	background-color: #FFF;
	position: static;
	height: 20px;
	width: auto;
	border: 1px solid #000000;
}
.form_bbcode {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
	position: static;
	height: auto;
	width: auto;
	padding: 2px;
}
.form_bbcode a{
padding: 0 5px;
text-decoration: none; 
color: #333333;
background: white;
}

.form_bbcode a:hover, .pagination a.selected{
color: #FF0000;
background-color: #333333;
}

