.button_wrap{
    position:relative;
    width:165px;
    height:36px;
    overflow:hidden;
    font-weight:bold;
    font-size:11px;
	margin-bottom:30px;
	margin-top:20px;

}



.button_aRight{
    width:80px;
    height:36px;
    -moz-border-radius:20px;
	-webkit-border-radius:20px;
    background-color:#22679b;
    color:#fff;
    top:0px;
    left:0px;
    position:absolute;
    line-height:36px;
    text-align:right;
	
}
.button_aRight span{
    display:none;
    padding-right:20px;
}
.button_bRight{
    width:74px;
    height:30px;
    background-color:#fff;
    -moz-border-radius:20px;
	-webkit-border-radius:20px;
    color:#000;
    position:absolute;
    top:3px;
    left:3px;

    line-height:30px;
    text-align:center;
    cursor:pointer;
}
.button_bRight span{
    color:#008ddd;
}

