	body	{ background: none; }


/*************************************************************************
  @zones	
*************************************************************************/
	div#wrapper
	{
		font-size: 1.2em;/* font size adjustment for body tag */
		margin: 0;
		text-align: left;
		width: 100%;
		background: none;
	}
	
	div#zoneHeader
	{
		height: 100px;
		background: transparent url(../img/popup/bg_header.gif) left top repeat-x;
	}
	
	div#zoneMain
	{
		position: relative;
		min-height: 0;
		background-color: #FFF;
		background-image: none;
		margin: 0 30px;
		padding-bottom: 20px;
	}
	
	div#zoneFooter
	{
		display: table;
		width: 100%;
		background: #FFF url(../img/bg_zoneFooter.gif) center top no-repeat;	
	}
	
	
/*************************************************************************
	@zoneHeader
*************************************************************************/
											
	/*********************/
	/*** @zoneBranding ***/
	/*********************/
		div#zoneBranding h1, div#zoneBranding strong
		{
			position: absolute;
			top: 20px;
			left: 15px;
			display: block;
			height: 42px;
			width: 363px;
			background: transparent url(../img/logo.gif) left top no-repeat;	
		}
		
		/* This is typically the tagline */
		div#zoneBranding p
		{
			top: 67px;
			left: 160px;
		}
	
	
/*************************************************************************
	@zoneMain
*************************************************************************/
	h4
	{
		border-bottom: 1px solid #e3dfdc;
		margin: 1em 0 .5em 0;
		padding-bottom: .5em;
		font-family: verdana,arial,sans-serif;
		font-size: 1.1em;
	}
	
	form label.message
	{
		padding-top: 2em;
	}
	
	form label.message span
	{
		font-weight: bold;
		font-size: 1.1em;
		margin-bottom: .3em;
	}
