#EmailForm fieldset.cent img.form_img {
	margin-left: 211px;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 0;
}

#EmailForm div.cent fieldset.cent img {
	margin-left: 211px;
	margin-right: auto;
	margin-bottom: 5px;
	padding: 0;	
}

#EmailForm fieldset p {
	margin: 0;
	padding: 0;
	clear: both;
}

.cent {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	float: none;
}

form#EmailForm {
  padding: 10px 0;
	float: left;
	clear: both;
	margin: 0;
	width: 950px;
}

form label { 
	display: block; 
	width: 230px; 
	padding: 8px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	color: #6aa5d3;
	font: 14px Arial, sans-serif;
	text-decoration: none;
	float: left;
}

form fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration: none;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
						/* changed to label first letter, opera broke after first letter legend */
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: 170px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 5px 0 0 10px;
}

input#cfContact.button {
	width: 66px;
	padding: 0;
	float: right;
	margin-bottom: 0;
	margin-top: 10px;
	margin-right: 43px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

#EmailForm fieldset select {
	width: 400px;
	margin-left: 10px;
}

textarea { overflow: auto;
	float: right;
	clear: right;
}

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
#EmailForm fieldset textarea {
	width: 320px;
	height: 60px;
	clear: right;
	margin-right: 9px;
	padding: 6px;
	float: left;
}

input.type_b {
	width: 17px;
}

form.classform {
	width: 222px;
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px Arial;
	height: 76px;
}

input.subbutton {
	width: 62px;
	margin: 0;
	padding: 0;
}

div.formss {
	float: left;
}

input.email {
	width: 180px;
	margin: 10px 20px 10px 15px;
	padding: 0;
	clear: both;
}

input.radio {
	width: 20px;
	padding: 0;
	clear: both;
	float: none;
	height: 20px;
	margin: 0;
}