/* --- FILE UPLOAD --- */
#fileInputBox {
  margin: 0;
	width: 390px;
	height: 22px;
	display: block;
	position: relative;
}
#selectedFile {
  position: absolute;
  left: 0;
  color: #767676;
	font-size: .833em;
	width: 298px;
	padding: 0;
	margin: 3px 0 0 5px;
	z-index: 20;
}
.jsuFileInput {
	position: absolute;
	right: 0;
	cursor: pointer;
	z-index: 5;
	opacity: 0;
	filter: alpha(opacity: 0);
}
/* --- BUTTTON FILE --- */
.button {
	text-decoration: none;
	float: none;
	height: 22px;
	margin: 0;
	padding: 1;
}
.button span {
	float: left;
	display: block;
	padding: 4px;
	height: 18px;

}
.button span.center {
	padding: 5px 2px 1px 2px;
	height: 18px;
}
.button span.left {
	width: 12px;
	height: 24px;
	padding: 0;
	white-space: nowrap;
}
.button span.right {
	width: 12px;
	height: 24px;
	padding: 0;
}
.button a {
	color: #fff; text-decoration: none;
}
.btn2 span.center {
  color: #fff; 	font-size: .833em;
	background: #989898 url(../images/btn2_pat.gif) 0 -48px repeat-x;
}
.btn2 span.left {
	background: url(../images/btn2_pat.gif) 0 -24px no-repeat;
}
.btn2 span.right {
	background: url(../images/btn2_pat.gif) 0 0 no-repeat;
}
.btn2 {
	float: right;
}
