
#body_wrap {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height: auto;
}

#image_view_info_wrap {
	position: absolute;
	top:0;left:0;right:0;bottom:0; 
 
	background-color: #e1e1e1; 
	overflow: hidden;
	overflow-y: auto;
}

.close_30 {
	left:0;
}

.close_30:hover {
	cursor: pointer;
}

#image_info_data {
	margin: 5px 0 0 5px;
}

#iid_image {
	margin-top:5px;
	margin-bottom: 5px;
	height: 200px;
	width: 100%; 
	background-size: 100% 100%;
}

#image_info_info_wrap {
	float: left;
	position: relative;
	width: 500px;
	//background-color: red;
	height: 95%;
	margin-left: 50px;
	margin-top: 5px;
	border-radius: 5px;
	border: 1px solid black;
	box-shadow: -1px 0px 8px rgba(0, 0, 0, 1);

-moz-box-shadow: -1px 0px 8px rgba(0, 0, 0, 1);

-webkit-box-shadow: -1px 0px 8px rgba(0, 0, 0, 1);
}

#iiiw_header {
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	text-align:center;
	border-bottom: 2px solid black;
}

#iiiw_body {
	position: absolute;
	top: 30px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	//background-color: red;
	overflow: hidden;
	overflow-y: auto;
	padding: 5px;
	font-family: Garamond,Georgia,!"Times New Roman" important";
	font-size: 12px !important;
	letter-spacing: 1px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: underline;
}

.iiiw_row {
	width: 100%;
	margin-bottom: 2px;
	display: inline-block;
}

.iiiw_col1 {
	width: 40%;
	float: left;
	text-align: right;
	padding: 2px;
}

.iiiw_col2 {
	width: 50%;
	float: left;
	text-align: left;
	padding: 2px;
}

.image_info_info_list li  {
	background-color: transparent !important;
}