body,td,th {
        color: #FFF;
}
body {
        background-color: #000;
}
a:link {
	text-decoration:none; 
}
a:visited {
	text-decoration:none; 
}
a:hover {
	text-decoration:underline; 
}
a:active {
	text-decoration:none; 
}
.pages {
	font-weight: bold;
	color: #F00;
}
.curpage {
	font-weight: bold;
	color: #FFF;
}
a.pages {
	font-weight: bold;
	color: #F00;
}

span.pages {
	font-size: 150%;
}

.sortform {
	background-color: #CCC;
}
form.example input:focus {
	background-color: transparent;
}

form.example div.fileinputs {
	position: relative;
	height: 30px;
	width: 220px;
}

form.example input.file {
	width: 220px;
	height: 30px;
	margin: 0;
}

form.example input.file.hidden {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	margin-top: 8px;
	float: left;
}

form.example div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px;
	padding: 0;
	margin: 0;
	margin-left: -6px;
	z-index: 1;
	line-height: 90%;
	height: 36px;
}

form.example div.fakefile img {
	float: left;
}

form.example div.fakefile input {
	margin-bottom: 5px;
	margin-right: 4px;
	float: left;
	margin-top: 8px;
}


A.imgbord:link {color: red;}
A.imgbord:active {color: red;}
A.imgbord:visited {color: red;}
A.imgbord:hover {color: red;}

form{display:inline;} 
