input[type=password]{
	font-family: sans-serif;
}

.basic_input {
/*	background-color: #FFF;
	height: 25px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #DFDFDF;
	border-radius:5px;
*/
	font-size: 22px;
	text-align: center;
	height: 80px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #D7D7D7;
	border-radius:5px;
	box-shadow:0px 0px 6px 0px #d4d4d4 inset;
-moz-box-shadow:0px 0px 6px 0px #d4d4d4 inset;
-webkit-box-shadow:0px 0px 6px 0px #d4d4d4 inset;
}
.basic_span { color:#FF9999; font-size:11px;}
.basic_bt_area {
	padding-top:20px;
	text-align:center;
}

.reminder_container{
	width:500px;
	margin: 0 auto 60px;
	text-align: center;
}
.reminder_container dt{
	margin: 0 0 10px;
}
.reminder_container dd{
	margin: 0 0 20px;
}

.basic_free_submit_save {
	height: 36px;
	box-shadow:1px 1px 6px -2px #ababab;
	-moz-box-shadow:1px 1px 6px -2px #ababab;
	-webkit-box-shadow:1px 1px 6px -2px #ababab;
	color: #FFF;
	font-size:16px;
	border-style: none;
	background-color: #D80100;
	padding: 0 10px;
	margin: 0 9px;
    -webkit-appearance: none;
    cursor: pointer;
}

/*
button
*/
.btn_link{
	background-color: #fff;
	border: 1px solid #dcdcdc;
	box-shadow: 1px 1px 6px -2px #ababab;
	color: #666;
	display: inline-block;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	margin: 0 10px 10px;
	padding: 0 20px;
	text-align: center;
}
.btn_link:hover{
	opacity: 0.7;
}
a.btn_link,
a.btn_link:hover{
	color: #fff;
	text-decoration: none;
}
.btn_type1{
	background-color: #d80100;
}
.btn_type2{
	background-color: #ff7372;
}

.common_h2 {
	font-size: 28px;
	background-image: url(../img/common/co14.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 60px;
	width: 100%;
	margin-bottom: 60px;
	font-weight: normal;
	text-align:center;
}

/* ===========================================
 * er
=========================================== */

#er_contents_red {
	width: 80%;
	margin-left: 10%;
	height: 120px;
	border-right: 2px #ff7575 solid;
	border-left: 2px #ff7575 solid;
	border-bottom: 2px #ff7575 solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

	position: fixed;
	top: 0;
	z-index: 99999;
	text-align: center;
	font-size: 18px;

	background-image: url(../img/error/pop_bg_02.jpg);
	background-repeat: repeat-x;

}

#er_contents_red img{
	width: 32px;
	margin-bottom: 10px;
	margin-top: 15px;
}


#er_contents_red_2 {
	width: 80%;
	margin-left: 10%;
	height: 120px;
	border-right: 2px #ff7575 solid;
	border-left: 2px #ff7575 solid;
	border-bottom: 2px #ff7575 solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

	position: fixed;
	top: 0;
	z-index: 99999;
	text-align: center;
	font-size: 18px;

	background-image: url(../img/error/pop_bg_02.jpg);
	background-repeat: repeat-x;

}

#er_contents_red_2 img{
	width: 42px;
	margin-bottom: 10px;
	margin-top: 15px;
}

#er_contents_yellow {
	width: 80%;
	margin-left: 10%;
	height: 120px;
	border-right: 2px #b88e15 solid;
	border-left: 2px #b88e15 solid;
	border-bottom: 2px #b88e15 solid;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;

	position: fixed;
	top: 0;
	left:50%;
	z-index: 99999;
	text-align: center;
	font-size: 18px;

	background-image: url(../img/error/pop_bg.jpg);
	background-repeat: repeat-x;

}

#er_contents_yellow img{
	width: 32px;
	margin-bottom: 10px;
	margin-top: 15px;
}

#er_contents_red,
#er_contents_red_2,
#er_contents_yellow{
	height: auto;
	padding: 0 10px 10px;
	margin: 0 auto;
	width: 95%;
	max-width: 640px;
	left:0;
	right:0;
	background-color: #fff;
}