@charset "UTF-8";
@import url("css/base.css");
@import url("css/label.css");
@import url("css/confirm.css");
@import url("css/confirm.flat.css");
@import url("css/confirm.overlay.css");
@import url("css/loading.css");
@import url("css/stripe.css");
@import url("css/error.css");
@import url("css/warning.css");
@import url("css/price.css");
@import url("css/input.css");
@import url("css/phase.css");
@import url("css/cart.css");

#mailformpro table {
	width: 100%;
	background:#fff;
	border-collapse:collapse;
	border:1px solid #bbb;
}

#mailformpro table th {
	width: 30%;
	padding: 15px 0 15px 20px;
	font-weight: normal;
	border:1px solid #bbb;
	vertical-align: top;
	background-color: #eee;
}

#mailformpro table td {
	border:1px solid #bbb;
    padding: 15px 20px;
}

#mailformpro table td.add {
    border-bottom: none;
    padding-bottom: 0;
}
#mailformpro table td.add2 {
    border-top: none;
}

#mailformpro table td p {
    margin: 12px 0 5px;
}

#mailformpro table td p.first {
    margin: 0 0 5px;
}


div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}

#mailfield h4 {
	background-color: #eeeded;
	margin-bottom: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dbdbdb;
	border-bottom-color: #dbdbdb;
}

.mb20 {
	margin-bottom:20px;
}

#mailfield a:link,
#mailfield a:visited {
	color: #075e9b;
}
#mailfield a:hover,
#mailfield a:active {
	color: #333;
	text-decoration: none;
}

#subBtn {
	width:210px;
  height:50px;
  display:block;
}

#resBtn {
	width:210px;
  height:50px;
  display:block;
}
