body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #000000;
	background-color: #F2F2F2;
}
img {
	border: none;
}
.type {
	border: 3px solid #10406A;
	min-height: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	padding-bottom: 30px;
	overflow: auto;
	width: 580px;
	margin: auto;
	margin-top: 0px;
	border-radius: 20px;
	box-shadow: 1px 1px 20px #999999;
}/* CSS Document */
.texti_small{ font-size:10px;}
.res_submit_appio {
	margin-top: 20px;
	width: 150px;
	height: 25px;
	margin-right: 40px;
	background-color: #10406A;
	color: #FFF;
	border: none;
	cursor: pointer;
	border-radius: 2px;
	margin-bottom: 15px;
}
.res_input {
	width: 250px;
	height: 25px;
	border: solid 1px #10406A;
	color: #10406A;
	padding-left: 5px;
}
.box {
	float: left;
	width: 580px;
}
.blue {
	font-size: 14px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	color: #10406A;
}
.return_validation {
	width: 500px !important;
	margin-bottom: 15px;
	text-align: center;
	float: left;
}
.warning_new {
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 525px;
	color: #FFF;
	font-size: 16px;
	background-color: #C40000;
	background-image: url('ctrl/images/warning_box.png');
	text-align: left;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	min-height: 10px;
	max-height: 100%;
	padding-left: 40px;
	margin-top: -20px;
	float: left;
	border-radius: 3px;
}
.warning_form {
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url('ctrl/images/warning_box.png');
	width: 600px;
	float: left;
	min-height: 20px;
	max-height: 100%;
	padding: 40px;
	overflow: auto;
	box-shadow: 1px 1px 20px #999999;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 40px;
}
.warning_new_2 {
	width: 600px;
	float: left;
	min-height: 20px;
	max-height: 100%;
	padding: 40px;
	overflow: auto;
	box-shadow: 1px 1px 20px #999999;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 40px;
}
.success_att {
	border: 1px solid;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width: 400px;
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url('ctrl/images/success_box.png');
}
.payment_type {
	width: 690px;
	text-align: center;
	font-size: 17px;
	color: #10406A;
}
.red_alert {
	color: #AD660E;
	font-weight: bold;
}
table.ex2 {
	font-size:12px;
}
table.ex2 td, th {
	height: 30px;
}
table.ex2 tr:nth-child(odd) {
	background: #e8e8e8
}
table.ex2 tr:nth-child(even) {
	background: #e8e8e8
}.input {
	width: 250px;
	height: 24px;
	float: left;
	border: 1px solid #909090;
	font-size:12px;
}.address_select_item {
	width: 250px;
	height: 24px;
	float: left;
	border: 1px solid #909090;
	font-size:12px;
}

.input_red {
	width: 250px;
	height: 24px;
	float: left;
	border: 1px solid #ff0000;
	font-size:12px;
}.address_select_item_red {
	width: 250px;
	height: 24px;
	float: left;
	border: 1px solid #ff0000;
	font-size:12px;
}

.address_select_item_other {
	width: 150px;
	height: 24px;
	float: left;
	border: 1px solid #909090;
	font-size:12px;
}.address_select_item_other_red {
	width: 150px;
	height: 24px;
	float: left;
	border: 1px solid #ff0000;
	font-size:12px;
}