﻿

/* ==================== textbox ==================== */




.text_default, .text_address, .text_0, .text_1, .text_2, .text_3, .text_4, .text_5, .text_6, .text_address, .text_qty, .text_price, .text_lab, .text_date
{
    --float: left;
    -webkit-border-radius: 3px; /* support firefox */
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #C0C0C0;
    width: 200px;
    --height: 18px;
    padding: 2.2px 0px;
    color: #333333;
    margin-top: 5px;
    --ime-mode: disabled;
}
.text_lab
{
    border-style: none;
    width: 100%;
    font-size: .9em;
}

.text_address
{
    width: 280px;
}

.text_day
{
    width: 20px;
}

.text_0
{
    width: 40px;
}


.text_1
{
    width: 80px;
}

.text_2
{
    width: 120px;
}


.text_3
{
    width: 160px;
}

.text_4
{
    width: 240px;
}



.text_5
{
    width: 280px;
}

.text_6
{
    width: 320px;
}



.text_qty
{
    width: 50px;
    text-align: right;
    padding-right: 3px;
}


.text_price
{
    width: 50px;
    text-align: right;
    padding-right: 3px;
}

.text_date
{
    width: 70px;
    text-align: left;
    padding-left: 3px;
}

.lab
{
    padding: 2.2px 0px;
    color: #333333;
    margin-top: 5px;
     text-align: left;

}