
div.uploader {
	position: relative;
	width: 160px;
	height: 20px;
}

input.uploadbox {
	position: absolute;
	top: -5px;
	width: 160px;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity :   0);
}

div.uploader_img {
	white-space: normal;
	width: 160px;
	height: 20px;
}

.prog-border {
	height: 15px;
	width: 160px;
	background: #fff;
	border: 1px solid #000;
	margin: 0;
	padding-right: 5;
}

.prog-bar {
	height: 11px;
	margin: 2px;
	padding: 0px;
	background: rgb(41, 80, 143);
}

.st {
	font-size: 12px;
}

input.uploadbox1 {	position: absolute;
	top: -1px;
	width: 108px;
	font-size: 11px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity :   0);
}
input.uploadbox11 {position: absolute;
	top: -1px;
	width: 108px;
	font-size: 11px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity :   0);
}

a:hover { color:  rgb(180,10,10); }
a:hover span{ color:  rgb(180,10,10);}