/*
   ----------------------------------------------------------------
   GBCF-V3 DEFAULT STYLE SHEET - MIKE CHERIM HTTP://GREEN-BEAST.COM
   ----------------------------------------------------------------
*/

/*
# Edited by Sebastian Nitu
# For the Dow Columbia Website
# www.dowcolumbia.com

/* === form div and elements ======================================= */


/* === form div link styles ======================================== */


/* === success and error message/results box ======================= */


/* === structural form elements ==================================== */

#emerg-form fieldset.main-set {
	background: none;
	}
	
#emerg-form fieldset.req-set,
#emerg-form fieldset.opt-set { 
	width: 340px;
	height: 380px;
	}


#emerg-form fieldset.req-set {
	float: left;
	}
	
#emerg-form fieldset.opt-set { 
	float: right;
	}

/* === textural form elements ====================================== */


/* === control and interface form elements ========================= */

/*
 *  note: In this section you will see the hover/focus styles for the 
 *  inputs. For example: input:hover, input:focus. You will also see 
 *  these names applied as classes: input.hover, input,focus, for 
 *  example. This is not done by mistake. Those classes are needed for 
 *  the JavaScript focus script (files/focus.js) for IE 7 and older.
 */

#emerg-form textarea.textarea {
	width : 300px;
	height : 130px;
	}

/* because IE6 sucks - if you have a conditionally served IE6 style sheet add this to it */

/* EOF - Created by Mike Cherim @ http://green-beast.com =========== */

