
#pop-tip,#pop-select {
    position: fixed;
    box-shadow: 0 0 20px 3px white;
    -webkit-box-shadow: 0 0 20px 3px rgb(255, 255, 255);
    -moz-box-shadow: 0 0 20px 3px rgb(255, 255, 255);
    -o-box-shadow: 0 0 20px 3px rgb(255, 255, 255);
    background: rgb(255, 255, 255);
    z-index: 40;
    width:480px;
}

.pop-tipTitle {
    height: 40px;
    line-height: 40px;
    background: rgb(14, 123, 192);
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-indent: 27px;
}

.pop-tipDiv {
    padding: 15px 0;
    color: rgb(110, 110, 110);
}

.pop-tipHelp {
    font-size: 18px;
    margin-bottom: 10px;
}

.pop-tipIcon {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 5px 0 15px;
    position: relative;
    top: 3px;
}

.pop-tipLine {
    margin-left: 15px;
    height: 40px;
}

.pop-tipLine-finance{
    margin: 5px 15px;
    width: 95%;
}

.clear {
    clear: both;
}
.pop-tipWrapper {
    margin: 10px auto 0;
    margin-top:20px;
    float:left;
    width:500px;
}
.pop-tipButton-finance{
    width: 150px;
    height: 34px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    border: 0px;
    cursor:pointer;
}

.pop-tipName-netaccount{
    width: 100%;
    margin-left: -5px;
    text-align: center;
}

.pop-exit {
    width: 27px;
    height: 27px;
    background:url('../img/loginExit.png');
    float: right;
    position: absolute;
    top: 20px;
    right: 8px;
    cursor: pointer;
}
.pop-exit.tip2 {
    top: 7px;
}

.imgYes {
	background:url('../img/smallBtn.png');
	margin-left:155px;
}
.imgTipNo {
	background:url('../img/smallBtn.png');
	margin-left:20px;
}

#black{
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
}
