.jqibox
{
	position:relative;
}
.jqifade
{
	/*position: absolute;*/
	background-color: black;
}
div.jqi
{
	width:320px;
	height:500px;
	/*position:absolute;*/
	/*background-color:white;
	border: solid 3px #454545;
	padding:10px;*/
	margin-top:-250px;
	background:url('/img/popup.gif') left top no-repeat;
}
div.jqi .jqiclose
{
	position:absolute;
	top:0;
	right:0;
	width:18px;
	cursor:pointer;
	color:black;
	font-weight:bold; 
	font-size:16px;
	display:none;
}

div.jqi .closeBtn
{
	width:23px;
	height:23px;
	position:absolute;
	right:12px;
	top:11px;
	/*background:red;*/
	cursor:pointer;
}
div.jqi .body
{
	padding:20px 30px 0 30px;
	width:auto;
	margin:0;
}
#popupForm h1
{
	font-size:20px;
	padding-bottom:21px;
	width:212px;
}
#popupForm table
{
	width:260px;
}
#popupForm table td
{
	padding:0;
	padding-bottom:12px;
}
#popupForm input,#popupForm textarea { width:250px; }
#popupForm #requestType { width:145px; }
#popupForm #requestCnt { width:100px; }
#popupForm #requestSendBtn
{
	width:145px;
	height:30px;
	padding:0;
	border:0;
	cursor:pointer;
}
/*
div.jqi .body,div.jqi .body a { color:#737373; }
div.jqi .body p { padding-bottom:12px; }
div.jqi .body input, div.jqi .body textarea
{
	padding:3px 6px 3px 6px;
	font-size:12px;
	color:#737373;
	border:solid 1px #d0d0d0;
	width:315px;
}
div.jqi .body textarea { height: 120px; }

div.jqi .body .ctrl { padding-bottom:15px; }*/
