/*ÎÒµÄ¼à¿Ø start*/

.add_bt input.input_none 
{
    background:none;
    color:#fff;
      text-transform: uppercase;
	  letter-spacing:1px;
      font-size: 14px;
      line-height:36px;
      text-shadow:none;
      border:none;
      cursor:pointer;
      padding:0;background:none;  
   outline:none; 
      margin:0;
	  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
}
.add_bt {
      padding:0;
	  margin-top:20px;
	  width:120px;
	  clear:both;
	  margin:0 auto;
	  line-height:40px;
	  height:46px;
	  background: #0078d9;
 	  border: 1px solid #e5e5e5;
 	  border-radius: 4px;cursor: pointer;
 	  text-align: center;
vertical-align: middle;
	  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
	  color: #fff;
	   }
.sea_button
{
    float:right;
    line-height:24px}
.default-btn 
{
    font: 12px/150%;
    cursor:pointer;
    float: left;
    margin-left: -1px;
    width: 80px;
    height: 28px;
    line-height: 18px;
    padding: 2px 0 3px;
    text-align: center;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 2px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top,#f7f7f7,#f3f2f2);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7f7f7),color-stop(1,#f3f2f2));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f3f2f2', GradientType='0');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f3f2f2');
    background-image: -webkit-linear-gradient(top,#f7f7f7 0,#f3f2f2 100%);
    background-image: linear-gradient(to bottom,#f7f7f7 0,#f3f2f2 100%);
}
/*ÎÒµÄ¼à¿Ø end*/