.btn {
	border-radius: 0px;
	height: 30px;
	line-height:15px;
	cursor:pointer;
}
.btn-custom {
	color: #fff;
	border: 0px outset buttonface;
	padding: 10px;
	cursor:pointer;
}
.dialog{
	position:fixed;
	z-index:3;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-200px;
	height:200px;
	width:300px;
	background-color:#fff;
	padding:20px;
	box-sizing:border-box;
	border:1px solid #ccc;
}
.dialog-base{
	position:fixed;
	top:0;
	left:0;
	background-color:#000;
	height:100%;
	width:100%;
	opacity:0.3;
	z-index:2;
}