﻿.inputBG .selectBG
{
    position: relative;
    float: left;
    display: inline;
}

.inputBG .selectBG .selecttxt
{
    width: 100%;
    height: 100%;
    line-height: 27px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
}
.inputBG .selectBG .selector
{
    position: absolute;
    top: 0;
    left: 0;
     z-index:2;
}

.inputBG .selectBG .arrow
{
    background: url(/pub/images/arrow_white_down.png) no-repeat;
    width: 11px;
    height: 17px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 6px;
     z-index:1;
}

.inputBG-150 .selectBG
{
    width: 150px;
    height: 27px;
}

.inputBG-150 .selectBG .selector
{
    width: 150px;
    height: 27px;
}
.inputBG-150 .selectBG .arrow
{
    background: url(/pub/images/arrow_white_down.png) no-repeat;
    width: 11px;
    height: 17px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 6px;
     z-index:1;
}
.button.blue{
   border:1px solid #1e7db9;   
   background: -webkit-linear-gradient(top,#42a4e0,#2e88c0);
   background : -moz-linear-gradient(top,#42a4e0,#2e88c0);
   background  : linear-gradient(top,#42a4e0,#2e88c0);
   width:70px;
   line-height:20px;
}
#biaoti{ overflow:hidden;}