﻿
#container { 
	margin-top: 8px;
	padding: 50px 0;
}
/*  加入會員-身份選擇  */
#container .sellink {
	padding: 30px 0 50px 175px;
}
#container .sellink a {
	display: inline-block;
	width: 230px;
	height: 208px;
	margin-right: 130px;
	background: url(../../img/index/member/btn_reg_select_new.png) no-repeat;
	text-decoration: none;
	position: relative;
}
#container .sellink a span {
	position: absolute;
	z-index: -5;
	top: 78px;
	left: 45px;
}
#container .sellink a em {
	display: none;
	width: 235px;
	color: #f00;
	font-size: 15px;
	text-align: center;
	position: absolute;
	z-index: 5;
	top: 208px;
	left: 0;
}
#container .sellink a:hover em {
	display: block;
}

#container .sellink a.resumego {	background-position: 0 -220px;  color: #FFAE39; }
#container .sellink a.compgo {    background-position: -250px -220px;  color: #8AC974; }
#container .sellink a.resumego:hover {	background-position: 0 0;  color: #F99501; }
#container .sellink a.compgo:hover {    background-position: -250px 0;  color: #5EAF45; }

/* 跳轉頁格式
--------------------------------------------------------------- */
#prompt-page {
	text-align: center;
}
#prompt-page .prompt-style {
	width: 598px;
	margin: 30px auto;
	padding-bottom: 20px;
}
#prompt-page .prompt-resume {
	border: 1px solid #FFDA68;
	background: #FFF url(../../img/index/bg/bg_pop_ok_resume.png) no-repeat 59px 47px;
}
#prompt-page .prompt-comp {
	border: 1px solid #4EC969;
	background: #FFF url(../../img/index/bg/bg_pop_ok_comp.png) no-repeat 59px 47px;
}
#prompt-page .prompt-style h4 {
	height: 18px;
	padding-top: 8px;
	font-size: 12px;
	text-indent: 8px;
	text-align: left;
}
#prompt-page .prompt-resume h4 {
	background-color: #FF9000;
}
#prompt-page .prompt-comp h4 {
	background-color: #31A04B;
}
#prompt-page .prompt-style h5 {
	float: left;
	margin: 30px 0 0 160px;
	_margin-left: 80px;
	padding-bottom: 8px;
	border-bottom: 1px solid #B9C6CE;
	font-size: 15px;
	font-weight: bold;
}
#prompt-page .prompt-comp h5 {
	margin-top: 22px;
}
#prompt-page .prompt-comp h5 span {
	display: block;
	padding-bottom: 3px;
	text-align: left;
}
#prompt-page .prompt-style p {
	clear: both;
}
#prompt-page .prompt-style p.ms {
	padding: 12px 100px 25px 200px;
	font-size: 15px;
	text-align: center;
}
#prompt-page .prompt-style p.fs {
	margin: 0 auto;
	padding: 4px;
	font-size: 13px;
	text-align: center;
	letter-spacing: 1px;
}

