#uploader{
    width:217px;
	
}
#picker div{width:200px;height:20px;line-height:20px;}
.webuploader-container {
	position: relative;
	width:220px;
	overflow:hidden;
}
#uploader .btn-default
{
    color:#fff;
    border: 0;
    padding:2px 20px;
	background: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}
#uploader .btn-default:hover
{
	 background-color: #bd362f;
	 *background-color: #a9302a;
	background-image: linear-gradient(to bottom, #da4f49, #bd362f);
}
#uploader .btn-default:active
{
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
}


.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;
	padding: 3px 10px;
    margin-right:10px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	overflow: hidden;
    margin-bottom: 5px;

	background: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);

}
.webuploader-pick-hover {

	 background-color: #bd362f;
	 *background-color: #a9302a;
	background-image: linear-gradient(to bottom, #da4f49, #bd362f);
}


.webuploader-pick-disable {
	opacity: 0.6;
	pointer-events:none;
}
.uploader-list {max-height: 200px; overflow-y:scroll;width:385px;}
.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;
	width:220px;
	overflow:hidden;
}
#uploader2 .btn-default
{
    background: #c60815;
    color:#fff;
    border: 0;
    padding:2px 5px;
}
#uploader2 .btn-default:hover
{
    background: #e60815;
}
#themessage2{
    margin:5px 0;
    color:#47b717
}