fieldset {
	border: 1px solid #D4D4D4;
	margin: 5px 10px 10px 10px;
	padding: 1px 1px 10px 10px;
	text-align: left;
}

fieldset &bull; {
	color: #FF0000;
}

input.cat_textbox, select.cat_dropdown {
	background-color: #FFFFFF;
	border-bottom: #666666 1px solid;
	border-left: #666666 1px solid;
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	color: #666666;
	font: 10px Verdana, Arial, Helvetica;
	font-weight: normal;
	width: 180px;
}

legend {
	color: #125AA2;
	font-weight: bold;
}

td {
	text-align: left;
}

textarea.cat_listbox {
	background-color: #FFFFFF;
	border-bottom: #666666 1px solid;
	border-left: #666666 1px solid;
	border-right: #666666 1px solid;
	border-top: #666666 1px solid;
	color: #666666;
	font: 10px Verdana, Arial, Helvetica;
	font-weight: normal;
	height: 100px;
	width: 180px;
}

.contentform #submit {
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	text-align: center;
	width: 60px;
}

.contentform fieldset {
	border: 1px solid #CCCCCC;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

.contentform label {
	clear: both;
	color: #000000;
	cursor: pointer;
	float: left;
	font-weight: bold;
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	width: 100px;
}

.contentform legend {
	color: #CC0000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

.contentform option  	{
	border: 1px solid #CCCCCC;
	color: #666666;
	float: left;
	margin: 0px 0px 10px 20px;
	padding: 0px 5px 0px 0px;
	vertical-align: text-top;
	width: 180px;
}

.list {
	background: #EAEAEA;
	color: #000000;
	font: 10px Verdana, Arial, Helvetica;
	padding: 0px 2px 0px 2px;
}

.list_alternate {
	background: #EFEFEF;
	color: #000000;
	font: 10px Verdana, Arial, Helvetica;
	padding: 0px 2px 0px 2px;
}
