/* form style */

#pix_upload_image input[type='date'], #pix_upload_image input[type='checkbox'] {
	float: left;
	width: auto;
}

.clear{
	clear: both;
	position: relative;
}

#block_pix_movie_search{
	position: relative;
}

.search_movie_result {
	position: absolute;
	top: 86px !important;
	height: 280px;
	overflow: auto;
	width: 85%;
	background: #fff;
	z-index: 9999;
	border:none;
	padding: 5px;
}

.form-box-wide-sec2 .search_movie_result {
	position: absolute;
	top: 105px !important;
	left: 20px;
	height: 280px;
	overflow: auto;
	width: 85%;
	background: #fff;
	z-index: 9999;
	border:none;
	padding: 5px;
}

#search_movie_result div{
	cursor: pointer;
}

#search_movie_result div:hover{
	color: grey;
}

#block_pix_taxonomy_search{
	position: relative;
}

.form-box-wide-sec2 #search_taxonomy_result{
	position: absolute;
	top: 44px !important;
	height: 280px;
	overflow: auto;
	width: 85%;
	display: none;	
	z-index: 9999;
	padding:5px;
}

#search_taxonomy_result{
	position: absolute;
	top: 41px !important;
	height: 280px;
	overflow: auto;
	width: 85%;
	display: none;	
	z-index: 9999;
	padding:5px;
}

#search_taxonomy_result div{
	cursor: pointer;
}

#search_taxonomy_result div:hover{
	color: grey;
}

.error_image{
	color: red;
}

.error_form{
	color: red;
}

ul.searchlist.ui-autocomplete {
	z-index:999;
	max-height:180px;
	overflow:scroll;
	width:98%;
}

.ui-menu-item:hover{
	cursor: pointer;
	color: grey;
}

.ui-autocomplete-loading-b{
	background: #efefef url('lightgreen-lightgrey-spinner.gif') right center no-repeat !important;
	
}

#grab_image_load{
	width: 50px;
	height: 50px;
	display: inline-block;
}

#grab_image_load.load_act{
	background: url('spinner-green-gray.gif') center bottom no-repeat !important;
}

#grab_image_load_text {
	font-size:2rem;
	vertical-align:middle;
	display: inline-block;
	position:relative;
	top:-12px;
}

#images_from_url{
	display: none;
	position: absolute;
	width: 50%;
	height: auto;
	background: #fff;
	z-index: 1000;
	text-align: center;
	
}

.pagination_images{
	float: right;
}

.delete_own_img{
	cursor: pointer;
}
.delete_own_img a{
	color:#5e5e5e;
	font-size:90%;
}
.delete_own_img a:hover{
	color:#a70000;
}
.edit_own_img {
	float:right;
	width:52px
	
	
}
.edit_own_img:hover {
	---background:#333;
}
.edit_own_img a{
	padding:0 10px 0 10px;
	background:#444;
	border-radius:4px;
	
}
.edit_own_img a:hover{
	background:#333;
	
}

.clear_field{
	width: 20px;
	height: 20px;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	background: url("remove.gif") no-repeat 0 0;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 20px;
	text-align: center;
	display: none;
}

.clear_field_cat, .clear_field_movie, .clear_field_equip{
	width: 20px;
	height: 20px;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	background: url("remove.gif") no-repeat 0 0;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 20px;
	text-align: center;
	display: none;
}


.clear_block{
	position: relative;
}

.process_all.btn{
	display: none;
	float: right;
	/*margin-right: 52px;
	margin-bottom: 40px;
	*/
	width:100%;
}

.processing_image{
	display: none;
}
