@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");
@import url("css/reset.css");

body {
	background:#fff;
	color: #333;
    font-size: 12px;
/*    overflow-x: hidden;
*/	text-align:left;
}

#mailformpro table {
	width: 100%;
	margin: 0 0 30px 0;
	border-collapse: collapse;
	background-color: #fff;
}

#mailformpro table th {
	width: 220px;
	padding: 10px 0 10px 20px;
	font-weight: normal;
	border-right: none;
	vertical-align: top;
	background-color: #e6eef3;
}

#mailformpro table td {
    padding: 10px 20px;
}

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

#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 {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
	color:#333
}
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;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}

#mailfield h4 {
	color:#fff;
	background-color: #6186A0;
	margin-bottom: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: normal;
}

.mb20 {
	margin-bottom:20px;
}

#mailfield a:link,
#mailfield a:visited {
	color: #538f59;
}
#mailfield a:hover,
#mailfield a:active {
	color: #B1CAA0;
	text-decoration: none;
}

#subBtn {
  width:140px;
  height:40px;
  display:block;
}

#resBtn {
	width:140px;
  height:40px;
  display:block;
}