﻿.WaterMarkedTextBox {
    color: #9B9B9B;
    text-align: center;
    font-size:10px;
}

.WaterMarkedTextBox_wx {
    margin-left:10px;
    color: #9B9B9B;
    width:90px;
    font-size: 15px;
    text-align: center;
    min-height:30px;
}

.WaterMarkedTextBoxPSW {
    background-position: center;
    padding: 2px 2px 2px 2px;
    border: 1px solid #BEBEBE;
    color: white;
    vertical-align: middle;
    text-align: right;
    background-repeat: no-repeat;
}

.NormalTextBox {
    font-size:10px;
    height:24px;
}

.NormalTextBox_wx {
    font-size:14px;
    height:50px;
    border:1px solid #D5D5D5;
}


.WaterMarkedTextBox_Just {
    float:left;
    color:#D2D2D2;
    text-align: center;
    font-size:10px;
}

.NormalTextBox_Just {
    float:left;
    font-size:10px;
    color:#f00;
    text-align:center;
}