       
	/*------------对话框样式-------start*/
	#dialog{
		position: absolute;
		z-index:1000;
		left:50%;
		margin-left:-150px;
		top:50%;
		margin-top:-150px;
		width:300px;
		height:300px;
		border-radius:10px;
		display: none;
		background: white;
	}
	#title{
	    width:100%;
		height:50px;
		border-top-right-radius:10px;
		border-top-left-radius:10px;
		background: #317EDE;
		text-align:center;
		line-height:50px;
		color:white;
		
	}
	#content{
		width:298px;
		height:250px;
		border:1px solid #317EDE;
		text-align: center;
	}
	#title input{
		background: #317EDE;
		width:20px;
		height:22px;
		margin-left:80px;
		color:white;
		border-color:#317EDE;
		
	}
	/*-------------对话框样式-----------end*/
