html {
	overflow-y:auto;
}

input {
	background-color: #ffffff;
	border: 1px solid grey;
}

body {
	margin: 0;
	padding: 0;
	background-color: white !important;
}

div {
	display: block;
	box-sizing: border-box;
}

label {
	margin-bottom: 0;
}

.common-divwidth1000px {
	background-color: white !important;
}

.body-section {
	background-color: white !important;
}

input, textarea, select {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
}

#contents {
	width: 100%;
	min-width: 1000px;
	margin: 0 auto 50px 0;
	display: block;
}

.message_bar {
	font-size: 2.5rem;
	margin: 5px 0;
	display: block;
}

.submessage_bar {
	font-size: 0.9em;
	margin: 2px 0;
	display: block;
}

.careMatterConfirm {
	padding: 10px;
	margin-bottom: 10px;
	border: 5px double #333333;
}

.title_bar {
	font-size: 28px;
	text-indent: 10px;
	margin: 10px 0 10px;
	display: block;
	background-color: #002060;
	color: white;
}

.care_matter_title_bar {
	font-size: 1em;
	margin-top: 5px;
	display: block;
}

.margin_bottom_10 {
	margin-bottom: 10px;
}

.margin_bottom_15 {
	margin-bottom: 15px;
}

.margin_top_20 {
	margin-top: 20px;
}

.margin_top_10 {
	margin-top: 10px;
}

.required_item_message {
	margin-top: 10px;
	margin-bottom: 10px;
}

.padding_left_10 {
	padding-left: 10px;
}

.padding_bottom_10 {
	padding-bottom: 10px;
}

.padding_bottom_1 {
	padding-bottom: 1px;
}

.margin_left_100 {
	margin-left: 100px !important;
}

.margin_left_10 {
	margin-left: 10px !important;
}

.margin_left_5 {
	margin-left: 5px !important;
}

.margin_bottom_5 {
	margin-bottom: 5px;
}

.need_icon {
	float: right;
	padding-right: 5px;
}

::-webkit-input-placeholder {
	color: gray;
	padding-left: 5px;
}

:-ms-input-placeholder {
	color: #CCCCCC;
	padding-left: 5px;
}

::-moz-placeholder {
	color: gray;
	padding-left: 5px;
}

.table_contents {
	padding: 10px 0;
	padding-left: 10px;
}

.phone_table {
	padding: 0;
}

.phone-box_bottom {
	padding-bottom: 10px;
}

.vertical_middle {
	padding: 5px 0;
	height: 100%;
	display: inline-block;
}

.vertical_middle_for_care_matter {
	padding: 5px 0;
	font-size: 13px;
	height: 100%;
	display: inline-block;
}

.vertical_middle_for_label3 {
	padding: 29px 0;
	height: 100%;
	display: inline-block;
}

.font-bold {
	font-weight: bold;
}

.privacy_policy_image {
	cursor: pointer;
	height: 40px;
	width: 171px;
	background-image: url(../images/icon/privacy_policy_upAd.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.privacy_policy_image:hover {
	height: 40px;
	width: 171px;
	background-image: url(../images/icon/privacy_policy_hover_upAd.png);
	background-repeat: no-repeat;
	background-size: contain;
}

button.large_Btn {
	width: 250px;
	height: 80px;
	background-color: #ff8c00;
	padding: 10px 0px 10px 30px;
	text-indent: 0px;
	text-align: center;
	color: white;
	font-size: 24px;
	font-weight: bold;
	border: none;
	border-radius: 5px;
}

button.large_Btn span.arrow {
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	margin-top: 3px;
	margin-right: 20px;
	color: #ff8c00;
	font-size: 14px;
	float: right;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	border-radius: 10px;
	zoom: 1.25;
}

button.large_Btn:hover {
	background-color: #fac090;
	color: #ffffff;
}

button.large_Btn:hover span.arrow {
	color: #fac090;
}

button.close_Btn:hover {
	background-color: gray;
	color: white;
}

.vertical-line {
	width: 5px;
	height: 44px;
	background-color: blue;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 12px;
	vertical-align: middle;
}

#complete_modal {
	z-index: 101;
	border-radius: 15px;
	background-color: white;
	border: 4px solid #093D85;
	position: absolute;
	width: 670px;
	height: 335px;
	top: 200px;
	left: 50%;
	margin-left: -320px;
	display: none;
}

#modal_title {
	padding-top: 50px;
	padding-left: 0px;
	font-size: 30px;
	text-align:  center;
	font-weight: bold;
}

#modal_message {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
	text-align: left;
}

#modalBtn {
	width: 180px;
	height: 35x;
	background-color: #093D85;
	padding: 10px 0px 10px 10px;
	text-indent: 0px;
	text-align: center;
	color: white;
	font-size: 24px;
	border: none;
	border-radius: 10px;
	margin-top: 12px;
}

#modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: #FFF;
	opacity: 0.8;
}

.text_align_center {
	text-align: center;
}

.set_page_size {
	margin-left: 100px;
	margin-right: 100px;
}

.phone_example {
	font-size: 13px;
}

.contents_display {
	width: 537px;
	word-wrap: break-word;
}

.left_spacer {
	margin-left: 5px;
}

#errorArea {
	margin-bottom: 10px;
}

.call_cnter_area {
	margin-left: 30px;
}

.call_cnter__bar {
	font-size: 0.9em;
	color: #0000FF;
	margin: 2px 0;
	display: block;
}

button.error_Btn {
	width: 250px;
	height: 80px;
	background-color: #ff8c00;
	padding: 7px 0px 10px 30px;
	text-indent: 0px;
	text-align: center;
	color: white;
	font-size: 24px;
	font-weight: bold;
	border: none;
	border-radius: 5px;
}

button.error_Btn span.arrow {
	width: 20px;
	height: 20px;
	background-color: #ffffff;
	margin-top: 20px;
	margin-right: 20px;
	color: #ff8c00;
	font-size: 14px;
	float: right;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	border-radius: 10px;
	zoom: 1.25;
}

.width_185px {
	width: 185px;
}

.width_500px {
	width: 500px;
}

.font-size_13px {
	font-size: 13px;
}

.deductionDLTitleName {
	color: #333;
	padding: 5px 12px;
	font-size: 20px;
	background-color: #ffffff;
	height: 35px;
	border-style: none;
	border-left: 4px #002060 solid;
}

.failedMessageArea {
	width: 80%;
	padding: 10px;
	padding-left: 20px;
	margin: 0 auto;
	border: 2px solid red;
	background-color: white;
	margin: 12px auto;
}

.failedMessage {
	font-size: 16px;
	font-weight: bold;
}

.contactInfo {
	color: rgba(10, 76, 166, 1);
	margin-top: 5px;
	font-size: 16px;
	padding-left: 30px;
	font-weight: bold;
}

.businessHours {
	color: rgba(10, 76, 166, 1);
	font-size: 14px;
	padding-left: 30px;
	font-weight: bold;
}

.CCCPhonenumber {
	color: rgba(10, 76, 166, 1);
	margin-top: 5px;
	font-size: 24px;
	font-weight: bold;
}

