.webuploader-container {
	position: relative;
	display:inline-block
}
.webuploader-element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
}
.webuploader-pick {
	position: relative;
	display: inline-block;
    vertical-align:middle;
	cursor: pointer;
	background: #00b7ee;
	height:28px;
    width:84px;
    line-height:28px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
}
.webuploader-pick-hover {
	background: #00a2d4;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}

.att-other{padding:0 5px;vertical-align:middle}
.att-other a{color:blue}