*{
	margin: 0px;
	padding: 0px;
}
body {
	TEXT-ALIGN: center;
	background: #fff;
	color: #0f0b08;
	font: 12px "ËÎÌå",Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

img{
	border: 0px;
}

ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
li{
	margin: 4px 0px;
}
ol{
	color: #5B5B5B;
	margin: 10px;
	margin-left: 30px;
	line-height: 18px;
}
h1{
	font-size: 18px;
	font-weight: bold;
}
h3{
	text-align: center;
	clear: both;
}
h4{
	font-size: 14px;
	font-weight: bold;
}
hr{
	border-top: 1px solid #fe8323;
	border-bottom: 1px solid #fff4eb;
}
.hr01{
	border-top: 1px solid #fff;
	border-bottom: 1px dashed #BFBFBF;
}
.hr02{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #BFBFBF;
}
.xredinput,.dredinput{
	border: 1px solid #a36060;
	height: 16px;
	padding: 2px;
}
.xredinput{
	width: 200px;
}
.dredinput{
	width: 300px;
}
.xblueinput{
	border: 1px solid #4682B4;
	height: 16px;
	padding: 2px;
	width: 150px;
}
.friendinput{
   border: 1px dashed #ddd;
	width: 400px;
}
textarea{
	width: 500px;
	height: 90px;
	padding: 2px;
}
.textarea02{
	background: #fff url(message_bj.gif) no-repeat bottom right; 
	border: 1px solid #4682B4;
	width: 560px;
	height: 90px;
	padding: 2px;
}
a:link,a:visited {
	color: #a2a2a2;
	font-weight: 400;
	text-decoration: none;
}
a:hover {
	color: #ff5300;
	font-weight: 400;
	text-decoration: underline;
}