body {
	margin: 0;
	background: #f4f4ea;
	font-family: Arial, Helvetica, sans-serif;
}

div#wrapper {
	width: 850px;
	margin: 20px auto;
	position: relative;
}

div#inner {
	min-height: 507px;
	_height: 507px;
	background: #FFF url(bg_wrapper.jpg) no-repeat;
}

div#copy {
	width: 550px;
	padding-left: 29px;
	padding-bottom: 19px;
}

div#form {
	float: left;
	width: 270px;
	margin: 108px 0 0 61px;
}

img {
	display: block;
}

p, ul {
	font-size: 13px;
	color: #666;
	margin: 0 0 12px 0;
	line-height: 17px;
}

table p {
	color: #fff;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #ff6633;
	margin: 0 0 12px 0;
}

a { 
	color: #FF9933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.note {
	font-size: 11px;
	color: #ffcc66;
}

label {
	font-size: 14px;
	color: #ffcc66;
	display: block;
	width: 120px;
	margin: 3px 0 0 0;
}

.textbox, .textarea {
	border: 1px solid #ffcc99;
	background: #ffcc99;
	width: 360px;
	display: block;
	padding-left: 2px;
	font: 14px Arial, Helvetica, sans-serif;
}


select.textbox {
	width: 264px;
}

textarea {
	font: 12px Arial, Helvetica, sans-serif;
	height: 100px;
}

.button {
	display: block;
	margin: 5px 0 0 0;
}

div#form p {
	color: #fff;
	font-size: 13px;
	margin: 14px 0 0 0;
}

.comp_table {
	background-color: #bb0000;
	border: 4px solid #bb0000;
	margin-bottom: 10px;
}

.comp_table td {
	padding: 4px 6px;
	vertical-align: top;
}
