/* CSS Document */

*{padding:0px; margin:0px;}

.Wrong_Msg{clear:both; padding-top:5px; padding-bottom:5px; text-align:center; color:red; font-size:12px}
.OK_Msg{clear:both; padding-top:4px; padding-bottom:4px; text-align:center; color:green; font-size:12px}

/*信息提醒*/
.info{ padding-left:30px; padding-top:30px; clear:both}
.info_Top{ background-image:url(/images/info_top.jpg); width:840px; height:5px; line-height:5px; font-size:5px; clear:both}
.info_Co{ padding:18px; background-color:#EAF3FA; border-left:1px #D7E9F8 solid; border-right:1px #D7E9F8 solid; 
          width:804px; clear:both; font-size:14px; color:#2679BB;}
.info_Bottom{ background-image:url(/images/info_bottom.jpg); width:840px; height:5px; line-height:5px; font-size:5px; clear:both}

/*设置表单样式*/
.setForm{ padding-left:10px; padding-top:5px;}
.setForm td{padding:4px; font-size:14px; color:#333333}
.setForm .TxtBox{ border:1px #999999 solid; width:250px; padding-left:4px; padding-right:4px; padding-top:7px; padding-bottom:7px; 
                  font-size:12px;}
.setForm .TxtArea{border:1px #D0D0D0 solid; overflow:auto; text-align:left;}
.setForm .OK_Msg{ color:green; text-align:left}
.setForm .Wrong_Msg{ color:red; text-align:left}
.Tooltip{ font-size:12px; text-align:right; color:#3A3A3A; padding-top:4px; padding-bottom:5px;}
.Btn_Blue{ background-image:url(/images/Btn_Blue.jpg);border:0px; width:61px; height:32px; color:#fff; cursor:pointer}
.Btn_Blue_Over{ background-image:url(/images/Btn_Blue_Over.jpg);border:0px; width:61px; height:32px; color:#fff; cursor:pointer}
.Btn_BlueA{ background-image:url(/images/Btn_BlueA.jpg);border:0px; width:100px; height:32px; color:#fff; cursor:pointer}
.Btn_BlueA:hover{ background-image:url(/images/Btn_BlueA_Over.jpg);border:0px;width:100px; height:32px; color:#fff; cursor:pointer}
.vSplitLine{ height:15px; padding-bottom:5px;}
.vSplitLine div{border-bottom:1px #BABABA dashed; height:5px; font-size:5px; line-height:5px;}
.Btn_Reg{background-image:url(/images/Btn_Reg.jpg);border:0px; width:200px; height:57px; cursor:pointer}
.Btn_Reg_Over{background-image:url(/images/Btn_Reg_Over.jpg);border:0px; width:200px; height:57px; cursor:pointer}
.Btn_Reg_Gray{background-image:url(/images/Btn_Reg_Gray.jpg);border:0px; width:200px; height:57px; cursor:pointer}

#preloader {
/* Images you want to preload*/
background-image: url(/images/Btn_Blue_Over.jpg);
width: 0px;
height: 0px;
display: inline;
}

        .button-success,
        .button-error,
        .button-warning,
		.button-xlarge,
		.button-orange,
        .button-secondary {
            color: white;
            border-radius: 4px;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        }

        .button-success {
            background: rgb(28, 184, 65); /* this is a green */
        }

        .button-error {
            background: rgb(202, 60, 60); /* this is a maroon */
        }

        .button-warning {
            background: rgb(223, 117, 20); /* this is an orange */
        }

        .button-secondary {
            background: rgb(66, 184, 221); /* this is a light blue */
        }
		.button-orange{
            background: rgb(223, 117, 20); /* this is an orange */
		}
        .button-xlarge {
            font-size: 125%;
        }