@charset "utf-8";
/*dialog*/
.block-dialog{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	text-align: center;
	background: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	display:none;
}
.block-dialog:after{
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	content: "";
}
.dialogForm{
	position: relative;
	display: inline-block;
	width: 95%;
	max-width: 540px;
	max-height: 95%;
	overflow-y: auto;
	vertical-align: middle;
}
.block-dialog .close{
	position: absolute;
	right: 18px;
	margin-top: 18px;
	padding-top: 10px;
	padding-left: 2px;
	border-radius: 3px;
	width: 36px;
	height: 30px;
	font-size: 36px;
	line-height: 20px;
	font-weight: 100;
	background: #fff;
	color: #666;
	cursor: pointer;
	opacity: 0.5;
	vertical-align: baseline;
	border:0px;
}
.dialog {
	margin: 0 auto;
	vertical-align: middle;
	text-align: left;
	padding: 12px;
	border-radius: 5px;
	background: #fff;
	letter-spacing: normal;
	word-spacing: normal;
}
.dialog-head{
	border-bottom: 1px solid #ccc;
	padding: 12px;
	padding-right: 48px;
}
.dialog-body{
	padding: 18px 12px;
}
.dialog h2{
	line-height: 2em;
}
.block-dialog .mod-template{
	margin: 0px;
}
.block-dialog .type_template{
	border:0px;
	margin: 20px 0px 20px -32px;
	height:auto !important;
}
.block-dialog textarea{
	width: 98%;
}
input.submitForm {
	position: absolute;
	right: 20px;
	bottom: 15px;
	background: transparent;
	background-image: url(/images/button/button-yellow.png);
	border: 0px;
	width: 131px;
	background-repeat: no-repeat;
	padding: 10px 0px;
	color: white;
	text-align: center;
	cursor: pointer;
}
.space10 {
	margin-bottom: 10px;
}
.block-submit{
	height: 30px;
	margin-top: 20px;
}
.login label.checkbox{
	float:none;
}
.dialog-body .requirement_template form{
	display:block;
}
.block-dialog input:focus-visible{
	outline:0px;
}
/*dialog*/