﻿/*

留言板样式

*/
.mgb10 {
   margin-bottom:10px;
}
.qa-logo
{
    background: url('../images/qalogo.gif') no-repeat 15px center;
    color:#39c;
    font-size:26px;
    font-family:"黑体";
    font-weight:bolder;
    padding:30px 0 30px 100px;
    border:3px solid #8fb6f3;
}
.qa-a
{
    background-image: url('../images/qa.png');
    background-repeat:no-repeat;
    display:block;
    width:168px;
    height:46px;
    text-indent:-9999px;
    float:right;
}

.qa-a-new { background-position: 0 0;}
.qa-a-new:hover { background-position: 0 -49px;}

.qa-a-admin { background-position: 0 -96px;}
.qa-a-admin:hover { background-position: 0 -145px;}
.qa-box
{
    background-color:#fff;
    border:3px solid #69c;
    padding:5px;
}

.qa-question
{
    text-align:left;
}

.qa-answer
{
    background: url('../images/qatag.gif') no-repeat 0 0;
    border:1px solid #ddd;
    margin:5px 0;
    background-color:#EEF;
    padding-left:25px;
    text-align:left;
}

.qa-i
{
    border-top: 1px solid #ddd;
    margin-top:5px;
    padding:5px 0;
}
.qa-i p
{
    font-size:14px;
    line-height:100%;
    text-align:right;
}

.qa-n
{
    font-weight:bolder;
    color:#C00;
    margin-right:10px;
}
.qa-dt
{
    color:#393;
    font-family:Verdana;
    font-size:12px;
}

.qa-t
{
    color:#39c;
    font-weight:bolder;
    font-size:18px;
    padding:8px;
    border-bottom:1px solid #69c;
}
.qa-t span
{
    color:#69c;
    padding:2px 2px 0 2px;
    background-color:#fcc;
    margin-right:10px;
}

.qa-b p
{
    font-size:14px;
    line-height:200%;
    color:#000;
    text-indent:2em;
}
