#form_holder {
	width: 429px;
	float: left;
	margin: 50px 0 10px 12px;
   font-family: Verdana, Arial, Tahoma, sans-serif;
   font-size: 12px;	
}
.red {
	color: #C10040;
}
#form_holder form {
	padding: 0;
	margin: 0;
	width: 425px;
	background-color: #DFE6BA;
	border-left: 2px solid #367200;
	border-right: 2px solid #367200;
}
#form_holder fieldset {
	margin: 0 0 0 6px;
	padding: 0 0 5px 0;
	width: 411px;
	border: 1px dotted #367200;
}
#form_holder legend {
	padding: 3px 12px;
	margin: 0 0 8px 17px;
	background-color: #417FA8;
	font: bold 15px Verdana, Arial, Tahoma, sans-serif;
	color: white;
	text-transform: uppercase;
	border: 1px solid white;
	
}
.lbl {
	width: 125px;
	height: 30px;
	float: left;
	padding: 0;
	margin: 0 0 12px 9px;
	font-weight: bold;
}
.lbl span {
	font-weight: normal;
	font-size: 11px;
}
#form_holder br {
	clear: both;
}
#url_fld {
	width: 177px;
	height: 28px;
	background: url(../images/url_bg.gif);
	float: left;
}
#url_fld input {
	width: 165px;
	height: 18px;
	border: 1px solid white;
	background-color: white;
	padding: 0;
	margin: 4px 0 0 5px;
}
.flds {
	width: 265px;
	height: 28px;
	background: url(../images/flds_bg.gif);
	float: left;
}
.flds input {
	width: 243px;
	height: 18px;
	border: 1px solid white;
	background-color: white;
	padding: 0;
	margin: 4px 0 0 5px;
}
.txtarea {
	width: 265px;
	height: 88px;
	background: url(../images/txtarea_bg.gif);
	float: left;
	margin: 0 0 12px 0;
}
.txtarea textarea {
	width: 253px;
	height: 78px;
	border: 1px solid white;
	background-color: white;
	padding: 0;
	margin: 4px 0 0 5px;
	overflow: auto;
}
.clr {
	height: 10px;
	clear: both;
}
#cat_select {
	width: 265px;
	height: 28px;
	background: url(../images/flds_bg.gif);
	float: left;
}
* html #cat_select {
	background: none;
}
#cat_select select {
	width: 253px;
	height: 18px;
	border: none 0;
	background-color: white;
	padding: 0;
	margin: 4px 0 0 5px;
}
#radios {
	float: left;
	width: 265px;
}


.fileinputs {
	width: 265px;
	height: 28px;
	float: left;
}
.fileinputs input {
	width: 260px;
}
.half_lbl {
	width: 66px;
	height: 24px;
	float: left;
	padding: 6px 0 0 0;
	margin: 0 0 12px 9px;
	font: bold 12px Arial, Tahoma, sans-serif;
}
.flds_half {
	width: 125px;
	height: 28px;
	background: url(../images/flds_half_bg.gif) 0 0 no-repeat;
	float: left;
}
.flds_half input {
	width: 103px;
	height: 18px;
	border: 1px solid white;
	background-color: white;
	padding: 0;
	margin: 4px 0 0 5px;
}
#code {
	margin: 5px 9px;
}
#code label {
	float: left;
	font-weight: bold;
	padding: 6px 6px 0 0;
}
#submit {
	float: right;
	margin: 15px 40px 0 40px;
}
.greybox {
	width: 201px;
	padding: 5px;
	margin: 0 0 20px 15px;
	float: left;
	background-color: #EAEAEA;
	border: 1px solid #DFE7B8;
}
* html .greybox {
	margin: 0 0 20px 8px;
}