#fpBody {
	background-color: #E8E3C5;

}

#fpContainer {
	table-layout: fixed;
	border-collapse: collapse; /*default value, can ignore border-spacing unless this is 'separate'*/
	width: 570px;
	background-color: #E8E3C5;	
}

#fpBackground {
	position: absolute;
	top: 0px;
	left: 0px:
	width: 565px;
	height: 436px;
	z-index: 1;
}

.fpInner {
	position: relative;
	left: 150px;
	top: 25px;
	width: 300px;
	z-index: 2;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #f0cb96;
	
}

#fpGirl {
	width: 232px;
	height: 277px;
	margin: 2px;
	padding: 2px;
	background-color: #e8e3c5;
}

LABEL {
	font-size: .9em;
	font-weight: normal;
	/*font-weight: bold;*/
}
FORM {
	position: relative;
	top: -.8em;
}

.sendButton {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #120441;*/
	border: #d1a96c 1px solid;
	font-weight: bold;
	font-size: 1em; 
	color: #d1a96c;
}