/* CATFISH RELATED - NOT REQUIRED FOR CATFISH TO WORK */
div#catfish {
	z-index: 100;
	white-space: nowrap;
	display: none; /* Stops catfish appearing before the page is fully loaded */
	text-align: center;
	border-top: 0px solid black;
}
div#ufa_position {
top: expression( ( -0 - catfish.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

div#catfish a#catfish-close {
	position: absolute;
	top: 30px;
	right: 15px;
	color: black;
}

 #upload {
                margin:30px 200px;
                padding:15px;
                font-family: Arial, Helvetica, sans-serif;
                text-align: center;
                background:#f2f2f2;
                color:#3366cc;
                border:1px solid #ccc;
                width:150px;
                cursor: pointer !important;
                -moz-border-radius:5px;
                -webkit-border-radius:5px;
}
.darkbg{
	background:#ddd !important;
}
#status{
	font-family:Arial; 
	padding:5px;
}
ul#files{ 
	list-style:none; 
	padding:0; 
	margin:0;
}
ul#files li{ 
	padding:10px; 
	margin-bottom:2px; 
	width:200px; 
	float:left; 
	margin-right:10px;
}
ul#files li img{ 
	max-width:180px; 
	max-height:150px; 
}
.success{ 
	background:#99f099; 
	border:1px solid #339933; 
}
.error {
	background:#f0c6c3;
	border:1px solid #cc6622;
}
/*iframe {
	display:none;
} */