#uploader{
    width:217px;
}
#picker div{width:200px;height:20px;line-height:20px;}
.webuploader-container {
	position: relative;
}
#uploader .btn-default
{
    background: #c60815;
    color:#fff;
    border: 0;
    padding:2px 5px;
}
#uploader .btn-default:hover
{
    background: #e60815;
}

.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;
	cursor: pointer;
	background: #c60815;
	padding: 3px 10px;
    margin-right:10px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	overflow: hidden;
    margin-bottom: 5px;
}
.webuploader-pick-hover {
	background: #e60815;
}

.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}
.uploader-list {max-height: 120px; overflow-y:scroll}
.uploader-list .item{margin-bottom: 10px;}
.uploader-list h4.info{}
.uploader-list p.state{}
.uploader-list p.state a{margin-right:3px}
#themessage{
    margin:5px 0;
    color:#47b717
}






#uploader2{
    width:217px;
}
#picker2 div{width:200px;height:20px;line-height:20px;}
.webuploader-container {
    position: relative;
}
#uploader2 .btn-default
{
    background: #c60815;
    color:#fff;
    border: 0;
    padding:2px 5px;
}
#uploader2 .btn-default:hover
{
    background: #e60815;
}
#themessage2{
    margin:5px 0;
    color:#47b717
}