﻿div, h1, h2, h3, h4, h5, ul, li, dl, dd, p
{
    margin: 0 auto;
    padding: 0;
}
body
{
    font-size: 12px;
}
.msg-box-cls
{
    width: 240px;
    line-height: 1.5;
    position: absolute;
    z-index: 15000;
}
.g-tips
{
    line-height: 24px;
    background-position: 6px 4px;
    border: 1px solid;
    background-repeat: no-repeat;
    position: relative;
    color: #333;
}
.g-tips-clear
{
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
}
.g-tips-ico
{
    background-image: url(../images/tips.png);
    width: 16px;
    height: 15px;
    float: left;
    margin: 4px 0 0 6px;
    display: inline;
}
.g-tips-sharp
{
    width: 7px;
    height: 12px;
    display: block;
    position: absolute;
    left: -7px;
    top: 6px;
    background-image: url(../images/sharp.png);
    background-position: -5000px -5000px;
    background-repeat: no-repeat;
}
.g-tips-close
{
    width: 7px;
    height: 7px;
    position: absolute;
    right: 6px;
    top: 9px;
    line-height: 0;
    font-size: 0;
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    background-position: -5000px -5000px;
}
.g-tips-content
{
    display: block;
    margin-left: 25px;
    margin-right: 6px;
}
.g-tips-noico
{
    margin-left: 6px;
}
.g-tips-close:link, .g-tips-close:visited
{
    background-position: 0 0;
}
.g-tips-close:hover
{
    background-position: 0 -7px;
}
.g-tips-link:link, .g-tips-link:visited
{
    color: #0656aa;
    text-decoration: none;
}
.g-tips-link:hover
{
    color: #ba2534;
    text-decoration: underline;
}
.g-font-green
{
    color: #16960e;
}
.g-font-red
{
    color: #d90000;
}
.g-font-gay
{
    color: #666666;
}
.g-content-padtop
{
    padding-top: 8px;
    line-height: 18px;
}
.g-content-padbottom
{
    padding-bottom: 8px;
}
/*普通类信息提示*/
.g-infor
{
    border-color: #c6c6a8;
    background-color: #ffffd7;
}
.g-infor .g-tips-sharp
{
    background-position: 0 0;
}
.g-infor .g-tips-ico
{
    background-position: 0 -45px;
}
/*成功类信息提示*/
.g-succ
{
    background-color: #f1ffe3;
    border-color: #a7d093;
}
.g-succ .g-tips-sharp
{
    background-position: 0 -12px;
}
.g-succ .g-tips-ico
{
    background-position: 0 -60px;
}

/*警告类信息提示*/
.g-exclamation
{
    background-color: #ffeaea;
    border-color: #e08989;
}
.g-exclamation .g-tips-sharp
{
    background-position: 0 -24px;
}
.g-exclamation .g-tips-ico
{
    background-position: 0 0;
}

/*纯色类背景提示*/
.g-tips-plain
{
    line-height: 22px;
    text-align: center;
    color: #fff;
}
.g-tips-plain-green
{
    background-color: #16960e;
}
.g-tips-plain-red
{
    background-color: #d90000;
}
.g-tips-plain-yellow
{
    background-color: #e6a800;
}
/*另外附加的两种小提示*/
.g-tips-add1
{
    border: 1px solid #bbd8ec;
    background-color: #e6f2ff;
    padding: 10px;
    position: relative;
}
.g-tips-add1 h1
{
    font-size: 12px;
    line-height: 24px;
}
.g-tips-add1 p
{
    color: #666666;
    line-height: 18px;
}

.g-tips-add2
{
    border: 1px solid #c6c6a8;
    background: #ffffd7 url(../images/light.png) no-repeat 15px 9px;
    margin-top: 7px;
    position: relative;
    padding: 10px;
    padding-left: 52px;
    width: 200px;
}
.g-tips-add2 h1
{
    font-size: 12px;
    line-height: 24px;
}
.g-tips-add2 p
{
    color: #666666;
    line-height: 18px;
}
.g-tips-add2 em
{
    font-style: normal;
    display: block;
    text-align: right;
    padding-right: 18px;
    line-height: 24px;
}
.g-tips-add2 .g-tips-btn:link, .g-tips-add2 .g-tips-btn:visited
{
    color: #0656aa;
    text-decoration: none;
}
.g-tips-add2 .g-tips-btn:hover
{
    color: #738291;
}
.g-tips-topsharp
{
    width: 11px;
    height: 7px;
    background: url(../images/top-sharp.png) no-repeat;
    display: block;
    position: absolute;
    top: -7px;
    left: 18px;
}
