﻿.hidded{
	overflow:hidden;
}
.modal-bg{
	position:absolute;
	z-index:1000;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(000,000,000,0.7);
}
.modal-box{
    width:300px;
	padding:35px 15px 15px 15px; 
	position:fixed;
	z-index:999999;
	left:50%;
	top:20%;
	color:#000;
	margin-left:-175px;
	background:#fcca00;
	border-radius:15px;
	display:none;
}
.modal-hide{
    width:25px;
	height:25px;
	text-align:center;
	line-height:25px;
	position:absolute;
	z-index:2;
	right:-5px;
	top:-5px;
	border-radius:100px;
	cursor:pointer;
	border:3px solid #FFF;
}
.modal-hide:after{
	content:'\00d7';
	display:inline-block;
	font-size:20px;
	color:#FFF;
	font-family:Arial,sans-serif;
}
.fadebox-box label{
	margin-bottom:3px;
	font-size:15px;
	display:none !important;
}
.modal-input{
    width:100%;
	height:30px;
	line-height:20px;
	padding:7px 10px;
	margin-bottom:10px;
	border-radius:3px;
	box-sizing:border-box;
	border:1px solid #CCC;
}
.modal-input textarea{
    width:100%;
	height:80px;
	min-width:100%;
	min-height:80px;
	max-width:100%;
	max-height:80px;
	padding:7px 10px;
	margin-bottom:10px;
	border-radius:3px;
	box-sizing:border-box;
	border:1px solid #CCC;
}
.modal-btn{
    width:120px;
	height:30px;
	border-radius:3px;
	border:0;
	color:#FFF;
	font-size:14px;
	cursor:pointer;
	display:block;
	margin-top:10px;
}
.modal-btn,
.modal-hide{
	background:#000;
}