﻿body {
	background-color: #848484;
	margin:0;
	padding:0;
	border:0;
	left : 0;
	top:0;
}
#item_1 {
	position: absolute;
	left:71px;
	top:239px;
	width:980px;
	height: 449px;
	z-index:1;
	cursor: pointer;
}
.show_rec {
	cursor:pointer;
}
#popup {
	position: absolute;
	width:500px;
	height:350px;
	z-index:1;
	display : none;
	background: #fff;
	left: 403px;
	top: 266px;
}
.close_btn {
	text-decoration:none;
	font-size:12px;
}
	.btn_div{
		border :1px #666 solid;
		background:#999;
		text-align:center;
		text-transform:capitalize;
		cursor:pointer;
		float:right;
		margin-right:20px;
		padding:3px;
	}
	.btn_div:hover{
		border :1px #999 solid;
		background:#ccc;
		text-align:center;
		text-transform:capitalize;
		cursor:pointer;
		float:right;
		margin-right:20px;
		padding:3px;
	}	