@charset "utf-8";
input[type="checkbox"] {
	vertical-align: middle;
}
input[type="text"], input[type="email"] {
	height: 28px;
	margin: 2px
}
#mask {
	position: fixed;
	z-index: 9000;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.8;
	filter: alpha(opacity=80);
	background-color: #000;
	display: none;
	z-index: 20000 !important;
}
select {
	height: 34px;
	margin: 2px;
}
#confirmpanel {
	background: #FFF;
	position: absolute;
	max-width: 768px;
	width: 90%;
	z-index: 9999 !important;
	left: 50%;
	top: 20px;
	padding: 20px;
	display: none;
	text-align: center;
	z-index: 30000 !important;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#confirmpanel ul ul {
	list-style-type: square;
	margin-left: 40px;
}
#confirmpanel h2 {
	background-color: #0D99C8;
	color: #FFF;
	border-radius: 5px;
	font-size: 1.25em;
	line-height: 2em;
	margin-bottom: 10px;
	padding: 5px 10px 5px 45px;
	background-image: url(../img/ico-login.gif);
	background-position: 10px 6px;
	background-repeat: no-repeat;
}
.confirmbox {
	border: 1px solid #AAA;
	padding: 15px;
	margin: 20px;
}
.errormsg {
	color: #B20000;
	background: none;
	position: absolute;
	font-size: 11px;
}
#confirmTable {
	width: 100%;
	margin-bottom: 30px;
}
#confirmTable th, #confirmTable td {
	padding: 10px;
	border: 1px solid #EEE;
	text-align: left;
}
#confirmTable th {
	width: 150px;
	background: #eeeeee;
	font-weight: 500;
}
#confirmTable td {
}
.hidden-box {
	display: none;
}
form input[type="text"], form input[type="email"], textarea {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 2px;
}
textarea {
	resize: none;
}
form li {
	float: left;
	margin: 5px 10px;
}
input[type="radio"] {
 margin: 0;
}

@media only screen and (max-width: 700px) {
#confirmpanel {
	width: auto;
	padding: 6%;
	margin: 0 auto;
	position: relative;
	top: auto;
	left: auto;
}
}
