	/*
	reset.css file
	*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	outline: none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*merge form */


form.cleaner .col1 {
width: 426px;
float: left;
clear: both;
}

form.cleaner label {
text-align: left;
font-size: 13px;
font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
letter-spacing: 0;
}

form.cleaner .text input, form.cleaner .textarea textarea {
width: 400px;
position: relative;
font-family: 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
font-size: 13px;
resize: none;
border: 1px solid #BDBDBD;
color: #666;
margin: 3px 0 20px;
padding: 7px 8px;
}

/* Facebook Connect section spacer*/

.section_spacer {
	top: 20px;
	margin: 10px;
	font-style: italic;
	font-weight: bold;
	font-size: 1.6em;
	color: #92C43A;
	text-align: center;
	position: absolute;
	left: -70px;
}


.section_spacer hr {
	height: 72px;
	width: 1px;
	border: 0;
	background-color: #92C43A;
	margin: 10px;
	
	}

