﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: SimHei, Arial, Helvetica, sans-serif !important;
	font-size:12px;
}

input {
	font-family: SimHei, Arial, Helvetica, sans-serif !important;
}
select {
	font-family: SimHei, Arial, Helvetica, sans-serif !important;
}
textarea {
	font-family: SimHei, Arial, Helvetica, sans-serif !important;
}

/*------------------------------首页样式------------------------------------------*/
.banner_text {font-size:12px;
			  font-weight:bold;
			  color: #454545;
			  text-align:center;
			  font-family: SimHei, Arial, Helvetica, sans-serif;
	}
	
.web_text {font-size:14px;
			  font-weight:bold;
			  color: #454545;
			  text-align:center;
			  font-family: SimHei, Arial, Helvetica, sans-serif;
	}


/*----------------默认超链接样式----------------*/								
a{
	color:#454545;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
  }

a:hover{ color:#cf000d;
  }
/*-------------输入域样式----------------------*/		
.input_area_a{
width:275px;
background:#f9f9f9;
border:1px solid #c6c6c6;
}
.input_area_b{
background:#f9f9f9;
border:1px solid #c6c6c6;
}
.input_area{
width:270px;
background:#f9f9f9;
border:1px solid #c6c6c6;
}
.input_area_c{
width:275px;
background:#f9f9f9;
border:1px solid #c6c6c6;
}


.exchange{
color:#7795c9;
text-decoration:underline;
cursor:pointer;
}

.tips{
width:305px;
overflow:hidden;
text-align:left;
line-height:20px;
color:#666666;
padding:0px 0px 0px 20px;
margin-top:10px;
list-style-image:url(../images/imgs/list_stylepic.gif);
}
.btn_login{ 
width:72px;
height:25px;
background:url(../images/imgs/red_btn.gif) no-repeat;
border:none;
cursor:pointer;
color:#fff;
font-weight:normal;
}
.bottom_text{
border-top:1px solid #e4e4e4;
line-height:25px
}

				