.webuploader-pick {
	position: relative;
	display: inline-block;
	cursor: pointer;
	background: #B03922;
    height:36px;
    line-height:36px;
    padding-right:20px;
    margin-top:2px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick:hover {
	background: #933211;
}

