.upload {
	position: absolute;
	top: 13px;
	right: 26px;
	z-index: 99;
}

.upload a {
	background: rgb(125, 125, 125);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(96, 96, 96)), color-stop(0.5, rgb(9, 9, 9)), to(rgb(29, 29, 29)));
	border: 1px solid rgb(35, 35, 35);
	border-top-color: rgb(55, 55, 55);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 24px;
	color: rgb(224, 224, 224);
	font: bold 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 5px 10px 0 10px;
	display: inline-block;
	text-shadow: rgb(30, 30, 30) 0px 0px 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	cursor: default;
	text-decoration: none;
	float: right;
}

.upload a:hover {
	background: rgb(12, 12, 12);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(68, 68, 68)), color-stop(0.5, rgb(7, 7, 7)), to(rgb(12, 12, 12)));
}

