﻿#div_ZC 
{
    width:602px;
    margin:40px auto 60px auto;
	font-size: 12px;
}
#div_IMGtitle
{
    width:602px;
    height:34px;
    color:#005da3;
	font-size:18px;
	text-align:center;
	font-weight:bolder;
	word-spacing:5px;
}
#div_content 
{
    width:600px;
    /*height:500px;*/
    margin-top:15px;
	margin-left:30px;
    position:relative;
}
#tb_content 
{
    width:600px;
    border:0;
    margin-top:15px;
}
#tb_content td
{
    padding-bottom:10px;
}
.span_red 
{
    color:#FF0000;
}
.span_h 
{
    /*color:#969494;*/
}
.td1 
{
    width:144px;
    text-align:right;
}
.td2 
{
    width:436px;
	
}
.rightcheck {
    width:150px;height:32px;float:right;
}
.rightcheck img{
    width: 18px;
    height: 18px;margin-top:8px;
}
#TB_ZH
{
    width:260px;
    height:25px;
    line-height:25px;
    background:url(../IMG/02.gif) #FFFFFF no-repeat 240px center;
    border:1px solid #FFFFFF;
}
.TB_MM 
{
    width:260px;
    height:25px;
    line-height:25px;
    background:url(../IMG/03.gif) #FFFFFF no-repeat 240px center;
    border:1px solid #FFFFFF;
}
.TB_large 
{
    width:260px;
    height:25px;
    line-height:25px;
    border:1px solid #FFFFFF;
}
.TB_small
{
    width:130px;
    height:25px;
    line-height:25px;
    border:1px solid #FFFFFF;
}
#span_xy {

}
#span_xy a
{
	color:#005da3;
    text-decoration: none;
	cursor: pointer;
    font-weight:bolder;
}
#span_xy a:link
{
	color: #005da3;
}
#span_xy a:visited
{
	color: #005da3;
}
#span_xy a:hover
{
	text-decoration: none;
	color:#f89a2e;
}
.btn_save 
{
    width:272px;
    height:35px;
    background:#f89a2e;
    border:0;
	text-align:center;
	border-radius:5px;
	color:#FFFFFF;
}
.buttonChange
{
	height:23px;border-width:0px;text-align:center;line-height:20px;overflow:hidden;cursor:pointer;
	background:url('../IMG/buttonchange.jpg') no-repeat right bottom;width:155px;
}

#btn_get_yzm
{
	width: 85px; height: 28px;
	line-height: 28px; vertical-align: middle; text-align: center; font-size: 14px; font-weight: bold; 
	cursor:pointer;
}

.yzm_canclick
{
	color: #C0C0C0;
	background-image: url(../IMG/yzm02.jpg);
	width: 85px;height: 28px;
}

.yzm_noclick
{
	color: #FFFFFF;
	background-image: url(../IMG/yzm03.jpg);
	width: 85px; height: 28px;
}

.yzm_click
{
	color: #FFFFFF;
	background-image: url(../IMG/yzm01.jpg);
	width: 85px; height: 28px;
}
img /*去掉ie6下img默认有空白*/ {
    vertical-align: bottom;
}
.option{
  /*用div的样式代替select的样式*/
   width: 140px;
    height: 30px;
    /*border-radius: 5px;*/
  /*盒子阴影修饰作用,自己随意*/
 /* box-shadow: 0 0 5px #ccc;*/
    border: 1px solid #cccccc;
    position: relative;
  }
  .option select{
  /*清除select的边框样式*/
  border: none;
  /*清除select聚焦时候的边框颜色*/
  outline: none;
  /*将select的宽高等于div的宽高*/
  width: 100%;
    height: 30px;
    line-height: 30px;
  /*隐藏select的下拉图标*/
  appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  /*通过padding-left的值让文字居中*/
  padding-left: 20px;
  }
  /*使用伪类给select添加自己想用的图标*/
  .option:after{
      content: "";
      width: 14px;
      height: 8px;
      background: url(../IMG/arraw.png) no-repeat center;
    /*通过定位将图标放在合适的位置*/
    position: absolute;
      right: 20px;
      top: 41%;
    /*给自定义的图标实现点击下来功能*/
    pointer-events: none;
    }
   .option option{
  /*清除select的边框样式*/
  border: none;
  /*清除select聚焦时候的边框颜色*/
  outline: none;
  /*将select的宽高等于div的宽高*/
  width: 98%;
    height: 30px;
    line-height: 30px;
  padding-left: 20px;
  border-bottom:1px solid #E7E7E7;
  }