@charset "utf-8";
/*dialog*/
.wrap .dialog{
	width: 700px;
	position: fixed;
	_position: absolute;
	top: 100px;
	margin-left: 120px;
	background-color: #feedd9;
	padding: 8px;
	line-height: 21px;
	z-index: 1001;
	display: none;
}
.dialog .indialog{
	border: 1px solid #fa9626;
	background-color: #FFF;
}
.dialog h2{
	line-height: 24px;
	font-size: 12px;
	background-color: #ffce98;
	padding-left: 10px;
}
.loading h2{
	background: #ffce98 url(ing/dialog.gif) no-repeat 96% 1px;
}
.dialog h2 span{
	font-weight: normal;
	padding-left: 10px;
	color: #F00;
}
.dialog h2 a.closer,
.dialog h2 input.closer{
	float: right;
	background: url(bg/icon.gif) no-repeat 50% -183px;
	height: 24px;
	width: 24px;
	border: none;
}
.dialog h2 a.closer:hover,
.dialog h2 input.closer:hover{
	background-position: 50% -213px;
}
.dialog .inbox{
	padding: 8px;
}
/*diglist*/
.dialog ul.diglist{
	border-bottom: 1px solid #ffce98;
	margin-bottom: 8px;
	display: none;	
}
ul.diglist li{
	float: left;
	padding-right: 5px;
}
ul.diglist li a{
	padding: 3px;
}
ul.diglist li a.choosed{
	color: #FFF;
	background-color: #fa9626;
}
ul.diglist li a:hover{
	background-color: #FFCE98;
	color: #666;
}
ul.diglist li.clear{
	float: none;
	height: 3px;
	font-size: 1%;
	line-height: 1%;
}
/*details*/
.dialog ul.details{
	height: 252px;
	overflow: auto;
	overflow-y:auto;
	overflow-x:visible;
	background-color: #fee8ce;
	padding: 5px;
	visibility: hidden;
}
ul.details li{
	float: left;
	width: 32%;
	overflow: hidden;
	height: 21px;
}
ul.details a{
	background: url(bg/icon.gif) no-repeat -10px -5px;
	display: block;
	padding-left: 12px;
}
ul.details a:hover{
	background-color: #fa9626;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/*bind*/
.dialog dl.bind{
	background: #FEEDD9;
	padding: 5px;
	line-height: 24px;
}
dl.bind dt,
dl.bind dd{ padding: 0 30px; }
dl.bind dt a{
	font-weight: bold;
	color: #06F;
	padding: 5px;
}
dl.bind dd{}
dl.bind dd.contrls{
	background: #FC9;
	padding: 5px;
	text-align: center;
	margin-top: 8px;
}
dl.bind input.text,
dl.bind textarea.textarea{
	background: #FFF;
	border: 1px solid #FFBF79;
	padding: 4px;
}
dl.bind input.text{
	width: 353px;
}
dl.bind input.button{
	background: url(../sns/bg/bg.gif) 0 -510px;
	height: 21px;
	width: 63px;
	color: #FFF;
	margin-left: 5px;
}
dl.bind textarea.textarea{ width: 390px; }
