/* @override http://localhost:8888/fc/janvanramshorst/site/styles/paperBottom.css */

/* FORM PAPER */

/*#formPaperWrapperDiv {
	position: relative;
	z-index: 4;
	width: 900px;
	height: 0px;
	margin: 0 auto;
}*/

#formPaper {
	position: relative;
	/* make larger than infoView */
	width: 800px;
	height: 500px;
	background-position: right bottom;
}
#formPaperImage {
	position: absolute;
	
}

#tellafriend #stamp {
	position: absolute;
	left: 760px;
	top: 76px;
	width: 88px;
	height: 93px;
	background-image: url('../images/graphics/paperBottom/formPaperStamp.png');
}

		
/* FORM PAPER - tell a friend */

#tellafriend #tellafriendMessage {
	width: 630px;
	font-family: Courier;
	font-size: 14px;
	line-height: 23px;
	color: #555555;
	margin: 55px 20px;
}
#tellafriend #tellafriendMessage p {
	margin: 19px 0;
}

#tellafriend #tellafriendFormTableTo {
	position: absolute;
	top: 335px;
	left: 500px;
	width: 430px;
}
#tellafriend #tellafriendFormTableFrom {
	position: absolute;
	top: 380px;
	left: 88px;
	width: 430px;
}

#tellAFriendSend {
	position: absolute;
	top: 485px;
	left: 720px;
}

#tellAFriendSuccess {
	top: 20px;
}

#LinkTellAFriendReload {
	position: relative;
	top: 20px;
	left: 150px;
}
