body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #fff5e7;
}
body * {line-height:1.6em;}
p {
	margin: 10px 0;
}
#doc {
	padding-top: 20px;
	width: 750px;
}
#bd { font-size: 85%; }
#ft {
	padding-top: 20px;
}
.clear {
	clear: both;
}
a { color: #752F00; }
a:hover { color: #752F00; }
strong {
	font-weight: bold;
	color: #FB5A00;
}
#introtext {
	width: 350px;
	padding-right: 40px;
	float: left;
}
		
#formwrapper {
	float: left;
	width: 350px;
}

form {
	padding-top: 10px;
	position: relative;
}

form fieldset {
  border: 1px solid #a6a6a6;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  color: #752F00;	
}

form fieldset legend {
	font-size: 107%;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea, form div.inputset{	
	width: 150px;
	margin: 5px 0 5px 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #752F00;
}
form input {
	padding: 4px;
}

textarea {
	overflow: auto;
	font-size: 114%;
	line-height: 1.4em;
}

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
form input.radiobutton {	
	width: 20px;
}
form label.radiobutton {
	width: 35px;
}
form div.inputset {
	float: left;
}
form div.inputset input {
	margin: 6px 0 0 10px;
}
form input#submit {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#752F00; 
}

#drawsimon {
	border: 1px solid #a6a6a6;
	width: 402px;
	float: left;
	margin-right: 25px;
}
#quote {
	margin: 10px;
	padding: 75px 0 0 75px;
	width: 300px;
	height: 240px;
	position: relative;	
	background: url(../img/bubble.gif) no-repeat;
}
#quote textarea {
	position: absolute;
	width: 215px;
	height: 120px;		
	top: 30px;
	left: 30px;
}
#quote p {
	position: absolute;
	width: 200px;
	height: 40px;		
	top: 260px;
	left: 110px;
}
#feedbackinfo {
	width: 300px;
	padding-left: 20px;
	position: absolute;
	left: 340px;
	top: 50px;
}
#feedbackinfo #whoareyou {
	
}
#feedbackinfo #whoareyou input {
	display: block;
	margin: 15px;
	width: 200px;
}
body#concept form {
	position: relative;
	margin-bottom: 20px;
	clear: both;
}
body#concept form input#submit {
	margin-left: 0;
	margin-top: 0;
}
#ratethis {
	padding-top: 10px;
	position: relative;
	padding-bottom: 40px;
	width: 365px;
}
#sliderbg {
	position: relative;
	top: 10px;
	width: 363px;
	height: 45px;			
	background: url(../img/scale.gif) top left no-repeat;
}
#sliderthumb {
	position: absolute;
	top: 25px;
	left: 44px;
	width: 18px;
	height: 20px;
	background: url(../img/horizSlider.gif) top left no-repeat;
}
.caption {
	font-size: 129%;
	color: #752F00;
	font-weight: bold;
	padding: 10px 40px;
}
.caption strong{
	color: #FB5A00;
}
.button {
	padding: 5px 20px;
	margin-top: 50px;
}
#bd {
	position: relative;
}
#bd h3 {
	font-size: 144%;
	color: #FB5A00;
	padding: 0 0 5px 0;
}
