#popupCard #cancelBtn{
position: absolute;
right: 4px;
top: -5px;

}



#popupCard #panel {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 1500px;
	background-color: black;
}

#popupCard {

}

#popupCard .in {
	background-repeat: no-repeat;
	height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
	padding: 0px;
	margin: 1px;
	color: #999999;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}


#popupCard .frame {
	position: relative;
	width: 381px;
	background-image: url('/images/popup_card/bg_floatShade_line.gif');
	background-repeat: repeat-y;
	margin-top: 10px;
	top: -10px;
}

#popupCard #contents2 {
	position: relative;
	margin-top: -25px;
	margin-bottom: -20px;
	margin-left: 35px;
	margin-right: 35px;
	background-color: transparent;
	text-align: left;
}

#popupCard #right{
	float: right;
	width: 100px;
	font-size: 9px;
	letter-spacing:-0.1em;
}
#popupCard h2 {
	font-size: 18px;
	color: #333333;
	margin:  0px;
	padding: 0px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 4px;
}

#popupCard input {
	border: none;
}

#popupCard #floatPanel{
	margin-left: -200px;
	margin-top: -100px;
	background-image: url('/images/popup_card/bg_cardShade_color.jpg');
	background-color: #FFFFFF;
	background-position: 21px 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5c6f7b;
	font-size: 11px;
	line-height:14px;
	position: absolute;
}

#popupCard .capT{
	position: relative;
	top: -10px;
	display: block;
}

#popupCard  .capB{
	display: block;
	position: relative;
	bottom: -22px;
}

#popupCard #legal {
	position: relative;
	top: 7px;
	font-family: Helvetica, Arial, sans-serif;
	color: #999999;
	text-align: center;
	font-size: 9px;
}

/* core classes for the zoomout popup */

.zoom {
position: fixed;
z-index: 999;
width: 441px;
height: 319px;
left: 50%;
top: 50%;
margin-left: -220px;
	z-index: 999;
margin-top: -160px;
}

.zoom .pic{
position:absolute;
left: 20px;
top: 20px;
}

.zoom .frame{
position: absolute;
left: 0px;
top:0px;
}


/* core classes for the slideup popup */
.rooter {
position: fixed;

	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	
	top: 0px;
	left: 0px;
	z-index: 999;
}

.panel {
position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 1500px;
	background-color: black;
}

.container{
	position: absolute;
	top: 50%;
	left: 50%;
	

}




