.dialog{
	top: 150px;
	height: auto;
}
.dialog .w600{
    margin-left:-300px;
	width: 600px;
	z-index: 1000;
}
.dialog .w800{
    margin-left:-400px;
	width: 800px;
	z-index: 1000;
}

.dialog .shade{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	z-index: 999;
	position: fixed;
	overflow:auto;
}

.dialog .modal{
     top: 30%;
     left: 50%;
}

.dialog .content{
	width: 700px;
	height: auto;
	margin: 100px auto;
	background-color: #fff;
	position: relative;
	z-index: 1002;

	box-shadow: 0px 2px 3px #666;
	-moz-box-shadow:0px 2px 3px #666;
	-webkit-box-shadow:0px 2px 3px #666;
}
.dialog .content .cell-header{
	width: 700px;
	line-height: 30px;
	text-indent: 10px;
	font-size: 14px;
	height: 30px;
	background-color: #81a4c2;
	color: #fff;
}
.dialog .content .cell-header .close{
	width: 30px;
	font-size: 16px;	
	color: #fff;
	position: relative;
	margin-right: 0px;
	display: inline-block;
	float: right;
	cursor: pointer;
	opacity: 1;
	font-weight: normal;
}
.dialog .close{
	opacity: 1;
}
.dialog h3{
	font-size: 20px;
	font-family: '微软雅黑';
	font-weight: 400;
}
.dialog .content .cell-content{
	padding: 10px;
}
.dialog .content .but{
	text-align: center;
	margin: 10px auto;
}

.dialog-body ul{

}

.dialog-body li{
	line-height: 35px;
	padding: 0 10px;
	width: auto;
	display: inline-block;
}
.dialog-body li input{
	margin: 0 3px 0 0;
}