/* global css */
*{
	margin: 0;
	padding: 0;
}
div, td, table, ul, li, ol, dd, dl,dt {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	margin: auto;
}
body{
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px/1.5  "ËÎÌå",Verdana;
}
table{
	border: none;
	border-collapse: collapse;
}
div, td {
	word-wrap: break-word;
	word-break: break-all;
	font-size: 12px;
}
img, img a, img a:hover{
	border: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 12px;
	font-weight: normal;
}
a {
	color: #393939;
	text-decoration: none;
}
a:hover{
	color: #F60;
	text-decoration: underline;
}
ul, ol{
	list-style: none;
}
marquee{
	font: 12px/1.5  "ËÎÌå",Verdana;
}
em, i{
	font-style: normal;
}
li{
	font-size: 12px;
	font-weight: normal;
	background: url(../i/li_icon.gif) no-repeat 0 10px;
	text-align: left;
	line-height: 1.8;
	text-indent: 5px;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	margin: 0;
}
/* IE hack */
.clearline {
	clear: both;
	height: 0;
	overflow: hidden;
}
.hackbox{
	display: table;
}
/*  */
a.prompttc{
	color: #bc008d;
}
a:hover.prompttc{
	color: #f60;
}
.prompt0105box{
	width: 720px;
	margin: 0 auto;
}
.prompt0105logo{
	width: 720px;
	float: left;
}
.prompt0105logoin{
	float: left;
}
.prompt0105logo span{
	float: right;
}
.prompt0105logo ul{
	width: 220px;
	float: left;
	text-align: left;
	list-style: none;
	margin-top: 50px;
}
.prompt0105logo li{
	float: left;
	background: url(../i/prompt_liicon.gif) no-repeat 0 7px;
	line-height: 18px;
	margin-left: 10px;
	text-indent: 10px;
}
.prompt0105boxin{
	width: 718px;
	float: left;
	border: 1px solid #E1A3D2;
	background: url(../i/prompt_boxbg.gif);
	height: 325px;
	border-top: 5px solid #E1A3D2;
}
.prompt0105boxin h2{
	width: 718px;
	float: left;
	text-align: center;
	margin-top: 10px;
}
.prompt0105boxin dl{
	width: 410px;
	float: right;
	text-align: left;
	margin-top: 20px;
}
.prompt0105boxin dt{
	width: 330px;
	float: left;
	font-size: 14px;
	font-weight: bolder;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 40px;
	line-height: 1.8;
	padding-top: 5px;
	padding-bottom: 5px;
}
.prompt0105boxin dt span{
	width: 330px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}
.prompt0105boxin dd{
	width: 380px;
	float: left;
	margin-top: 10px;
	line-height: 1.8;
}
.prompt0105boxin dd a{
	text-decoration: underline;
}