* {
	margin: 0px;
	padding: 0px;
}
body {
	font: normal 12px/1.2 Arial, Helvetica, sans-serif;
	color: #808080;
	background: url(../images/survey_bg.jpg) repeat-y;
}
img {
	border: 0px;
}
a {
	outline: none;
}
ul, ol {
	margin: 10px 20px 10px 40px;
}
p {
	padding-bottom: 12px;
}
textarea {
	font: normal 12px/1.2 Arial, Helvetica, sans-serif;
	height: 40px;
	border: 1px solid #808080;
	line-height: 1.2em;
	padding: 3px;
}
input {
	border: 1px solid #808080;
	padding: 3px;
}
select option {
	padding: 2px;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 10px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #ed2a3b;
}
#classify_reader,#entity {
	width: 502px;
}
#classify_other,#entity_other {
	width: 300px;
}
.redtext {
	color: #ed2a3b;
}
.error {
	color: red;
	padding-left: 5px;
}
.container {
	width: 915px;
	float: left;
}
.riotinto_logo {
	width: 150px;
	float: left;
}
.content {
	width: 765px;
	float: left;
	padding: 50px 0;
}
	.content td {
		padding: 0 5px;
	}
	.form_name {
		float: left;
		width: 80px;
		height: 28px;
	}
	.form_field {
		float: left;
		width: 685px;
		height: 28px;
	}
	#name,#email,#street {
		width: 300px;
	}
	#city {
		width: 100px;
	}
	#state,#zip {
		width: 60px;
	}
	.content #phone_1 {
		width: 50px;
	}
	.content #phone_2 {
		width: 50px;
	}
	.content #phone_3 {
		width: 75px;
	}
	.line1 {
		border-top: 1px solid gray;
		line-height: 1px;
		font-size: 1px;
		height: 1px;
		width: 765px;
		margin: 15px 0;
	}
	.line2 {
		border-top: 1px solid gray;
		line-height: 1px;
		font-size: 1px;
		height: 1px;
		width: 505px;
		margin: 15px 0;
	}
span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(../images/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 470px;
	height: 22px;
	padding: 2px 24px 0 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(../images/select.gif) no-repeat!important;
	background: none;
	overflow: hidden;
}