/*
		Site:		FP.com Landing Page
		File:		Master Screen CSS
		Author:		Alison Endacott
		Date:		August/September 2006
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}


/* My FP */
#myfp {
	background-image: url(/content/v5/cz/img/gwmpg.jpg);
	display:block;
	height: 120px;
	width: 592px;
	margin-bottom: 2px;
	margin-top: 1px;		
	z-index: 5;
}

	#myfp select, p.grow-select {
		float: left;
	}
	
	h4.grow-heading {
		text-indent: -9999px;
		background-image: url(/cz/img/home/guide-head.gif);
		display: block;
		height: 27px;
		width: 339px;
		position: relative;
		top: 4px;
		left: 5px;
	}

	p.grow-copy {
		text-indent: -9999px;
		
	}

	p.grow-select 
	{		
		position: relative;
		top: 74px;
		left: 15px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 9pt;
		font-weight: bold;				
		color: #B24317;
	}
	
	#myfp-form {
		position: absolute;
		top: 150px;
		left: 330px;
	}
	
		#myfp-form input{
			position: relative;
			left: 2px;
		}	



	













