.textbox {
	border: 1px solid #5b0101;
	background-color: #fff;
	font-size: 12px;
	color: #836122;
	padding-left: 2px;
	padding-right: 2px;
	width: 200px;
	font-family: trebuchet MS;
	font-size: 12px;
	color: #836122;
}

.textarea {
	border: 1px solid #5b0101;
	background-color: #fff;
	font-size: 12px;
	color: #836122;
	padding:2px;
	width: 400px;
	height: 200px;
	overflow: hidden;
	font-family: trebuchet MS;
	font-size: 12px;
	color: #836122;
}

.button {
	background-color: #5b0101;
	border: 1px solid #f0edda;
	font-size: 12px;
	color: #f0edda;
	font-weight: bold;
	cursor: pointer;
}

span.error {
	padding-left: 20px;
	color: #5b0101;
	font-weight: bold;
}

.categoryInactive, .categoryActive {
	background-color: #5b0101;
	border: 2px solid #5b0101;
	color: #f0edda;
	font-weight: bold; 
	/*width: 60px;*/
	padding: 3px 5px 3px 5px;
	vertical-align: middle; 
	text-align: center; 
	float: left;
	margin-right:20px;
}

.categoryInactive a {
	color: #f0edda;
	font-weight: bold; 
	font-size: 13px;
	display: block;
	text-decoration: none;
}

.categoryActive a {
	color: #e6e0d2; 
	font-weight: bold; 
	font-size: 13px;
	display: block;
	text-decoration: none;
}