body {
	max-width: 100%;	
}

img {
	max-width: none;
}

ul, li {
	list-style:none;
	padding:0;
	margin:0;
}
.hidden {
	display: none;
}
.thumbnail {
	display:inline-block;
	float:left;
	margin-right:10px;
	width:50%;
	height:300px;
}



.thumbnail .img {
	position:relative;
	width:100%;
}
#upload_container, #webcam_container {
	margin-top: 15px;
}

#upload_container .alert {
	width:300px;
}

#upload_container .alert span {
    position:absolute;
	background:url("../../../../custom/images/creatingpdf.gif") no-repeat scroll 0 25px; 
	height:50px;
	width:300px;
}

#uploadedimage, #webcam_movie { height:270px;max-height:270px;}