div#footerform { 
	background:#FFCC00; 
	color: #000000;
	text-align:center;
	position:fixed; 
	bottom:0; 
	left:0; 
	width:100%; 
	height:70px; 
	border-top:3px solid #339900; 
	border-bottom:5px solid #F0F0F0; 
	display:none; 
	z-index: 10; 
}

div#footerform .container{ 
	text-align:left; 	
	padding-left: 140px;
	padding-top: 10px;
	width:800px;
	height:70px; 
	background-image:url(../image-files/dap-puppy.png);
	background-repeat:no-repeat;
}

div#footerform a { 
	color:#339900; 
}

div#footerform a:hover { 
	color:#66CC00;
	text-decoration:none 
}

div#footerform .tagline { 
	font-size: 16px; 
	font-weight: bold; 
}

div#footerform .text { 
	font-size: 12px; 
}

div#footerform .close { 
	float:right; 
	margin:4px 8px 0px 0px; 
}