body {	margin: 0;
	padding: 0;
	background:transparent;
	font: 62.5% "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	color: #000;
	text-align: left;
	}

p,
ol,
ul {
	line-height: 150%;
	}
ol { /* to be styled */ }
ul { /* to be styled */ }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
	}

h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 1.4em;
	}
h3, h4, h5, h6 {
	font-size: 1em;
	}

a:link {
	color: #2f63b3;
	text-decoration: none;
	}
a:visited {
	color: #2f63b3;
	text-decoration: none;
	}
a:hover {
	color: #4a5265;
	text-decoration: underline;
	}
a:active {
	color: #2f63b3;
	text-decoration: underline;
	}
	
	#formContainer
{
	width:700px;
	height:auto;
	float:left;
	margin:0px 64px 20px 64px;;
}
	
	
	.formbodycopy
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		font-stretch:condensed;
		color:#000000;
		letter-spacing:0px;
	}

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(http://theranchhousegrill.com/tell_us/demo/images/blockquote.gif) no-repeat 0 0;
	color: #abafb9;
	}

code {
  background: #e9f0fa;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }

small {
	font-size: 0.8em;
	}

input, textarea, select { /* to be styled */ }

form { /* to be styled */ }

img { /* to be styled */ }
img.noborder {
	border: none;
	}

/*** Form **/
form {
font-size: 1.3em;

width: 640px; 
background: transparent; border: 0px solid #ffffff;
margin: 0px auto;
padding-left:0px;
padding-top:0px;

}
fieldset {
	margin:10px 0px 15px 0px;
padding: 10px;
border: 3px solid #793611;
border-width: 3px;
width:615px;
margin-top:0px;
}

.fieldsetHdr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}


.fieldsetHdrWht {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}

legend {

font-size: 1.2em;
padding: 4px;
margin-bottom: 4px;
color: #000;
}
fieldset.minor {
padding: 3px;
border: 1px solid #bbb;
}

fieldset.minor legend {
font-style: italic;
padding: 2px;
font-size: .9em;
}
textarea { width: 90%;}

/* Explanation */
div#explanation {
font-size: 1.2em;
border: 1px solid #999;
padding: 1em;
width: 500px; margin: 20px auto;
}

#footer, #header { text-align: center;}