﻿

/* ==================== 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, text_Min {
    /*--float: left;*/
    -webkit-border-radius: 3px; /* support firefox */
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #C0C0C0;
    width: 200px;
    height: 25px;
    padding-top: 3px;
    padding-left: 2px;
    color: #000000;
    /*margin-top: 5px;*/
    /*--ime-mode: disabled;*/
    vertical-align: top;
    font-size: 14px;
}

.text_lab {
    border-style: none;
    width: 100%;
    font-size: .9em;
}


.txt_Hidden {
    border-style: none;
}

.text_address {
    width: 190px;
}

.text_day {
    width: 20px;
}

.text_0 {
    width: 40px;
}


.text_1 {
    width: 80px;
}

.text_2 {
    width: 120px;
}


.text_3 {
    width: 180px;
    font-size: 20px;
}

.text_4 {
    width: 240px;
}



.text_5 {
    width: 280px;
}

.text_6 {
    width: 320px;
}



.text_qty {
    width: 50px;
    text-align: right;
    padding-right: 3px;
}

.text_Min {
    width: 50px;
    text-align: right;
    padding-right: 3px;
}

.text_price {
    width: 80px;
    text-align: right;
    padding-right: 5px;
}

.text_date {
    width: 140px;
    text-align: left;
    padding-left: 3px;
    height: 15px;
}

.text_Name {
    width: 60px;
}


.lab {
    padding: 2.2px 0px;
    color: #333333;
    margin-top: 5px;
    text-align: left;
}

input[type=text] {
    color: #333333;
    font-size:14px;
}
