﻿/*对话框*/
table.WPanel
{
    width:100%;
    background: #f7f7f7;
    border: solid 1px #e5e5e5;
    border-right: solid 2px #e5e5e5;
    border-top: 0px;
    font: 12px 宋体, 新宋体, 仿宋_GB2312;
    cursor: default;
}
td.Explain
{
    height:25px;
    line-height:140%;
}
td.Message
{
    height:18px;
    color:Red;
    line-height:130%;
}
td.Center
{
    text-align:center;
}
tr.Item
{
    height:25px;
}
td.TextItem
{
    width:130px;
    text-align:right;
}
td.InputItem
{
  width:68%;
}
td.SubmitItem
{
    height:30px;
    text-align:center;
}

table.PanelArea
{
    width: 100%;
    padding: 1px;
    margin-bottom:8px;
    border-collapse: collapse;
    border-spacing: 0px;
    background-color: #f7f7f7;
    border: solid 1px #cccccc;
    background: #fff url(./Images/moduleBg.gif) repeat-x;
}

td.AreaRowTitle
{
    width: 15%;
    height: 22px;
    text-align: right;
}

td.AreaRowInfo
{
    width:35%;
    height:22px;
    padding-left:2px;
}

.WButton {
	border: 1px solid #D5D5D5;
	border-bottom: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
	font-size: 12px;
	color: #000000;
	background-image: url(./images/buttonBg.gif);
	background-position: top;
	background-color: white;
	height: 25px;
	vertical-align: middle;
	font-family: 宋体, 新宋体, Arial;
}
.alertMsg
{
	background-image: url(Images/wawawa1.gif); background-position:left; padding:8px; font-weight:bolder; background-repeat:no-repeat;
}