* {
	margin: 0px;
	padding: 0px;
}

/* CATFISH RELATED - NOT REQUIRED FOR CATFISH TO WORK */
div#catfish {
	display: none; /* Stops catfish appearing before the page is fully loaded */
	background-color: #000;
	text-align: ;
	border-top: 2px solid gray;
	width:100%;
}

div#catcontent {
	padding:10px;
	width: 300px;
	color:#FFF;
	float:left;
	font-size: 12px;
	background-color:;
	font-weight: bold;
}

div#autoform {width: 300px;
	padding-top:5px;
	color:#FFF;
	float:left;
	background-color:;
}

#submit {
	color:#FFF;
	margin-top:5px;
	margin-left: 180px;
	background-color:;
}

div#catfish a#close {
	position: absolute;
	top: 5px;
	right: 15px;
	color: white;
}
div#catfish iframe {
	padding-top: 5px;
	padding-bottom: 5px;
}
