@charset "UTF-8";
#underlayer .main table{
	margin-top: 26px;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #e1e0e0;
	border-left-color: #e1e0e0;
}
#underlayer .main th {
	width: 270px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	text-align: center;
	background-color: #f8f8f8;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #e1e0e0;
	border-bottom-color: #e1e0e0;
}
#underlayer .main td {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #e1e0e0;
	border-bottom-color: #e1e0e0;
}
.gray {
	background-color: #f5f5f5;
}
#wrap #contents #underlayer .main form table tr .gray.center {
	text-align: center;
}
.btn {
	line-height: 50px;
	text-align: center;
	height: 50px;
	width: 460px;
	color: #fff;
	background-image: url(images/bg_btn.png);
	background-repeat: repeat-x;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 14px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
.btn:hover {
	opacity: .80;
	cursor: pointer; 
}
#underlayer .main #info {
	background-image: url(images/bg.png);
	height: 86px;
	background-position: center 26px;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	padding-top: 268px;
}
#underlayer .main #info span {
	font-size: 12px;
	display: inline-block;
	padding-left: 10px;
}
#underlayer .main h3 {
	font-size: 20px;
	background-color: #fff;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 23px;
	margin-top: 40px;
}
#wrap #contents #underlayer .main .box {
	background-color: #f5f5f5;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#wrap #contents #underlayer .main .box p {
	margin: 0px;
	padding: 0px;
}
