.Prompt_top, .Prompt_btm, .Prompt_ok, .Prompt_x { }

.Prompt {
	width:95%;
	text-align:left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #000000;
	
}

.Prompt_top { background-position:0 0; height:15px; width:100%; }

.Prompt_con {
	border-left:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
	background:#fff;
	color: #000000;
}

.Prompt_btm { background-position:0 -27px; height:6px; width:100%; overflow:hidden; }

.Prompt_con dl {
	overflow:hidden;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

.Prompt_con dt {
	border-bottom:1px solid #EEEEEE;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	text-indent: 20px;
}

.Prompt_con dd {
	display:block;
	padding:10px;
	margin: 0px;
	text-align: center;
	line-height: 2em;
	font-size: 1em;
}

.Prompt_con dd h2 {
	line-height:30px;
	text-align: center;
	font-size: 2em;
}

.Prompt_ok { background-position:-72px -39px; width:68px; height:68px; }

.Prompt_x {  }

.Prompt_con a.a {
	color: #003399;
	text-decoration: underline;
}