/* BOX */
#hhpc {
	background: #b8cfd3 url(hhpc_bg.jpg) left top no-repeat;
	border: 4px solid #fff;
	color: #fff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	height: 683px;
	position: relative;
	text-align: left;
	width: 785px;
}

/* CLOSE */
a#close {
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}


#hhpc-content {
	left: 30px;
	position: absolute;
	top: 198px;
	width: 360px;
}
/* TEASER TEXT */
#teasertext {
	margin-bottom: 20px;
	width: 330px;
}

/* FORM */
label {
	display: block;
	padding-bottom: 2px;
}
fieldset input {
	background-color: #fff;
	border: 0;
	display: block;
	font-size: 10px;
	height: 16px;
	margin-bottom: 8px;
	padding-left: 2px;
	padding-top: 1px;
	width: 253px;
}
input.zipcode {
	display: inline !important;
	width: 38px !important;
}
input.city {
	display: inline !important;
	margin-left: 5px !important;
	width: 209px !important;
}
input#submit {
	background-color: #ca284f;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	padding-bottom: 2px;
	width: 125px;
}
div#required-info {
	color: #ca284f;
	margin-bottom: 4px;
}
p#errors {
	background-color: #cf3c02;
	margin-bottom: 10px;
	padding: 2px;
}

/* MORE INFOS */
#more-infos {
	color: #000;
	margin-top: 15px;
	padding-left: 25px;
	position: relative;
}
#more-infos a {
	color: #000;
	font-size: 9px;
	line-height: 150%;
	text-decoration: underline;
}
#more-infos span {
	left: 0;
	position: absolute;
	top: 0;
}

/* FEEDBACK */
#feedback div.close {
	color: #000;
	font-weight: bold;
	margin-top: 30px;
}
