﻿

.btupload
{
	width: 60px;
	height: 21px;
	cursor: hand;
	background-position: center center;
	background-image: url(../images/button.gif);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	color: #1e4b02;
	background-color: transparent;
	padding-top: 3px;
	margin-bottom: 10px;	
	
}
.btuploadover
{
	width: 60px;
	height: 21px;
	cursor: hand;
	background-position: center center;
	background-image: url(../images/buttonover.gif);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	color: #1e4b02;
	background-color: transparent;
	padding-top: 3px;
	margin-bottom: 10px;
}
.filelistimg
{	
	background-image: url(../images/filesign.gif);
	background-repeat: no-repeat;
	width:100px;
	overflow:hidden; white-space:nowrap;text-overflow:ellipsis; display:block;float:left;
}
/*
.filelist
{	
	color: #CC3333;
	font-size: 10pt;
}*/
.filedelete
{
	font-size: 10pt;	
	margin-left: 5px;
	margin-right: 5px;
	padding-left:10px;
	cursor:pointer;
	background-image: url(../images/delete.gif);
	background-repeat: no-repeat;		
}

.addfile
{
	position:relative;
	width: 100px;
	height: 30px;
	background-image: url(../images/all_toolbar.gif);
	background-position: 2px -64px;
	margin: 6px 4px;
	border: 1px solid #bebebe;
	cursor: pointer;
}
