.maske{
	width:100%;
	height:3000px;
	background-color:#333;
	display:none;
	position:absolute;
	opacity:0.8;
	z-index:3;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.modal{
	display:none;
	background-color:#fff;
	z-index:10;
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 3px 15px #333;
	border:#333 solid 1px;
}
.modal_header{
	height:40px;
	-webkit-border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border-radius: 7px;
	background-color:#f66f06;
	margin:5px;
	line-height:40px;
	color:#fff;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	box-shadow:inset 0px 0px 4px #666,inset 0px 0px 7px #333;
	position:relative;
	top:0;
}
.modal_footer{
	height:70px;
	line-height:70px;
	width:100%;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color:#ccc;
	position:absolute;
	bottom:0;
	text-align:right;
	border-top:solid 2px #A8A8A8;
}
.modal_buttons{
	display:inline-block;
	margin-right:10px;
	width:70px;
	height:30px;
	line-height:30px;
	color:#fff;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-radius: 5px;
	background-color:#f66f06;
	margin-top:20px;
	margin-bottom:auto;
	box-shadow:inset 0px 0px 4px #666,inset 0px 0px 7px #333;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:pointer;
}
.modal_content{
	margin:15px;
}
.modal_title{
	display:inline-block;
	margin-left:10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:default;
}
.modal_close_button{
	display:inline-block;
	width:18px;
	height:18px;
	position:absolute;
	right:11px;
	top:11px;
	line-height:16px;
	text-align:center;
	font-size:12px;
	font-weight:800;
	-webkit-border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	border-radius: 9px;
	background-color:#fff;
	color:#f66f06;
	box-shadow:inset 0px 0px 1px #666,inset 0px 0px 2px #333;
	cursor:pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.modal_form_error{
	color:#F00;
	font-size:11px;
	position:absolute;
	padding:2px 5px 2px 5px;
	background-color:#ffebeb;
	border:1px solid #ffbbbb;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
	font-family:Verdana;
	right:5px;
	top:-9px;
	z-index:99;
	display:none;
}
.echo_alert{
	width:200px;
	height:200px;
	display:block;
	z-index:10;
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	background-color:#FFF;
}