#f1_upload_process {
	z-index: 100;
	position: absolute;
	visibility: hidden;
	text-align: center;
	width: 420px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#f1_look_details {
	z-index: 100;
	position: absolute;
	visibility: hidden;
	text-align: center;
	width: 500px;
	height: 700px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#f1_rg_submit_process {
	z-index: 100;
	position: absolute;
	visibility: hidden;
	text-align: center;
	width: 420px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
right: 1000px; /** left: -1000px; for left image effect*/
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0px;
right: 0px; /*position where enlarged image should offset horizontally /** left: right: 60px;for left image effect*/*/

}

/*
form {
	text-align: center;
	width: 390px;
	margin: 0px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.sbtn    {
	background-image: url(images/button.gif);
	border: 1px solid #000033;
	height: 22px;
	width: 82px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-position: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	width: 82px;
	background-image: url(images/button.gif);
}*/