﻿/*---------表单页面中涉及到的所有table框布局的整体外观样式以及在这个table框中的文本框、按钮等的样式
	table的class="tablestyle" 即可
	注意表单表格需不需要带 thead 和tfoot
	对于高的td需要带背景颜色 要在td上加class="tdspan"即可
	对于td内span不用默认样式的处理 是给td加上class="tdnospan"
---------*/
ul li { list-style: none; }
textarea{resize: none; word-break:break-all;}
.tablestyle { line-height:34px; margin: 10px 0 0; width: 100%;font-family: 微软雅黑; word-break:break-all;}

    .tablestyle label { line-height: 21px; }

    .tablestyle thead tr td { padding: 0px;font-weight: bold; font-size: 14px;border-top:1px solid #50b446;border-bottom: 1px solid #ccc;}

        .tablestyle thead tr td span { float: left; color:#50b446; background: url(../images/image1/book.gif) 10px 7px no-repeat; height:34px; text-indent: 40px; line-height:34px;font-size:16px;font-family:arial,mircosoft yahei; }

        .tablestyle thead tr td div { background: url(../images/image1/anedown.png) no-repeat center center; float: right; margin-top:5px; height: 12px; width: 20px; padding-top: 12px; padding-right: 10px; cursor: pointer; }

    .tablestyle tr td span { text-align:right;display: block;font-size: 14px;padding:0 5px;}

    .tablestyle tr .nospan span { text-align: right; background: none; padding-right: 5px; display: block; }

    .tablestyle .spanColor,.tablestyle_field .spanColor { background:-webkit-linear-gradient(#ffffff,#f8f8f8,#f3f3f3);background:-moz-linear-gradient(#ffffff,#f8f8f8,#f3f3f3);background:linear-gradient(#ffffff,#f8f8f8,#f3f3f3); +filter:progid:DXImageTransform.Microsoft.gradient(enabled=true，GradientType:0,startColorstr='#ffffff', endColorstr='#f3f3f3'); border-bottom:1px solid #ccc;}

        .tablestyle .spanColor span,.tablestyle_field .spanColor span {background:-webkit-linear-gradient(#ffffff,#f8f8f8,#f3f3f3);background:-moz-linear-gradient(#ffffff,#f8f8f8,#f3f3f3);background:linear-gradient(#ffffff,#f8f8f8,#f3f3f3); +filter:progid:DXImageTransform.Microsoft.gradient(enabled=true，GradientType:0,startColorstr='#ffffff', endColorstr='#f3f3f3');font-weight: bold;}

    .tablestyle tr .tdspan { text-align: center; padding-left: 0; border-bottom:1px solid #e5e5e5;}

    .tablestyle tr td input[type='text'], .tablestyle tr td input[type="password"], .tablestyle tr td select { padding-left: 3px; border: 1px solid #ccc;height: 26px; line-height: 26px; }

    .tablestyle tr td .Wdate { padding-left: 3px; border: 1px solid #ccc;height: 26px; line-height: 26px; }

    .tablestyle tr td textarea { border: 1px solid #ccc;}

    .tablestyle tr td input[type='radio'], .tablestyle tr td input[type='checkbox'] { height: 12px; border: none; vertical-align:-2px; +vertical-align:middle;}

    .tablestyle tr td select { height: 20px; line-height: 20px; }

    .tablestyle tr td input[type='text'], .tablestyle tr td textarea { font-size: 12px;font-family: 微软雅黑;}
    /*影响短信用户管理页面下添加页面中的grid样式*/
    .tablestyle tbody tr td {padding-left: 10px;}

    .tablestyle tbody tr td .newtab td{font-size: 14px; color:#000;}

    .tablestyle tr td b { color: Red; font-weight: normal; }

    .tablestyle tfoot tr td { padding: 0px; border: none; text-align: center; height: 30px; }

        .tablestyle tfoot tr td input[type='text'] { background: #C26B1A; width: 80px; height: 25px; line-height: 23px; padding-bottom: 3px !important; border: 1px solid #C26B1A; margin: 10px 0 10px 0; cursor: pointer; color: #fff; }

        .tablestyle tfoot tr td .minlogin { background: url(../images/image1/minlogin.jpg) no-repeat; padding-left: 10px; }

        .tablestyle tfoot tr td .minresert { background: url(../images/image1/minresert.jpg) no-repeat; padding-left: 10px; }

.tablestylesbn input { background: url(../images/image1/button_bg.gif) repeat-x; width: auto; padding-left: 5px; padding-right: 5px; border: 1px solid #C1D69A; cursor: pointer; }

.btn{ background:#50b446;border-radius: 4px; color:#fff; height: 36px; line-height:32px; cursor: pointer;  padding:0 10px;border:1px solid #8bab00; overflow: visible; font-size:16px; font-family:'Microsoft Yahei'}
.btn:hover{background-color:#5cc652;}
.fieldBtn, .tablestyle_field .fieldBtn { background:url("../images/newbtn.jpg") repeat; border:1px solid #f2a826; border-radius: 4px; cursor: pointer; font-size: 14px; font-weight: bold; box-shadow: none; height:27px; line-height:22px; margin-right: 5px; margin-top: 9px; padding: 0 10px; }
    
    .fieldBtn:hover, .tablestyle_field .fieldBtn:hover {border:1px solid #000;}

/*.tablestyle .btn {border-radius: 4px; background-color: #fff; height:26px; line-height:20px;font-weight: bold; color: #999; cursor: pointer; border:1px solid #ccc; padding:0 10px;}
*/
.tablestyle .topbtn { background-color: #fff;border:1px solid #ccc; border-radius: 4px; height: 26px; line-height:23px; cursor: pointer; border:1px solid #ccc; padding:0 10px;float:right; margin:4px 10px 0 0;}

/*.tablestyle .btn2 { background:#18A0FF; border:none; box-shadow: 1px 1px 1px rgba(18, 122, 195, 0.48), 1px 1px 0 rgba(255, 255, 255, 0.27) inset; cursor: pointer; font-size: 14px; font-weight: bold; height: 35px; line-height: 35px; margin-right: 5px; margin-top: 9px; padding: 0 10px; }
*/
.tablestyle tr .tdnospan span,.tablestyle_field tr .tdnospan span{ text-align: left; background-color: Transparent; padding-right: 0px; display: inline; }

.tablestyle tr .tdnospan ol, .tdnospan ul, .tdnospan li{ margin: 0 0 0 10px; padding: 0 0 0 5px; }

.tablestyle tr td .btnsel { background: url(../images/view.gif) no-repeat; height: 20px; width: 20px; border: 0px solid #CBCBCB; }

.btnswap { background: url(../images/swap.gif) no-repeat 3px 3px; background-color: #B7E4FF; padding-left: 20px !important; width: 80px; height: 25px; line-height: 25px; border: 0px solid #CBCBCB; float: right; cursor: pointer; padding-right: 5px; padding-bottom: 3px !important; margin-right: 10px; }

.btnsave { background: url(../images/save.gif) no-repeat 0px 0px; background-color: #B7E4FF; padding-left: 20px !important; width: 80px; border: 0px solid #CBCBCB; float: right; cursor: pointer; padding-top: 0px; padding-right: 5px; margin-right: 10px; height: 22px; }

/*.btsave {
    background: url(../images/save.gif) no-repeat #18a0ff 5px 5px;
    width: 70px;
    text-align: right;
}
.btrefresh {background: url(../images/swap.gif) no-repeat  #18a0ff 5px 5px;width:70px; text-align:right;}*/

/*查询列表样式*/
.tablesearchstyle { line-height:34px; margin:20px 0 0; width: 100%; height:34px; border-top:1px solid #8aa42d;border-bottom: 1px solid #ccc;padding-bottom: 5px;}

.tablesearchstyle thead tr td { padding: 0px; font-size:16px; font-weight: bold;border-bottom: 1px solid #ccc;}

.tablesearchstyle thead tr td span {color:#50b446; float: left; background: url(../images/image1/book.gif) 8px 5px no-repeat; text-indent: 35px;font-size:16px;font-family:arial,mircosoft yahei; }

.tablesearchstyle thead tr td .book { background: url(../images/image1/form.png) 8px 10px no-repeat; }

.tablesearchstyle thead div { background: url(../images/image1/anedown.png) no-repeat center center; float: right; margin-top:5px; height: 12px; width: 20px; padding-top: 12px; padding-right: 10px; cursor: pointer; }

.tablesearchstyle thead tr td select { margin-top: 12px; }
/*.tablesearchstyle tbody td{border-top: 1px solid #bdcc89;border-bottom: 1px solid #bdcc89;}
*/
/* 按钮样式 */
.btnadd,.allDelete,.btnremove,.btnsearch,.btnimport,.btnexport,.btnswap,.btnsave,.btnprint,.btnjs,.btnhead
{background-color: #50b446; border:1px solid #ccc; border-radius: 4px;width: 65px; height: 25px; line-height:20px; +line-height:19px;padding-left: 20px !important;padding-bottom: 3px !important; float: right; cursor: pointer; margin-right: 10px; color: #fff; margin-top:5px;font-family: 微软雅黑;border:none;}
.btnadd:hover,.allDelete:hover,.btnremove:hover,.btnsearch:hover,.btnimport:hover,.btnexport:hover,.btnswap:hover,.btnsave:hover,.btnprint:hover,.btnjs:hover,.btnhead:hover
{background-color: #35a335;color:#fff;}
.btnadd { background: url(../images/image1/add2.png) no-repeat 8px center #50b446; +background-position: 8px 3px;}
.allDelete { background: url(../images/image1/alldelete.png) no-repeat 8px center #50b446;}
.btnremove { background: url(../images/image1/remove.gif) no-repeat 8px center #50b446;}
.btnsearch { background: url(../images/image1/search.png) no-repeat 8px center #50b446;}
.btnimport { background: url(../images/import.gif) no-repeat 8px center #50b446;}
.btnexport { background: url(../images/export.gif) no-repeat 8px center #50b446;}
.btnswap { background: url(../images/swap.gif) no-repeat 8px center #50b446;}
.btnsave { background: url(../images/save.png) no-repeat scroll 8px center #50b446;}
.btnprint { background: url(../images/print.gif) no-repeat 8px center #50b446;+background-position: 8px 3px;}
.btnjs { background: url(../images/image1/all1.gif) no-repeat 8px center #50b446;}
.btnhead{float: right;padding-left: 0px ! important; text-align: center;}

/*改样式，字体颜色*/
.tablesearchstyle tr td span { text-align: right; padding-right: 5px; display: block;color:#000;}

.tablesearchstyle tr td input[type="text"], .tablesearchstyle tr td select, .tablesearchstyle tr td textarea { border: 1px solid #ccc;font-size: 12px; }

.tablesearchstyle tr td select { height: 20px; line-height: 20px; }

.tablesearchstyle tr td input[type='radio'], .tablesearchstyle tr td input[type='checkbox'] { height: 12px; +vertical-align: middle;}

.tablesearchstyle tr td .btnsel { background: url(../images/view.gif) no-repeat; height: 20px; width: 20px; border: 0px solid #CBCBCB; }
/*调整查询条件的样式*/

.tablesearchstyle tr td input[type="text"]{ display: inline-block; height: 25px; line-height: 25px; padding-left: 2px; }

.tablesearchstyle tr td b { color: Red; font-weight: normal; }

.tablesearchstyle tfoot tr td { padding: 0px; border: none; text-align: center; height: 30px; }

    .tablesearchstyle tfoot tr td input { background: url(../images/image1/button_bg.gif) repeat-x; width: 80px; border: 1px solid #C1D69A; }

.tablesearchstyle .btn {background: #a8c539; border-radius: 4px;  height:26px; line-height: 24px; *line-height: 22px; color: #FFF; padding: 0 5px; border:0;}

.tablesearchstyle tr .tdnospan span { text-align: left; background-color: Transparent; padding-right: 0px; display: inline; }

.tablesearchstyle tr .tdnospan ol, .tdnospan ul, .tdnospan li { margin: 0 0 0 10px; padding: 0 0 0 5px; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .tablesearchstyle tr td input[type="text"],.tablestyle tr td input[type="text"]{ line-height:normal;}
}
input[type="text"]:focus,input[type="button"]:focus{outline:0;}

/*您选择的接收者*/

.lbselected { background: url(../images/image1/button_bg.gif) repeat-x; border: 1px solid #bcd58d; display: block; height: 24px; width: auto; float: left; margin: 5px 5px 2px 0px; text-align: center; line-height: 26px; padding: 0px 8px 0px 8px; border-radius: 5px; }
.chartsetli { float: none; width: 100%; margin-bottom: 10px; margin-left: -20px; font-size: 12px; }

.charsetName { float: left; width: 70px; text-align: right; margin-top: 5px; }
/*清除浮动*/
.chartsetli:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.chartsetli { display: inline-block; }

* html .chartsetli { height: 1%; }

.chartsetli { display: block; }
/*表单提示*/
.formtooltip { position: absolute; left: 0; top: 0; padding: 2px 5px; z-index: 999;  -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*background: #FFFFE6; border: 1px solid Green;*/

.formtooltip_help { background-image: url(../images/help.gif); width: 16px; height: 16px; background-repeat: no-repeat; background-position: 2px 2px; z-index: 1000; }

.formtooltip_error { background-image: url(../images/error.gif); width: 16px; height: 16px; background-repeat: no-repeat; background-position: 2px 2px; z-index: 1000; }

.formtooltip_checkright { background-image: url(../images/check_right.gif); width: 16px; height: 16px; background-repeat: no-repeat; background-position: 1px 1px; padding: 1px 1px; border: 0px solid Green; z-index: 999; }

.formtooltip p { padding: 10px; font-size: 14px; text-shadow: none; margin: 3px 3px 3px 15px; }

.formtooltip .formcontant { padding: 2px; padding-top: 2px; font-size: 12px; text-shadow: none;font-size:12px;color:red;margin-top:-2px; }

.formtooltip_arrow { position: absolute; background-color: transparent; background-repeat: no-repeat; display:none;}

.formtooltip_arrow_T, .formtooltip_arrow_B { background-image: url(../images/02.gif); width: 13px; height: 7px; }

.formtooltip_arrow_R { background-image: url(../images/01.gif); width: 7px; height: 14px; }

.formtooltip_arrow_B { background-position: 0px -7px; top: -7px; left: 50%; margin-left: -3.5px; }

/*可兼容ie6的设置*/
.formtooltip_arrow_T { background-position: 0px 0px; bottom: -7px; left: 50%; margin-left: -3.5px; /*可兼容ie6的设置*/ _background-position: 0px 6px; _bottom: -9px; }

.formtooltip_arrow_R { background-position: -7px 0px; top: 50%; margin-top: -6.5px; left: -7px; }
/*短信页面发短信海量群发样式*/
.mass_message li { line-height: 17px; padding-left: 10px; font-size: 14px; }


/*---------- 菜普下的样式-----------*/
/*--------------当table 在 fieldset 里时-------------------------*/
.tablestyle_field { line-height: 24px; width: 100%;font-family:微软雅黑;}
.tablestyle_field strong{color:#7f7f7f; line-height: 2;}
    .tablestyle_field tr td span { text-align: right;font-size: 14px; padding-right: 5px; display: block;font-weight:bold;margin-top:2px; }

    .tablestyle_field tr .tdspan { text-align: right; padding-left: 0;}/*background: #f4fee4;border-bottom: 1px solid #e5e5e5;*/

    .tablestyle_field tr td input, .tablestyle_field tr td select, .tablestyle_field tr td textarea { border: 1px solid #dddddd;border-radius:3px; margin-left: 2px; height: 25px; margin: 5px 0; line-height: 25px; padding: 0 5px; vertical-align:middle; }
    .tablestyle_field tr td input[type="radio"]{border:0;}
    .tablestyle_field tr td select { height: 20px; line-height: 20px; }

.tablestyle_border tr td { border: 1px solid #ddd; }

.tablestyle_field tr td b { color: Red; font-weight: normal; }

.tablestyle_field tr td .radio { border: none; }

.tablestyle_field tr td .checkbox { border: none; }

.tablestyle_field tr .tdnospan span { text-align: left; background-color: Transparent; padding-right: 0px; display: inline; }

.tablestyle_field tr .tdnospan ol, .tdnospan ul, .tdnospan li { margin: 0 0 0 10px; padding: 0 0 0 5px; }

.font13 { font-size:14px; font-weight: bold; color:#8aa42d;line-height: 3;}

.tablestyle_field tr td input.btn {width: auto; height: auto; background: #50b446;color:#fff; line-height: normal; margin: 0; cursor: pointer; padding-bottom: 5px !important; padding:5px 10px 3px;border:0;}

.tablestyle_field tr td a { display: inline-block;height:32px;line-height:32px; margin-right: 10px; vertical-align: middle;}/*height:27px;line-height:27px;*/

.btnl { width: 130px; height: 21px; line-height: 21px; text-align: center; background: url(../images/button2.gif) no-repeat; border: none; cursor: pointer; }

.btn_stylel a:hover { width: 130px; height: 21px; ine-height: 21px; text-align: center; background: url(../images/button2-over.gif) no-repeat; border: none; cursor: pointer; }

.btnc { width: 60px; height: 21px; line-height: 21px; text-align: center; background:#a8c539; border: none; cursor: pointer;color:#fff;border-radius: 4px; }

.btn_stylec a:hover { width: 60px; height: 21px; line-height: 21px; text-align: center; background: url(../images/button-over.gif) no-repeat; border: none; cursor: pointer; }

.btnbb { width: 250px; height: 21px; line-height: 21px; text-align: center; background: url(../images/button3.gif) no-repeat; border: none; cursor: pointer; }

.btn_stylebb a:hover { width: 250px; height: 21px; line-height: 21px; text-align: center; background: url(../images/button3-over.gif) no-repeat; border: none; cursor: pointer; display: block; }

/*-----.btnb-----卫生保健--生成报表大按钮-------*/
.tablestyle_field .btnb { width: 100px; height: 36px; line-height: 36px; text-align: center; font-size: 12px; color: #fff; background: #18a0ff; border: none; cursor: pointer; }

.btnb_styleb { width: 154px; height: 42px; line-height: 42px; text-align: center; font-size: 14px; font-weight: bold; color: #b63a00; background: url(../images/bigbtn_1.gif) no-repeat; border: none; cursor: pointer; }

    .btnb_styleb a:hover { width: 154px; height: 42px; line-height: 42px; text-align: center; font-size: 14px; font-weight: bold; color: #b63a00; background: url(../images/bigbtn-over.gif) no-repeat; border: none; cursor: pointer; }

/*--------------当table 为表格时-------------------------*/
.tableform { width: 100%; line-height: 24px;/* border-bottom: 1px #4870a5 solid; border-right: 1px #4870a5 solid;*/ text-align: center; }

    /*.tableform tr td { border-left: 1px #ccc solid; border-top: 1px #ccc solid; }*/

        .tableform tr td span { background-color: #e8f0f6; padding-right: 5px; display: block; text-align: right; }

    .tableform tr th { background-color: #b9d161; text-align: center;color:#476100;line-height: 30px;}

/*--------------体检登记中的  table-------------------------*/
.tabletj { width: 100%;line-height:36px; text-align: center;border:1px solid #83c3df;}/*border-bottom:0;border-left: 0;border-right: 0;*/ 
.tabletj tr td { border-top: 1px #838383 dotted; padding-left: 1px; }/*border-left: 1px #838383 dotted;*/ 
.tabletj tr td span { padding-right: 5px; display: block; text-align: right;color:#666;}
.tabletj tr th { background-color: #f3fbe3; text-align: center;}
.tabletj tr.firstline{background-color:#e6f5ff;}
.tabletj tr.firstline td{border-bottom:2px solid #7bc0dd;}
/*.tabletj tr.firstline,
.tabletj tr.firstline td
{
    border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8;
    background: -moz-linear-gradient(#ffffff,#fefefe,#f5f5f5);
    background: -webkit-linear-gradient(#ffffff,#fefefe,#f5f5f5);
    background: linear-gradient(#ffffff,#fefefe,#f5f5f5);
    +filter:progid:DXImageTransform.Microsoft.gradient(enabled=true，GradientType:0,startColorstr='#ffffff', endColorstr='#f5f5f5');
}*/
.tabletj tr td { border-top:0; padding-left: 1px;border-bottom: 1px solid #d8d8d8;}/*border-left: 1px #d8d8d8 solid;*/ 
.tabletj tr:last-child td{border-bottom:none;}
.tabletj tr td.first{border-left: 0;}
.bordernone tr td{border:0;}
.tjgrade,.toothlist{border:1px solid #7bc0dd;border-radius: 4px;}/*border:1px solid #ea9103;*/
.tjgrade{margin:10px 0;}
.toothlist{margin:10px auto;}
.tjgrade tr td{text-align: center;color:#83c3df;height:24px; line-height: 24px;width:80px;border:1px solid #7bc0dd; cursor: pointer;}/*border:1px solid #ea9103;color:#ea9103;*/
.tjgrade tr td.current,.toothlist tr td.current{color:#fff;background: #83c3df;font-weight: bold;}/*background: #ea9103;*/
.toothlist tr td{color:#83c3df;border:1px solid #7bc0dd;text-align: center;font-size: 18px;width:36px;height: 36px;line-height: 36px; cursor: pointer;}/*border:1px solid #ea9103;color:#ea9103;*/
.tabletj input[type="text"]{height: 24px;line-height: 24px;}

/*--------------当table 在 为打印报表时-------------------------*/
.tablestyle_bb { line-height: 24px; width: 100%; border-bottom: 1px solid #000; border-right: 1px solid #000; }

    .tablestyle_bb tr td span { text-align: right; padding-right: 5px; display: block; }

    .tablestyle_bb tr .tdspan { text-align: right; }

    .tablestyle_bb tr td input, .tablestyle_bb tr td select, .tablestyle_bb tr td textarea { border: 1px solid #BDC7D8; margin-left: 2px; }

    .tablestyle_bb tr td select { height: 20px; line-height: 20px; }

    .tablestyle_bb tr td { padding: 0px; border-left: 1px solid #000; border-top: 1px solid #000; }

        .tablestyle_bb tr td b { color: Red; font-weight: normal; }

        .tablestyle_bb tr td input.radio { border: none; }

        .tablestyle_bb tr td input.checkbox { border: none; }


/*-------zjp 密码强度检测样式--------*/
.pwdtips { margin: 2px 0 0 70px; float: left; }

    .pwdtips label { float: left; width: 43px; height: 20px; color: #fff; overflow: hidden; background: #ccc; margin-right: 2px; line-height: 20px; text-align: center; }

.pwdtips1 .active { background: #f30; }

.pwdtips2 .active { background: #fc0; color: #000; }

.pwdtips3 .active { background: #cc0; color: #000; }

.pwdtips4 .active { background: #090; }

/*--新版考勤卡样式--*/
.newfoot { height: 50px; line-height: 50px; text-align: center; }

.tdPosition { position: relative; padding-bottom: 10px;
}
.tablestyle .newAdd { position: absolute; left:186px; top: 0px; }

.tablestyle .tdspan { padding-left: 0; }

.tablestyle .btnb { background: #a8c539; height: 26px; line-height:20px; font-size:14px; border-radius:4px; font-family: 微软雅黑; color: #fff;padding:0 5px; cursor:pointer; }

.tablestyle .copyBtnLeft, .tablestyle .copyBtnRight { width: 37px; height: 38px; border:0;box-shadow:none;}

.tablestyle .copyBtnLeft { background: url(../images/image1/btnleftbg.png) no-repeat;}

.tablestyle .copyBtnRight { background: url(../images/image1/btnrightbg.png) no-repeat;}

/*--新版图书馆样式--*/
.tsgHelp{ float: right; display: block; margin:13px 5px 0 0;width: 22px; height: 22px; background:url(../images/u10.png) no-repeat;}
.tablestyle .tsgUpdown
{  display: inline-block; background: #18a0ff; height: 26px; line-height: 26px; color: #fff; cursor: pointer; border: none; padding:0 13px;
}
.tablestyle .tsgUpdown:hover
{  color: #fff;
   background: #1077bf;
}

/*距离顶部样式*/
/*.grid_margin { margin-top:0px;}*/

.intheadright {+float: right; +margin:23px 25px -53px 0; line-height: 30px; position: absolute; +position: static; top:23px;right:35px;}
/*表单图片div容器样式*/
.imguploaddiv{
    float:left;text-align:center;margin-right:5px;
}
.imguploaddiv2{
    border:1px solid #666666;display: table-cell;vertical-align: middle;
}
/*选择日期头部的样式*/
.v3-p-option{font-size:14px;line-height:30px;}
.v3-date-top{padding:10px 0;margin-bottom:8px;border-bottom:1px solid #dddddd;}
.v3-date-top span{color:#50b446;font-size:18px;display:inline-block;text-align:right;width:150px;}
.v3-date-top label{color:#666666;font-size:16px;}
/*end 选择日期头部的样式*/
/*用button的input应该去掉border*/
.tablestyle_field tr td input[type="button"]{border:none;}
/*end 用button的input应该去掉border*/