#container {
	text-align: center;
}
#Prompt {
	width: 600px;
	margin: 30px auto;
	padding: 0 0 30px 0;
	border: 1pt double #ffda68;
	font-size: 13px;
	text-align: center;
}
#Prompt h3 {
	height: 21px;
	margin-bottom: 30px;
	padding: 5px 0 0 5px;
	background-color: #ff9000;
	text-indent: 10px;
	text-align: left ;
}
#Prompt .error{
	color: #f00;
	font-weight: bold;
}
#Prompt .succeed{
	color: #00f;
	font-weight: bold;
}
#Prompt .msgExp{
	padding-top: 25px;
}
#Prompt .linkA {
	padding-top: 15px;
}

/*20141106 case*/
#Prompt-case {
	width: 600px;
	margin: 35px auto 30px;
	padding: 0 0 25px 0;
	border: 1pt double #ccc;
	font-size: 13px;
	text-align: center;
}
#Prompt-case.tb{border-top: 2px solid #f00303;}
#Prompt-case.tbb{border-top: 2px solid #399902;}
#Prompt-case h3 {
	background: url(../../img/case/common/talent_bg.png) repeat-x 0 -65px scroll transparent;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	line-height: 42px;
	padding-left: 20px;
	text-align: left;
}
#Prompt-case .sys-msg {margin: 25px auto;}
#Prompt-case p{line-height: 26px;}
	/* 錯誤、警訊、警告 */
#Prompt-case .admonition{
	color:#f00303;
	font-weight: bold;
	font-size:15px;
	margin:0 50px;
}
	/* 正確、正常、提醒 */
#Prompt-case .correct{
	color: #308201;
	font-weight: bold;
	font-size:15px;
	margin:0 50px;
}
/* new-prompt */
#Prompt02 {
	width: 600px;	/* width=700 */
	border-color: #ccc;
	border-style: solid;
	border-width: 2px 1px 1px;
	margin: 30px auto;
	padding-bottom: 25px;
	position: relative;
	/*text-align: left;*/
	z-index: 11;
}
	/* 正確、正常 */
#Prompt02.correct {
	border-top-color: #ff6446;
}
	/* 錯誤、警訊、警告 */
#Prompt02.admonition {
	border-top-color: #f00303;
}
#Prompt02 h3 {
	background: url("/img/index/find/findTalent_combine.png?v201901") repeat-x 0 -915px scroll transparent;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	line-height: 42px;
	padding-left: 20px;
	text-align: left;
}
#Prompt02 .sys-msg {
	margin: 25px auto;
}
#Prompt02.correct .sys-msg {
	padding: 0 90px;
}
#Prompt02.admonition .sys-msg {
	padding: 0 75px;
}
#Prompt02 .sys-msg h4 {
	color: #232323;
	font-size: 13px;
	line-height: 2.2;
	padding-left: 25px;
	text-align: center;
}
#Prompt02 .sys-msg h4{
	font-size: 15px;
	font-weight: bold;
}
#Prompt02.correct .sys-msg h4 {
	color: #ff6446;
}
#Prompt02.correct .sys-msg span {
	color: #b50e0e;
	font-size: 12px;
	font-weight: 100;
}
#Prompt02 .sys-msg p {
	line-height: 26px;
}
#Prompt02.admonition .sys-msg h4 {
	color: #f00303;
}
#Prompt02 .sys-msg h4 p.title {
	color: #f00303;
	font-size: 15px;
	padding-left: 25px;
	text-align: left;
}
#Prompt02 .sys-msg p.job_be_close {
	color: #232323;
	font-size: 13px;
	font-weight: 100;
	padding-bottom: 15px;
	padding-left: 25px;
	text-align: left;
}
#Prompt02 .sys-msg p.job_be_close span {
	color: #1354b7;
}
#Prompt02 .sys-msg h4 p.supply_comp_sub {
	border-top: 1px dotted #ccc;
	color: #555;
	font-size: 13px;
	font-weight: 100;
	line-height: 26px;
	padding: 15px 25px 20px;
	text-align: left;
}
#Prompt02 .sys-msg h4 p.supply_comp_sub a:before {
	content: "\2027";
}
@media screen and (-webkit-min-device-pixel-ratio:0){ #Prompt02 .sys-msg h4 p.supply_comp_sub a:before {content: "";} }
#Prompt02 .sys-msg h4 p.supply_comp_sub a {
	color: #0f66dc;
	padding-left: 2em;
	text-decoration: none;
}
#Prompt02 .sys-msg h4 p.supply_comp_sub a:hover {
	text-decoration: underline;
}