.image {
  display: block;
  width: 100%;

}

 .grid-item { 
 	width: 400px; 
 	overflow:hidden;
 	float: left;
 	margin-bottom:30px;
 	margin-right: 20px;
 
 }
	.input_holder
	{
		float:left;
	}
	
	.input_holder input
	{
		width:98%;
		font-size: 14px;
	    padding-left: 5px;
	    height: 30px;
	    border: solid 1px black;
	    margin-bottom: 20px;
	}
	
	.input_holder textarea
	{
		width:97%;
		font-size: 14px;
	    padding-left: 5px;
	    height: 50px;
	    border: solid 1px black;
	    resize:none;
	    margin-bottom: 20px;
	}
	
	.input_holder label
	{
		margin-top: 0px;
	    font-size: 14px;
	    font-weight: bold;
	    margin-bottom: 5px;
	    font-family: 'open_sansbold';
	}
	
	.input_holder select {
	    width: 98%;
	    font-size: 14px;
	    padding-left: 5px;
	    height: 30px;
	    border: solid 1px black;
	    margin-bottom: 20px;
	}
.img_btn
{
	width:80px;
	height:30px;
	line-height:30px;
	text-align:center;
	cursor:pointer;
	background:#000;
	color:#fff;
	float:left;
}
	
	.img_loading
	{
		display:none;
	}
	
.buton_holder
{
	width:100%;
	overflow:hidden;
}

#image_check_overlay
{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:10000;
	background:#fff;
	display:none;
}

	.close_overlay
	{
		cursor: pointer;
		position: absolute;
		right:5px;
		top:5px;
		
	}
	
	#found_title
	{
		width:100%;
		text-align: center;
		font-size:30px;
		margin-top:5px;
		
	}
	
	#found_images_holder
	{
		width:100%;
		height:100%;
		overflow:scroll;
		margin-top:50px;
	}
	
		.found_item
		{
			width:300px;
			height:300px;
			float: left;
			margin: 5px;
			position: relative;
		}
			
			.found_img_holder
			{
				width:100%;
				height:100%;
				text-align:center;
				vertical-align: middle;
			}
			
				.found_img_holder img
				{
					max-width:100%;
					max-height:100%;
					
				}
				
			.found_url
			{
				position:absolute;
				z-index:10;
			}
			
			
			.found_crawldate
			{
				position:absolute;
				z-index:10;
				bottom: 0px;
			}