
/**** FORMS ***/
#textWrap .form FORM									{ float:left; width:100%; position:relative; background:#f6f6f6; margin:0 0 10px 0; }
#textWrap .eden_form									{ margin:0; padding:20px; }
/*******/

/**** FIELDSETS ***/
#textWrap .eden_form FIELDSET							{ border:0; margin:0; padding:0; }
#textWrap .eden_form FIELDSET.hidden					{ display:none; }
#textWrap .eden_form FIELDSET LEGEND					{ margin:0; padding:0 0 0 15px; font:normal 14px/45px arial; color:#666; }
#textWrap .eden_form  .field-wrap						{ clear:both; width:100%; float:left; margin:0 0 3px 0; padding:0; }
#textWrap .eden_form  .field-wrap LABEL					{ float:left; display:inline; width:120px; padding:0 10px 0 0; font:bold 12px/22px arial; color:#666; }
#textWrap .eden_form  .field-wrap DIV					{ float:left; display:inline; width:260px; }
/*******/

/**** FIELDS ***/
#textWrap .eden_form  .field-wrap DIV INPUT				{ width:258px; border:1px solid #999; font:normal 12px/20px arial; color:#666; }
#textWrap .eden_form  .field-wrap.checkbox DIV INPUT,
#textWrap .eden_form  .field-wrap.radio DIV INPUT		{ width:auto; border:0; }
#textWrap .eden_form  .field-wrap.checkbox DIV LABEL,
#textWrap .eden_form  .field-wrap.radio DIV LABEL		{ width:260px; }
#textWrap .eden_form  .field-wrap DIV SELECT			{ border:1px solid #999; font:normal 12px/20px arial; color:#666; }
#textWrap .eden_form  .field-wrap DIV TEXTAREA			{ vertical-align:top; width:258px; height:100px; overflow:auto; border:1px solid #999; font:normal 12px/16px arial; color:#666; }
/*******/

/**** FIELDS ***/
#textWrap .eden_form  .field-wrap DIV P					{ margin:0; padding:0; font:oblique 12px/18px arial; color:#666; }
/*******/

/**** BUTTONS ***/
#textWrap .eden_form FIELDSET.buttons 					{ float:left; background:none; border:0; margin-top:10px; padding:0 0 0 125px; }
#textWrap .eden_form FIELDSET.buttons DIV				{ float:left; display:inline; margin:0 10px 0 0; padding:0 0 0 5px; }
#textWrap .eden_form FIELDSET.buttons DIV INPUT			{ cursor:pointer; height:26px; padding:0 10px 0 5px; width:auto; overflow:visible; float:left; background:#f7942e; font:bold 14px/26px arial; color:#fff; border:0; }
#textWrap .eden_form FIELDSET.buttons DIV BUTTON		{ cursor:pointer; height:26px; padding:0 10px 0 5px; width:auto; overflow:visible; float:left; background:#f7942e; font:bold 14px/26px arial; color:#fff; border:0; }




/**** FORMS ***/
#utilityWrap .form FORM									{ position:relative; background:#f2f2f2; margin:0 0 10px 0; }
#utilityWrap .eden_form									{ margin:0; padding:0; }
/*******/

/**** FIELDSETS ***/
#utilityWrap .eden_form FIELDSET							{ border:0; margin:0; padding:0; }
#utilityWrap .eden_form FIELDSET.hidden					{ display:none; }
#utilityWrap .eden_form FIELDSET LEGEND					{ margin:0; padding:0 0 0 15px; font:normal 14px/45px arial; color:#666; }
#utilityWrap .eden_form  .field-wrap						{ clear:both; width:100%; float:left; margin:0 0 3px 0; padding:0; }
#utilityWrap .eden_form  .field-wrap LABEL					{ float:left; display:inline; width:120px; padding:0 10px 0 0; font:bold 12px/22px arial; color:#666; }
#utilityWrap .eden_form  .field-wrap DIV					{ float:left; display:inline; width:100%; }
/*******/

/**** FIELDS ***/
#utilityWrap .eden_form  .field-wrap DIV INPUT				{ width:152px; border:1px solid #999; font:normal 12px/20px arial; color:#666; }
#utilityWrap .eden_form  .field-wrap.checkbox DIV INPUT,
#utilityWrap .eden_form  .field-wrap.radio DIV INPUT		{ width:auto; border:0; }
#utilityWrap .eden_form  .field-wrap DIV SELECT			{ border:1px solid #999; font:normal 12px/20px arial; color:#666; }
#utilityWrap .eden_form  .field-wrap DIV TEXTAREA.large,
#utilityWrap .eden_form  .field-wrap DIV TEXTAREA			{ vertical-align:top; width:196px; height:100px; overflow:auto; border:1px solid #999; font:normal 12px/16px arial; color:#666; }

/*******/

/**** FIELDS ***/
#utilityWrap .eden_form  .field-wrap DIV P					{ margin:0; padding:0; font:oblique 12px/18px arial; color:#666; }
/*******/

/**** BUTTONS ***/
#utilityWrap .eden_form FIELDSET.buttons 					{ background:none; border:0; margin-top:10px; padding:0 0 0 125px; }
#utilityWrap .eden_form FIELDSET.buttons DIV				{ float:right; display:inline; margin:0 0 0 0; padding:0 0 0 5px; }
#utilityWrap .eden_form FIELDSET.buttons DIV INPUT			{ cursor:pointer; height:26px; padding:0 0 0 5px; width:auto; overflow:visible; float:left; background:#f7942e; font:bold 14px/26px arial; color:#fff; border:0; }
#utilityWrap .eden_form FIELDSET.buttons DIV BUTTON		{ cursor:pointer; height:26px; padding:0 10px 0 5px; width:auto; overflow:visible; float:left; background:#f7942e; font:bold 14px/26px arial; color:#fff; border:0; }





/**** EDIT CUSTOM ELEMENT FORMS ***/
#siteWrap .eden_form 				{ clear:both; width:auto; float:left; }
#siteWrap .eden_form #fieldset-buttons DIV	{ background:none; }
#siteWrap .eden_form #fieldset-buttons DIV INPUT	{ padding:0 5px; }

#siteWrap .editable .field-wrap LABEL			{ color:#666; }
/*******/