﻿
@charset "utf-8";

*:focus {
	outline: none;
}
/* fade */
.jbox-fade {
	background-color: #000000;
}
/* drag */
.jbox-drag {
	border: 1px dashed #A5C11B;
}
/* jbox */
div.jbox {
	padding: 0px;
	border: none;
	font-size: 12px;
}
/* border */
div.jbox .jbox-border {
	background: none repeat scroll 0 0 #000000;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
/* container */
div.jbox .jbox-container {
	background-color: #ffffff;
	border: 1px solid #999999;
}
/* title-panel */
div.jbox .jbox-title-panel {
	background: #cccccc;
	border-bottom: 1px solid #CCCCCC;
}
div.jbox .jbox-title {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}
div.jbox .jbox-title-icon {
	background: url(../images/jbox-title-icon.gif) no-repeat scroll 3px 5px transparent;
}
div.jbox .jbox-close, div.jbox .jbox-close-hover {
	background: url(../images/jbox-close1.gif) no-repeat scroll 0px 0px transparent;
}
div.jbox .jbox-close-hover {
	background-position: -16px 0;
}
/* content */
div.jbox .jbox-content {
	min-height: 24px;
	line-height: 18px;
	color: #444444;
}
div.jbox .jbox-content-loading {
	background-color: #E6E6E6;
}
div.jbox .jbox-content-loading-image {
	background: url(../images/jbox-content-loading.gif) no-repeat bottom center;
}
/* button-panel */
div.jbox .jbox-button-panel {
	border-top: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
div.jbox .jbox-bottom-text {
	text-indent: 10px;
	color: #444444;
}
div.jbox .jbox-button {
	background: url(../images/jbox-button2.png) repeat-x transparent;
	border: #AAAAAA 1px solid;
	color: #888888;
	border-radius: 3px 3px 3px 3px;
	margin: 1px 7px 0px 0px;
	height: 22px;
	cursor: default;
}
div.jbox .jbox-button-hover {
	background-position: 0px -20px;
	color: #666666;
}
div.jbox .jbox-button-active {
	background-position: 0px -40px;
}
div.jbox-warning .jbox .jbox-button-panel {
	background-color: #FFFFFF;
}
/* tip-color */
div.jbox .jbox-tip-color {
	border-color: #a7a7a7;
	font-weight: bold;
	border-radius: 3px 3px 3px 3px;
	color: #333333;
}
/* icons */
div.jbox span.jbox-icon {
	background: url(../images/jbox-icons.png) no-repeat scroll 0 0 transparent;
	_background: url(../images/jbox-icons-ie6.gif) no-repeat scroll 0 0 transparent;
}
div.jbox span.jbox-icon-info {
	background-position: 0 0;
}
div.jbox span.jbox-icon-question {
	background-position: -36px 0;
}
div.jbox span.jbox-icon-success {
	background-position: -72px 0;
}
div.jbox span.jbox-icon-warning {
	background-position: -108px 0;
}
div.jbox span.jbox-icon-error {
	background-position: -144px 0;
}
div.jbox span.jbox-icon-none {
	display: none;
	overflow: hidden;
}
div.jbox span.jbox-icon-loading {
	background: url(../images/jbox-loading1.gif) no-repeat scroll 0 0 transparent;
}


.Popup_newBox {
    margin: 20px auto 50px;
    width: 100%;
    height: 600px;
    max-width: 1040px;
    border-radius: 15px;
    background: #ebf0f5;
    box-sizing: border-box;
    padding: 30px;
}

.Popup_newBox h2 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.Popup_newBox dl {
    margin-left: -1%;
}

.Popup_newBox .formbtn {
    margin-top: 30px;
    text-align: center;
}

.Popup_newBox .formbtn button {
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #e13535;
    color: #fff;
    font-size: 16px;
    border: none;
}

.Popup_newBox dl dd {
    width: 32.33%;
    margin-left: 1%;
    margin-bottom: 1%;
    background: #ebf0f5;
    float: left;
}

.Popup_newBox dl dd input {
  height: 55px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    background: #ffffff;
    border: none;
}

.Popup_newBox dl dd.col50 {
    width: 49%;
}

.Popup_newBox dl dd.col100 {
    width: 99%;
}

.Popup_newBox dl dd select {
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 16px;
    background: #fff;
    appearance: none;
    border: none;
}

.Popup_newBox dl dd textarea {
    width: 100%;
    display: block;
    padding: 10px 20px;
    box-sizing: border-box;
    height: 220px;
    background: #ffffff;
    font-size: 16px;
}