.editbutton {
	padding: 3px;
	_padding: 1px 3px 1px 3px;
	height: 15px;
	border: 1px solid Silver;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: #F0F0F0;
	color: Black;
}
.editbutton:hover{
	border: 2px dotted Black;
	padding: 2px;
	_padding: 0px 2px 0px 2px;
	text-decoration: none;
	color: #000000;
}
.edit{
	float:right;
}
.note{
	background: Fuchsia url(SimpleAqua/note.png) no-repeat;
	width: 15px;
	height: 15px;
}
.uploadover{
	cursor: pointer;
}
.upload{
	cursor: normal;
}
.upload, .uploadover{
	float: right;
	text-align: right; 
	padding-right: 10px;
	margin-bottom: 10px;
}
