﻿.pop {
	position: absolute;
	z-index: 100;
	visibility: hidden;
}

.pop .top {
	height: 5px;
	background: url(../images/pop/pop_TL.png) no-repeat left top;
	padding-left: 5px;
	line-height: 1px;
}

.pop .top span {
	background: url(../images/pop/pop_TR.png) no-repeat right top;
	display: block;
	height: 5px;
	font-size: 4px;
}

.pop .body {
	background: url(../images/pop/pop_CtrL.png) repeat-y left top;
	padding-left: 5px;
}

.pop .body .main {
	background: url(../images/pop/pop_CtrR.png) repeat-y right top;
	display: block;
	padding: 0px 12px 0px 0px;
	float: none;
	width: auto;
}

.pop .foot {
	height: 12px;
	background: url(../images/pop/pop_BL.png) no-repeat left top;
	padding-left: 5px;
}

.pop .foot span {
	background: url(../images/pop/pop_BR.png) no-repeat right top;
	display: block;
	height: 12px;
	width: auto;
}
.pop .main .in {
	float: none;
	height: auto;
	width: auto;
	border: 1px solid #AAAAAA;
}

.pop .main .in .head {
	display: block;
	height: 20px;
	width:100%;
	border-bottom: 2px solid #C0C0C0;
	margin-bottom: 12px;
	position:absolute;
	right:5px;
	top:-20px;
	border:none;
}
.pop .main .in .head h2 {
	float: right;
	font-size:16px;
	line-height:16px;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	margin-right:10px;
}
.pop .btn {
	position: absolute;
	left: 14px;
	top: 0px;
	cursor:pointer;
}
