#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#wrapper #banner {
	
}

#wrapper #text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #05498A;
	margin-left: 160px;
	margin-right: 160px;
}

#text #text-copy {
	margin-left: 5px;
}

#wrapper #buttons {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #05498A;
	padding-bottom: 50px;
}

#wrapper #buttons img {
	margin-top: 20px;
	margin-bottom: 7px;
}

#custom-doc {
	width: 75.38em;
	*width: 73.57em;
	min-width: 980px;
	margin: auto;
	text-align: left;
	border: 2px solid #98d2f2;
}

body {
	background: url(../images/sdd_back.gif) repeat-x;
	height: 1000px;
}

h1 {
	background-image: url(../images/banner.jpg);
	width: 980px;
	height: 225px;
	text-indent: -9999px;
}

#bd {
	background-color: white;
	padding: 30px;
	line-height: 27px;
	font-size: 17px;
}

p {
	font: 17px/27px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #0d4d8c;
}

#tellus {
	background-image: url(../images/header_tell_us.gif);
	width: 334px;
	height: 46px;
	text-indent: -9999px;
}

#problem {
	background-image: url(../images/header_problem.gif);
	width: 311px;
	height: 46px;
	text-indent: -9999px;
}

input.radio, input.checkbox {
	vertical-align: top;
}

label, button, input.submit, input.image {
	cursor: pointer;
}

* html input.radio, * html input.checkbox {
	vertical-align: middle;
}

/* ie6 */

*+html input.radio, *+html input.checkbox {
	vertical-align: middle;
}

/* ie7 */

textarea {
	overflow: auto;
	border: none;
	width: 400px;
	height: 125px;
}

#thank_you {
	background-image: url(../images/thank_you.gif);
	text-indent: -9999px;
	width: 349px;
	height: 89px;
	margin-left: auto;
	margin-right: auto;
}

#thank_you_copy {
	text-align: center;
	color: white;
}

input.text, input.password, textarea, select {
	vertical-align: baseline;
	float: left;
	line-height: 27px;
	font-size: 17px;
}

form {
	border: 2px solid #98d2f2;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 680px;
	margin-left: 120px;
	height: auto;
	color: white;
	padding: 20px;
}

form .field, form .buttons {
	clear: both;
	padding-top: 6px;
}

form .field label {
	display: block;
	color: white;
	width: 200px;
	float: left;
	font-weight: bold;
}

.error {
	font-weight: bold;;
	margin-left: 5px;
	float: right;
}

form ul.fields {
	margin: 0 0 1.5em;
	padding: 0;
}

form ul.fields li {
	list-style-type: none;
	margin: 0;
}

form ul.inline li, form ul.inline label {
	display: inline;
}

form ul.inline li {
	padding: 0 .75em 0 0;
}

.required_asterisk {
	width: 10px;
	float: left;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.formcopy {
	color: white;
}
