.popupPlace {
	position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.75);
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    display:none;
}    
.magnificPopup-win * {
	font-size: 12px;
}

.magnificPopup-win input[type=submit]{
	cursor:pointer;
}
	
.magnificPopup-win {
    background: #ffffff;
    width: 400px;
}
.magnificPopup-win form {
	width:400px;
	background:#FFF;
	margin: 50px auto 0 auto;
}

.magnificPopup-win header {
    height: 51px;
    background: #ffce00;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 5px;
}

.magnificPopup-win .ffield {
    padding: 20px 22px 0;
    min-height: 25px;
    overflow: hidden;
}

.magnificPopup-win .ffield.buttonf {
    padding-top: 25px;
    padding-bottom: 28px;
    overflow: hidden;
}

.magnificPopup-win .ffield .ff_left {
    height: 25px;
    float: left;
    width: 170px;
    line-height: 25px;
    font-size: 12px;
    font-weight: 700;
}

.magnificPopup-win .ffield em {
    color: #d9173f;
}

.magnificPopup-win .ffield .ff_right {
    height: 25px;
    float: right;
    width: 182px;
    position: relative;
}

.magnificPopup-win .ffield .ff_right_full {
    width: 100%;
    clear: both;
}

.magnificPopup-win .ffield .ff_right.date input {
    width: 150px;
    float: left;
}

.magnificPopup-win .ffield .ff_right.date img {
    float: right;
}

.magnificPopup-win .ffield .ff_right.time input {
    width: 60px;
    float: left;
}

.magnificPopup-win .ffield .ff_right.time div {
    width: 30px;
    display: block;
    float: left;
    line-height: 25px;
    text-align: center;
}

.magnificPopup-win .ffield .ff_right.date img {
    float: right;
}

.magnificPopup-win .ffield .ff_right input,
.magnificPopup-win .ffield .ff_right select {
    height: 25px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #c1c1c1;
    background: white;
}

.magnificPopup-win .ffield textarea {
    width: 100%;
    height: 65px;
    resize:none;
}

.magnificPopup-win .ffield .ff_right span {
    position: absolute;
    left: -25px;
    height: 25px;
    line-height: 25px;
    top: 0;
    width: 20px;
    text-align: right;
}

.magnificPopup-win .ffield.buttonf .ff_left input{
	height: 38px;
	width: 120px;
	background: #2F5983;
	color: #FFF;
	background-size: cover;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
	border: none;
	font-weight: bold;
	font-size: 14px;
	border-radius: 3px;
}
.magnificPopup-win .ffield.buttonf .ff_right span{
    position: static;
    font-size: 12px;
    color: #676767;
    margin-left: 30px;
    margin-top: 8px;
    margin-bottom: 8px;
    line-height: 12px;
    text-align: left;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
}
.magnificPopup-win .ffield.buttonf .ff_right input{
    float: left;
    margin-top: 12px;
    height: 16px;
    width: 16px;
}
.magnificPopup-win header {
	height: 51px;
    background: #2F5983;
    background-size: cover;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 5px;
    position: relative;
    color: #FFF;
}
.magnificPopup-win header a.close {
	background: url('/popup/close.png') center no-repeat;
    width: 30px;
    height: 30px;
    float: right;
    margin: 10px 10px 0 0;
    top: 3px;
}