.textbox {
	border: 1px solid  #787001;
	background-color: #fcc433;
	padding-left: 2px;
	padding-right: 2px;
	width: 200px;
	font-family: trebuchet MS;
	font-size: 12px;
	color: #000;
}

.textarea {
	border: 1px solid #787001;
	background-color: #fcc433;
	padding:2px;
	width: 400px;
	height: 200px;
	overflow: auto;
	font-family: trebuchet MS;
	font-size: 12px;
	color: #000;
}

.button {
	background-color: #787001;
	border: 2px solid #fcc433;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

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

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

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

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

.select {
	background-color: #fcc433;
	color: #000;
	font-family: trebuchet MS;
	font-size: 12px;
}

.row2 {
	background-color: #eceff4;
}

.row1 {
	background-color: #fcc433;
}

.row_main {
	background-color: #787001;
	color: #fff;
	font-weight: bold;
}
