body
{
	 
	 
}
.ui-common-table
{
	font-size: 14px;
} 
/*设置提示样式*/

.icon-01
{
    margin: 0;
    padding: 10px 0 0 50px;
    color: #4D4D4D;
    font-family: "微软雅黑";
    line-height: 1.8em;
    min-height: 60px;
    float:left;
    background: url(images/icon-01.gif) no-repeat 10px 10px;
}
.icon-02
{
    margin: 0;
    padding: 10px 0 0 50px;
    color: #4D4D4D;
    font-family: "微软雅黑";
    line-height: 1.8em;
    min-height: 60px;
    float:left;
    background: url(images/icon-02.gif) no-repeat 10px 10px;
}
.icon-03
{
    margin: 0;
    padding: 10px 0 0 50px;
    color: #4D4D4D;
    font-family: "微软雅黑";
    line-height: 1.8em;
    min-height: 60px;
    float:left;
    background: url(images/icon-03.gif) no-repeat 10px 10px;
}
.icon-01 b
{
    display: block;
    color: #090;
    font-size: 14px;
    line-height: 2.0em;
}
.icon-02 b
{
    display: block;
    color: #F00;
    font-size: 14px;
    line-height: 2.0em;
}
.icon-03 b
{
    display: block;
    color: #FC0;
    font-size: 14px;
    line-height: 2.0em;
}

/*页面居中显示*/
.pcent
{
    top: 35%;
    right: 50%;
    position: absolute;
    display: none;
}
.warning
{
    padding: 8px 10px 8px 30px;
    border: 1px solid #FAF4B8;
    color: #C52716;
    background: url(images/warning.gif) 8px center no-repeat #FEFDE9;
}
.correct
{
    padding: 8px 10px 8px 30px;
    border: 1px solid #CCF9C1;
    color: #090;
    background: url(images/correct.gif) 8px center no-repeat #F1FEF2;
}
.disable
{
    padding: 8px 10px 8px 30px;
    border: 1px solid #F9F2B7;
    color: #F00;
    background: url(images/disable.gif) 8px center no-repeat #FDF8E8;
}
/*验证表单样式*/
span.error
{
    margin-left: 5px;
    padding-left: 20px;
    color: #F00;
    background: url(images/error.gif) left center no-repeat;
}
span.success
{
    margin-left: 5px;
    padding-left: 20px;
    color: #999;
    background: url(images/success.gif) left center no-repeat;
}