.uploadifyQueue {
	display: inline-block;	
}

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin: auto;
	margin-top: 5px;
	padding: 5px;
	width: 190px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

.jcrop-holder { 
	text-align: left;
}
.jcrop-vline, .jcrop-hline {
	font-size: 0;
	position: absolute;
	background: white url('../images/crop.gif') top left repeat;
}
.jcrop-vline { 
	height: 100%; width: 1px !important; 
}
.jcrop-hline { 
	width: 100%; height: 1px !important; 
}
.jcrop-handle {
	font-size: 1px;
	width: 7px !important;
	height: 7px !important;
	border: 1px #eee solid;
	background-color: #333;
	*width: 9px;
	*height: 9px;
}
.jcrop-tracker { 
	width: 100%; height: 100%; 
}

.custom .jcrop-vline,
.custom .jcrop-hline {
	background: yellow;
}
.custom .jcrop-handle {
	border-color: black;
	background-color: #C7BB00;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.cropInputs {
	display: inline-block;
	padding-top: 5px;	
}

.imgLoader {
	padding-left: 5px;
	vertical-align: middle;	
}

.thumbPreview {
	display: inline-block;	
}

div.dialog-container ul li span .thumbPreview span,
.thumbPreview span {
	width: auto;	
}

.thumbImg,thumbVideo,thumbFile {
	padding-right: 2px;	
}

.delImg {
	padding-right: 3px;
	cursor: pointer;
}

.txt_200 {	
	width:200px;
}

.swapImg {
	display: inline-block;
	cursor: move;
}
input[name=uploadify]{	
	display:none;
}
span.fupload{
	background:url("../images/loading.gif") no-repeat scroll 100% 0% transparent;
}
.fupload{
	height:19px;
	width:25px;
	display:inline-block;	
}
.uplabel{
  background-color:#3399cc;
  font-size:12px;
  font-weight:600;
  color: white;
  padding: 0.4rem 1rem;
  border-radius: 0.3rem;
  cursor: pointer;
  display:inline-block;
}
form[name=frmUpdload]{
	margin-bottom:7px;
}