/* BOX */
#sebastian {
	background: #000 url(sebastian_promo.jpg) left top no-repeat;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	height: 690px;
	position: relative;
	text-align: left;
	width: 792px;
}

/* CLOSE */
a#close {
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

#sebastian-content {
	left: 62px;
	position: absolute;
	top: 375px;
	width: 265px;
}


/* FORM */
label {
	display: block;
}
label span {
	background-color: #000;
	color: #fff;
}
fieldset input {
	background-color: #fff;
	border: 1px solid #000;
	display: block;
	font-size: 10px;
	height: 16px;
	margin-bottom: 3px;
	padding-left: 2px;
	padding-top: 1px;
	width: 253px;
}
input#submit {
	border: 0;
	height: 18px;
	margin-top: 14px;
	width: 46px;
}


/* FEEDBACK */
#feedback {
	padding-top: 10px;
}
#feedback span {
	background-color: #000;
	color: #fff;
	line-height: 10px;
}
#feedback div.close {
	margin-top: 20px;
}
#feedback div.close a {
	color: #000;
	font-weight: bold;
}
