@charset "utf-8";
ul,li{list-style:none outside;}
q:before,q:after,blockquote:before,blockquote:after{content:"";}
blockquote,q{quotes:"" "";}
h1{
	font-size:20px;
	font-weight:normal;
	}
h2,h3{font-size:14px;}
h4,h5,h6{font-size:100%;}
h6{font-weight:normal;}
textarea{resize:none;}
body{
	font:12px/1.5 Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif;
	color:#525252;
	}
a:link,a:visited,a:focus,a:active{text-decoration:none;color:#525252;}
a:hover{
	text-decoration:none;
	color:#F64F7A;
	}
a:focus,a:active{outline:none;}
a.btn:hover{
	color:#fff;
	text-decoration:none;
	}
.clearfix:after,.wrapper:after,.wrapBox:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
	}
*html .clearfix,*html .wrapper,*html .wrapBox{zoom:1;}
*:first-child+html .clearfix,*:first-child+html .wrapper,*:first-child+html .wrapBox{zoom:1;}
button::-moz-focus-inner,input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"]>input[type="button"]::-moz-focus-inner{border:none;padding:0;}
/*mytips*/
.ui-mask{
	background-color:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	width:100%;
	height:100%;
	position:fixed;
	_position:absolute;
	left:0;
	top:0;
	z-index:9999998;
	display:none;
	}
.change_success,.change_error{
	display:block;
	height:50px;
	line-height:50px;
	background:#fff;
	border:5px solid #e6e6e6;
	font-size:14px;
	border-radius:5px;
	font-weight:400;
	padding:0 15px;
	position: absolute;
	_position: absolute;
	left:0;
	top:0;
	z-index:9999999;
}
.change_success{color:#000;}
.change_error{color:#333;}
.change_success a,.change_error a{
	font-size:14px;
	color:#F85E90;
	}
.change_success i{
	float:left;
	display:block;
	width:30px;
	height:30px;
	margin-top:10px;
	margin-right:10px;
	background:url(../images/new_ico.png) no-repeat 0 0;
}
.change_success .send_close, .change_error .send_close{
	position:absolute;
	width:34px;
	height:34px;
	background:url("../images/send_close.gif") no-repeat;
	right:-10px;
	top:-15px;
	cursor: pointer;
}
.change_error i{
	float:left;
	display:block;
	width:30px;
	height:30px;
	margin-top:10px;
	margin-right:10px;
	background:url(../images/new_ico.png) no-repeat -30px 0;
}