body {
	background: url(../img/bg_main.gif);
	margin: 0 auto;
	width: 100%;
	min-width: 980px;
}

.clear_fix {
	clear: both;
}
/*浮层遮罩*/
.overlay {
	z-index: 1000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	overflow: hidden;
	background-color: #000;
}

* html {
	background: url(*) fixed;
}

* html body {
	margin: 0;
	height: 100%;
}

* html .overlay {
	position: absolute;
	left: expression(documentElement.scrollLeft + documentElement.clientWidth -  
		 this.offsetWidth);
	top: expression(documentElement.scrollTop + documentElement.clientHeight -  
		 this.offsetHeight);
}

/*顶部固定区域*/
#topNavWrapper {
	width: 100%;
	text-align: left;
	margin: 0px auto;
	z-index: 100;
	_position: relative;
	_top: 0px;
	height: 90px;
}

#topNav {
	width: 100%;
	float: left;
	z-index: 100;
	overflow: visible;
	position: fixed;
	top: 0px; /* position fixed for IE6 */
	_position: absolute;
	_top: expression(documentElement.scrollTop + "px");
	margin: 0 auto;
}

.z_logo {
	width: 980px;
	margin: 0 auto;
}

.logo_topbar {
	background: url(../img/logo_topbar.png) no-repeat;
	width: 186px;
	height: 33px;
	display: block;
	float: left;
	margin-top: 8px;
}

.topbar_logininfo {
	float: right;
	color: #FFF;
	height: 50px;
	line-height: 50px;
}
/*页脚*/
.main_foot {
	width: 980px;
	clear: both;
	margin: 0px auto;
	line-height: 35px;
	display: inline;
}

.main_foot a,.main_foot {
	color: #8E8E91;
	font-size: 12px;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding-top: 20px;
	width: 100%;
	height: 160px;
	color: #8E8E91;
	text-align: center;
	background-color: #F1F2F2;
	border-top: 1px solid #EAEBEB;
}

.footerjj {
	clear: both;
	height: 64px;
}

#footer p {
	height: 22px;
	line-height: 21px;
}

#footer #footer_nav {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	padding: 20px 0 5px 0;
}

#footer_nav a {
	border-left: 1px solid #FAFAFA;
	margin-left: -1px;
	padding-right: 5px;
	padding-left: 8px;
	color: #8E8E91;
}

#footer_nav a:hover {
	color: #FF6600;
}

.clear_f {
	clear: both;
}

.layout {
	margin: 0 auto;
	width: 980px;
}

.footer_h1 {
	width: 980px;
	margin: 0 auto;
	line-height: 30px;
	color: #8E8E91;
}

.footer_h1l {
	float: left;
	text-align: left;
	margin-left: 20px;
}

.footer_h1l span {
	float: left;
	margin-left: 20px;
}

.footer_h1l a {
	color: #8E8E91;
	font-size: 12px;
}

.footer_h1r {
	float: right;
	text-align: right;
}

/*阴影样式*/
.shadow {
	box-shadow: 1px 1px 3px #cccccc;
	/* For IE 8 */
	-ms-filter:
		"progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135,
		Color='#cccccc');
}

/*新主菜单*/
.j_menu_pd {
	background: url(../img/ico/ico_jt_down.gif) no-repeat 80px 13px;
}

.z_new_menu {
	width: 980px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
}

.z_new_menu span {
	padding: 0 42px 0 30px;
	display: block;
	float: left;
}

.z_new_menu span a {
	color: #000000;
	font-size: 12px;
}

.z_new_menu span a:hover {
	
}

.new_menu_sub {
	width: 120px;
	background-color: #37373D;
	position: absolute;
	padding: 0px;
	margin: 0px;
	display: none;
	z-index: 101;
	/*	 border-radius:0 0 10px 10px;*/
}

#m_menu1 ul li,#m_menu2 ul li,#m_menu3 ul li,#m_menu4 ul li,#m_menu5 ul li
	{
	padding: 10px;
	color: #FFF;
	text-align: center;
}

#m_menu1 ul li:hover,#m_menu2 ul li:hover,#m_menu3 ul li:hover,#m_menu4 ul li:hover,#m_menu5 ul li:hover
	{
	background-color: #C52238;
	cursor: pointer;
}

#m_menu1 ul li a,#m_menu2 ul li a,#m_menu3 ul li a,#m_menu4 ul li a,#m_menu5 ul li a
	{
	color: #FFF;
	font-size: 12px;
}

/*公共主显示区域*/
.z_main_index {
	width: 940px;
	margin: 30px auto 0 auto;
	background-color: #FCFCFC;
	padding: 20px;
	min-height: 500px;
	_overflow: hidden;
}
/*有标题公共块*/
.g_titlebar {
	background-color: #FAFBFA;
	padding: 8px 20px;
	border: 1px #EDEDED solid;
	font-weight: bold;
	overflow: hidden;
	height: 20px;
}

.g_titlebar .g_titlebar_tit {
	float: left;
}

.g_titlebar .g_titlebar_more {
	float: right;
	font-weight: normal;
	color: #0078B6;
}

.g_titlecen {
	border: 1px #EDEDED solid;
	border-top: 0px;
	padding: 20px;
	background-color: #FFF;
	overflow: hidden;
	min-height: 430px;
}

/*无标题公共块*/
.g_notitcen {
	border: 1px #EDEDED solid;
	padding: 0 20px;
	background-color: #FFF;
	min-height: 430px;
}

/*公共查询条件*/
.g_notitcen .z_tr {
	margin: 10px 0;
}

.g_notitcen .z_tr .txt_title {
	float: left;
	vertical-align: middle;
	width: 90px;
	padding: 0px;
}

.g_notitcen .z_tr .txt_input {
	float: left;
	margin-right: 40px;
	*margin-right: 20px;
}

.ipt_s1,.ipt_d1,.ipt_s2 {
	width: 160px;
	height: 20px;
	border: 1px solid #ABADB3;
	font-size: 12px;
}

.ipt_s2 {
	width: 80px;
}

.pro_num {
	width: 100px;
}

.txt_input select,.select_s1 {
	border: 1px solid #ABADB3;
	height: 22px;
	width: 162px;
	padding: 0px;
	margin: 0px;
	*margin-right: 0px;
	font-size: 12px;
}

.textarea_s1 {
	width: 200px;
	height: 50px;
	border: 1px solid #ABADB3;
}

.textarea_s2 {
	width: 160px;
	height: 50px;
	border: 1px solid #ABADB3;
}

.textarea_s3 {
	width: 250px;
	height: 100px;
	border: 1px solid #ABADB3;
}

.z_2 {
	padding-top: 20px;
	float: left;
	width: 670px;
}

.z_2_a {
	border: 1px #EDEDED solid;
}

.z_3 {
	padding-top: 20px;
	float: right;
	width: 250px;
}

/*按钮区域*/
.z_btn_s1 {
	margin: 10px 0 0 90px;
}

.z_btn_s2,.z_btn_s4 {
	margin: 10px 0px;
}

.btn_main,.btn_s1_l,.btn_s1_c,.btn_s1_r,.btn_s2_l,.btn_s2_c,.btn_s2_r,.btn_s3,.btn_s1d_l,.btn_s1d_c,.btn_s1d_r
	{
	float: left;
	display: block;
}

.btn_main {
	margin-right: 10px;
	position: relative;
}

/*按钮样式1*/
.btn_s1_l {
	background: url(../img/btn.png);
	width: 2px;
	height: 23px;
	background-position: 0 -835px;
}

a.btn_s1_c {
	background: url(../img/btn.png) repeat-x;
	background-position: 0 -860px;
	height: 23px;
	text-align: center;
	color: #FFF;
}

a.btn_s1_c:hover {
	background-position: 0 -910px;
}

.btn_s1_r {
	background: url(../img/btn.png);
	width: 2px;
	height: 23px;
	background-position: -198px -860px;
}

.btn_s1d_l {
	background: url(../img/btn.png);
	width: 2px;
	height: 23px;
	background-position: 0 -935px;
}

a.btn_s1d_c {
	background: url(../img/btn.png) repeat-x;
	height: 23px;
	background-position: 0 -960px;
	text-align: center;
	color: #CCCCCC;
}

a.btn_s1d_c:hover {
	cursor: default;
}

.btn_s1d_r {
	background: url(../img/btn.png);
	width: 2px;
	height: 23px;
	background-position: -198px -960px;
}
/*按钮样式2*/
.btn_s2_l {
	background: url(../img/btn.png);
	width: 2px;
	height: 24px;
	background-position: 0 -456px;
}

a.btn_s2_c {
	background: url(../img/btn.png) repeat-x;
	background-position: 0 -480px;
	height: 24px;
	text-align: center;
	color: #FFF;
}

a.btn_s2_c:hover {
	background-position: 0 -528px;
}

.btn_s2_r {
	background: url(../img/btn.png);
	width: 2px;
	height: 24px;
	background-position: -198px -480px;
}

.btn_s3 {
	background-color: #DAE9F4;
	height: 20px;
	text-align: center;
	border: 1px solid #B4C8D8;
	color: #00416D;
	border-radius: 3px;
	font-size: 12px;
	line-height: 20px;
}

a.btn_s3:hover {
	background-color: #EAF5FC;
	border-color: #D1DEE8;
	color: #000;
}

.btn_s4 {
	background-color: #DAE9F4;
	height: 20px;
	text-align: center;
	border: 1px solid #B4C8D8;
	color: #00416D;
	border-radius: 3px;
	font-size: 12px;
	line-height: 20px;
	display: block;
	margin: 0 auto;
}

a.btn_s4:hover {
	background-color: #EAF5FC;
	border-color: #D1DEE8;
	color: #000;
}

.btn_submit_s1[disabled="disabled"],.btn_submit_s1[disabled="disabled"]
	{
	border: 1px solid #A9A9A9;
	color: #FFFFFF;
	background-color: #CCCCCC;
	border-radius: 2px;
	margin: 0px;
	padding-top: 0px;
	height: 25px;
	line-height: 20px;
	font-size: 14px;
	cursor: default;
	padding-bottom: 4px;
}

.btn_submit_s1[disabled="disabled"]:hover,.btn_submit_s1[disabled="disabled"]:hover
	{
	background-color: #CCCCCC;
}

.btn_submit_s1 {
	border: 1px solid #51A837;
	color: #FFF;
	background-color: #6BB948;
	border-radius: 2px;
	margin: 0px;
	padding-top: 0px;
	height: 25px;
	line-height: 20px;
	font-size: 14px;
	cursor: pointer;
	padding-bottom: 4px;
}

.btn_submit_s1:hover {
	background-color: #7DCE5A;
}

.btn_submit_s1.c2 {
	border: 1px solid #E67C00;
	background-color: #F19916;
}

.btn_submit_s1.c2:hover {
	background-color: #F6AA1C;
}

.btn_submit_s1.c3 {
	border: 1px solid #245075;
	background-color: #2A6698;
}

.btn_submit_s1.c3:hover {
	background-color: #6194C1;
}

.btn_submit_s1.c4 {
	background-color: #FFFFFF;
	height: 30px;
	border: 1px solid #AFAFAF;
	color: #333;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF),
		to(#EDEDEC));
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
		startColorStr=#FFFFFF, endColorStr=#EDEDEC);
	background: -moz-linear-gradient(top, #FFFFFF, #EDEDEC);
	background: -o-linear-gradient(top, #FFFFFF 0%, #EDEDEC 100%);
}

.btn_submit_s1.c4:hover {
	background-color: #FBFBFB;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FBFBFB),
		to(#FBFBFB));
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
		startColorStr=#FBFBFB, endColorStr=#FBFBFB);
	background: -moz-linear-gradient(top, #FBFBFB, #FBFBFB);
	background: -o-linear-gradient(top, #FBFBFB 0%, #FBFBFB 100%);
}

.btn_submit_s2 {
	border: 1px solid #811C40;
	color: #FFF;
	border-radius: 3px;
	margin: 0px;
	padding-top: 0px;
	height: 50px;
	line-height: 20px;
	font-size: 18px;
	cursor: pointer;
	padding-bottom: 4px;
	font-weight: bold;
	background: #E22B44;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#E22B44),
		to(#BC2136));
	background-image: -ms-linear-gradient(top, #E22B44, #BC2136);
	background-image: -moz-linear-gradient(top, #E22B44, #BC2136);
	background-image: -o-linear-gradient(top, #E22B44 0%, #BC2136 100%);
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
		startColorStr=#E22B44, endColorStr=#BC2136);
}

.btn_submit_s2:hover {
	background: #E22B44;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DA273F),
		to(#DA273F));
	background-image: -moz-linear-gradient(top, #DA273F, #DA273F);
	background-image: -ms-linear-gradient(top, #DA273F, #DA273F);
	background-image: -o-linear-gradient(top, #DA273F 0%, #DA273F 100%);
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
		startColorStr=#DA273F, endColorStr=#DA273F);
}

.btn_submit_s2.c2 {
	border: 1px solid #C26418;
	color: #FFF;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F7AE24),
		to(#E48C0D));
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
		startColorStr=#F7AE24, endColorStr=#E48C0D);
	background: -moz-linear-gradient(top, #F7AE24, #E48C0D);
	background: -o-linear-gradient(top, #F7AE24 0%, #E48C0D 100%);
}

.btn_submit_s2.c2:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ECA723),
		to(#ECA723));
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,
		startColorStr=#ECA723, endColorStr=#ECA723);
	background: -moz-linear-gradient(top, #ECA723, #ECA723);
	background: -o-linear-gradient(top, #ECA723 0%, #ECA723 100%);
}

.btn_pro_num {
	border: 1px solid #ABADB3;
	border-radius: 2px;
	margin: 0px;
	padding-top: 0px;
	height: 23px;
	line-height: 20px;
	font-size: 14px;
	cursor: pointer;
	padding-bottom: 4px;
}

.btn_pro_num:hover {
	background-color: #FFFFFF;
}

.z_btn_morebtn {
	width: 150px;
	margin: 0 auto;
	height: 30px;
}

/*按钮长度*/
.l50 {
	width: 50px;
}

.l70 {
	width: 70px;
}

.l80 {
	width: 80px;
}

.l90 {
	width: 90px;
}

.l100 {
	width: 100px;
}

.l150 {
	width: 150px;
}

.l280 {
	width: 280px;
}

.l380 {
	width: 380px;
}

/*表格按钮子菜单*/
.btn_main_submenu {
	border: 1px solid #D1DEE8;
	position: absolute;
	top: 20px;
	left: 0px;
	background-color: #ffffff;
	line-height: 25px;
}

.btn_main_submenu li {
	background-color: #FFFFFF;
	cursor: pointer;
	padding: 0 5px;
}

.btn_main_submenu li:hover {
	background-color: #EAF5FC;
}

/*我的位置公共块*/
.g_z_location {
	padding: 8px 0px;
	border-bottom: 1px #EDEDED solid;
	overflow: hidden;
	height: 20px;
}

.g_z_location .g_z_location_tit {
	float: left;
}

.g_z_location .g_z_location_more {
	float: right;
	font-weight: normal;
	color: #0078B6;
}

/*警告文字*/
.alm_txt {
	color: #F00;
}

.alm_txt_s2 {
	color: #F30;
	font-weight: bold;
}

.alm_txt_s3 {
	color: #3399CC;
}

.alm_star {
	color: #F00;
}

/*提示文字框*/
.alm_txt_z1 {
	border: 1px solid #CCCCCC;
	padding: 10px;
	position: absolute;
	top: 0px;
	left: 600px;
	_left: 400px;
	width: 250px;
}

.alm_txt_z2 {
	border: 1px solid #CCCCCC;
	padding: 10px;
	top: 0px;
	margin: 0 auto;
	width: 570px;
}

.alm_txt_z2.b2 {
	border: 1px solid #CCCCCC;
	background-color: #FFFFE5
}

.alm_txt_z2.b3 {
	border: 1px solid #EFA723;
	background-color: #FFFFE5
}

.alm_txt_z2.b4 {
	border: 1px solid #EFA723;
	background-color: #FFFFE5;
}

.alm_txt_z2.b4 .alm_txt_z2_r {
	color: #EFA723;
}

.alm_txt_z2.b5 {
	border: 1px solid #FF0000;
	background-color: #FFFFE5;
}

.alm_txt_z2.b5 .alm_txt_z2_r {
	color: #FF0000;
}

.alm_txt_z1_r {
	padding-left: 25px;
}

.alm_txt_z2_r {
	padding-left: 25px;
	color: #A1A1A1;
}

/*错误信息提示*/
.err_info_s1 {
	position: absolute;
	top: 0px;
	left: 230px;
	background-color: #585858;
	width: 500px;
	height: 60px;
	line-height: 60px;
	color: #CCC;
	text-align: center;
	vertical-align: middle;
}

.err_info_s2 {
	position: absolute;
	top: 0px;
	background-color: #38AC24;
	width: 100%;
	height: 90px;
	vertical-align: middle;
	box-shadow: 2px 2px 3px #c0c0c0;
}

.err_info_s2.err {
	background-color: #c83333;
}

.err_info_s2.altinfo {
	background-color: #e5bd31;
}

/*输入框*/
.j_z_focus {
	position: relative;
}

.j_z_focus span {
	position: absolute;
	color: #666;
}

/*通用字体格式设置*/
.txt_title_s1 {
	font-size: 14px;
	font-weight: bold;
	margin-left: 50px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}

.txt_explain {
	color: #A1A1A1;
	font-size: 12px;
}

.txt_style_s1 {
	font-weight: bold;
	font-size: 14px;
	color: #B10000;
}

.txt_style_s2 {
	font-weight: bold;
	font-size: 14px;
}

.txt_style_s2b {
	font-weight: bold;
	font-size: 14px;
	color: #4091BA;
}

.txt_style_s3 {
	font-size: 14px;
	color: #FF662B;
}

/*红色*/
.txt_style_txt {
	font-size: 12px;
	color: #DE112C;
}
/*绿色*/
.txt_style_txt.g {
	color: #43A51C;
}
/*蓝色*/
.txt_style_txt.b {
	color: #0078B6;
}
/*橙色*/
.txt_style_txt.o {
	color: #ECA723;
}

/*备注区域-黄底*/
.z_remarks {
	border: 1px #F0F0F0 solid;
	background-color: #FFFFE5;
	padding: 8px;
	margin: 0 auto;
}

/*表格无内容提示区域*/
.z_tabnone {
	border: 1px #D1DEE8 solid;
	background-color: #FFFFFF;
	padding: 8px;
	text-align: center;
}

/*共用表格样式*/
#tablist {
	border-collapse: collapse;
	width: 100%;
}

#tablist th {
	border: 1px solid #D1DEE8;
	padding: 5px;
	*padding: 2px;
	cursor: pointer;
}

#tablist td {
	border: 1px solid #D1DEE8;
	padding: 5px;
}

.tablist_title {
	background-color: #EAF5FC;
	height: 30px;
	text-align: center;
}

.tablist_title td {
	padding: 8px;
	white-space: nowrap;
}

.z_tab {
	width: 930px;
	overflow: auto;
}

#tablist_s2 {
	border-collapse: collapse;
	width: 100%;
}

#tablist_s2 th {
	border: 1px solid #D1DEE8;
	padding: 5px;
	*padding: 2px;
}

#tablist_s2 td {
	border: 1px solid #D1DEE8;
	padding: 5px;
	text-align: left;
}

.z_tab_s2 {
	width: 600px;
	overflow: auto;
}

.z_tab_s2_m {
	margin: 10px;
}

.z_tab_s2 th {
	background-color: #EAF5FC;
	cursor: auto;
	width: 15%;
}

.tab_odd {
	background-color: #F0F0F0;
}

.tab_even {
	background-color: #FFFFF;
}

.tablist_ty {
	border-collapse: collapse;
}

.tablist_ty td {
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: left;
}

.tablist_ty2 {
	border-collapse: collapse;
}

.tablist_ty2 td {
	border: 0px;
	padding: 5px;
	text-align: left;
}

/*表格行鼠标样式*/
tr.over {
	background-color: #FFFFE5;
	z-index: 1;
}

.showmore {
	cursor: pointer;
}
/*公共字段子菜单箭头图标*/
.ico_jt {
	background: url("../img/ico/ico_jt.gif") no-repeat center;
	width: 15px;
	display: block;
	height: 18px;
}

.more_btn {
	margin-bottom: 10px;
}

/*公共字段子菜单*/
.more_submenu {
	position: absolute;
	left: 50px;
	top: -10px;
	border: 1px #D1DEE8 solid;
	padding: 5px;
	background-color: #FFF;
	width: 150px;
}

.more_submenu li {
	vertical-align: middle;
	border-bottom: 1px #c0c0c0 dashed;
	height: 25px;
}

/*公共翻页控制区*/
.pagectl {
	float: right;
	margin: 10px 0;
}

/*表格头点击排序样式*/
.ico-asc {
	background: url(../img/ico/ico_jt_up.gif) no-repeat 0px 4px;
}

.ico-desc {
	background: url(../img/ico/ico_jt_down.gif) no-repeat 0px 4px;
}

.tab_tit_hover {
	background: url(../img/ico/ico_jt_updown.gif) no-repeat 0px 4px;
}

/*字体大小*/
.font_size_16 {
	font-size: 16px;
}

.font_size_14 {
	font-size: 14px;
}

/*共用分割线*/
.line_type_s1 {
	border-bottom: 1px dashed #cccccc;
	margin-bottom: 10px;
}

/*公共行高*/
.hh_s1 {
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}

.hh_s2 {
	height: 30px;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
}

/*弹出浮层框*/
.z_pop {
	padding: 6px;
	background-color: #F3F3F3;
}

.z_pop_title {
	float: left;
	font-size: 14px;
	font-weight: bold;
}

.z_pop_cl {
	float: right;
	cursor: pointer;
	font-size: 18px;
}

#popk {
	display: none;
	width: 100%;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	z-index: 1001;
	top: 100px;
}

#alert_info {
	text-align: center;
	background-color: #fff;
	border: 5px solid #C0C0C0;
	margin: 0 auto;
	width: 600px;
}
/*公共布局*/
.float_l div {
	float: left;
}

.merchant_alert {
	position: absolute;
	z-index: 10001;
	width: 630px;
	border-radius: 5px;
	background: #FFFFFF;
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
	left: 50%;
	margin-left: -315px;
	top: 180px;
	padding-bottom: 24px;
}

.merchant_alert div {
	text-align: left;
	padding: 60px 0 24px 150px;
	font-size: 14px;
	color: #777777;
	background: url(../img/ii.gif) 41px 51px no-repeat;
}

.merchant_alert h2 {
	color: #444444;
	margin-bottom: 20px;
	font-size: 16px;
}

.merchant_alert .operation {
	margin-top: 30px;
}

/* 企业基本信息未认证，相关提示信息class */
.edit_basicinfo_tips {
	color: red;
	margin-left: 30px;
}

.edit_basicinfo_tips a {
	color: red;
	font-size: inherit;
}

.edit_basicinfo_tips a:hover {
	text-decoration: underline;
}