@charset "utf-8";
/* CSS Document */
div .ui-widget-header {
	border: none;
	border-bottom: 1px solid #dddddd;
	color: #333333;
	font-weight: bold;
	background: #ffffff;
}



.ui-widget.ui-widget-content{
	border-radius: 12px;
}

.h-blue{
	margin: .5em 0;
	color: #59739D;}

.ui-widget-input_l{
	width: 100%;
	padding: 8px 10px;
	margin-bottom: 1.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #CCCCCC;
	font-size: 16px;
	color: #4C4C4C;
	line-height: 150%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ui-widget-input_s{
	width: 30%;
	padding: 8px 10px;
	margin-bottom: 1.5em;
	margin-right: .2em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #CCCCCC;
	font-size: 16px;
	color: #4C4C4C;
	line-height: 150%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.payment-method{
	width: 100%;
	margin-bottom: 1.5em;
	font-size: 16px;
	line-height: 150%;
	display: flex;
	align-items: center;
}

.btn{
	width: 100%;
	background: #42917B;
	border: none;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#err_msg_modal{
	color: #ff0000;
    padding: .5em 0;
    font-weight: bold;
