.date {
    font: 宋 体;
    font-size: 9pt;
    border: 1px solid #7F9DB9;
    padding: 2px;
    height: 18px;
    cursor: hand;
    behavior: url( css/input/behaviors/date.htc );
}

.dateLine {
    font: 宋 体;
    font-size: 9pt;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #7F9DB9;
    padding: 2px;
    height: 18px;
    cursor: hand;
    behavior: url( css/input/behaviors/date.htc );
}


.email {
    font: 宋 体;
    font-size: 9pt;
    border: 1px solid #7F9DB9;
    padding: 2px;
    height: 18px;
    behavior: url( css/input/behaviors/email.htc );
}

.emailLine {
    font: 宋 体;
    font-size: 9pt;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #7F9DB9;
    padding: 2px;
    height: 18px;
    behavior: url( css/input/behaviors/email.htc );
}

.month {
    font: 宋 体;
    font-size: 9pt;
    border: 1px solid #7F9DB9;
    padding: 2px;
    height: 18px;
    cursor: hand;
    behavior: url( css/input/behaviors/month.htc );
}

.monthLine {
    font: 宋 体;
    font-size: 9pt;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #7F9DB9;
    padding: 2px;
    height: 18px;
    cursor: hand;
    behavior: url( css/input/behaviors/month.htc );
}

.int {
    font: 宋 体;
    font-size: 9pt;
    border: 1px solid #7F9DB9;
    padding: 2px;
    height: 18px;
    text-align: right;
    behavior: url( css/input/behaviors/int.htc );
}

.intLine {
    font: 宋 体;
    font-size: 9pt;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #7F9DB9;
    padding: 2px;
    height: 18px;
    text-align: right;
    behavior: url( css/input/behaviors/int.htc );
}

.float {
    font: 宋 体;
    font-size: 9pt;
    border: 1px solid #7F9DB9;
    padding: 2px;
    height: 18px;
    text-align: right;
    behavior: url( css/input/behaviors/float.htc );
}

.floatLine {
    font: 宋 体;
    font-size: 9pt;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #7F9DB9;
    padding: 2px;
    height: 18px;
    text-align: right;
    behavior: url( css/input/behaviors/float.htc );
}

.number {
    font: 宋 体;
    font-size: 9pt;
    border: 1px solid #7F9DB9;
    padding: 2px;
    height: 18px;
    behavior: url( css/input/behaviors/number.htc );
}

.numberLine {
    font: 宋 体;
    font-size: 9pt;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #7F9DB9;
    padding: 2px;
    height: 18px;
    behavior: url( css/input/behaviors/number.htc );
}

.char {
    font: 宋 体;
    font-size: 9pt;
    border: 1px solid #7F9DB9;
    padding: 2px;
    height: 18px;
    behavior: url( css/input/behaviors/char.htc );
}

.charLine {
    font: 宋 体;
    font-size: 9pt;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #7F9DB9;
    padding: 2px;
    height: 18px;
    behavior: url( css/input/behaviors/char.htc );
}

.btn {
    font: 宋 体;
    font-size: 9pt;
    height: 20px;
    border: #2c59aa 1px solid;
    cursor: hand;
    background-color: #C3DAF9;
    okImageUrl: url( images/btn_ok.gif );
    cancelImageUrl: url( images/btn_cancel.gif );
    findImageUrl: url( images/btn_find.gif );
    refreshImageUrl: url( images/btn_refresh.gif );
    returnImageUrl: url( images/btn_return.gif );
    finalImageUrl: url( images/btn_final.gif );
    defaultImageUrl: url( images/btn_default.gif );
    behavior: url( css/input/behaviors/button.htc );
}

.select {
    font: 宋 体;
    font-size: 9pt;
    behavior: url( css/input/behaviors/char.htc );
}

.inputf {
    border-top:#ffffff 1px solid;
	border-right: #ffffff 1px solid;
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, "宋体",sans-serif;
	font-size: 12px;
	border-left: #ffffff 1px solid;
	color: #000000;
	border-bottom: #ffffff 1px solid;
	height: 20px;
	background-color: #ffffff;
}
.Noprint{display:none;} 