﻿#question, #setquestion
{
    float: left;
    display: block;
    width: 300px;
    margin-top: 10px;
}

#question .header, #setquestion .header
{
    float: left;
    display: block;
    width: 300px;
    height: 23px;
    line-height: 23px;
    background-color: #485269;
    background-image: url(Img/bg_header_gray.png);
    background-position: top left;
    background-repeat: repeat-x;
}

#question .header .h2, #setquestion .header .h2
{
    float: left;
    display: block;
    width: 290px;
    height: 23px;
    line-height: 23px;
    margin-left: 5px;
    margin-right: 5px;
    _margin-left: 2.5px;
    _margin-right: 2.5px;
    text-indent: 5px;
    color: #000;
  /*  background-image: url(Img/bg_header_marine.png);
    background-position: top left;
    background-repeat: repeat-x;*/
}

#setquestion .body
{
    float: left;
    display: block;
    width: 290px;
    min-height: 30px;
    font-size: 10px !important;
    padding-bottom: 5px;
    padding-left: 4px;
    padding-right: 4px;
    _padding-left: 2px;
    _padding-right: 2px;
  /*  border-left: solid 1px #9c9c9d;
    border-right: solid 1px #9c9c9d;
    border-bottom: solid 1px #9c9c9d;*/
}

#question .body
{
    float: left;
    display: block;
    width: 298px;
    min-height: 30px;
    font-size: 10px !important;
    padding-bottom: 5px;
   /* border-left: solid 1px #9c9c9d;
    border-right: solid 1px #9c9c9d;
    border-bottom: solid 1px #9c9c9d;*/
}

#question .body .item, #setquestion .body
{
    font-size: 11px;
    margin-bottom: 3px;
    border-bottom: solid 1px #9c9c9d;
}

#setquestion .body .txt
{
    float: left;
    display: block;
    font-size: 12px;
    height: 80px;
    margin-top: 5px;
    margin-bottom: 5px;
}

#setquestion .body .btn
{
    float: left;
    display: block;
    margin-top: 5px;
}

.qitem
{
    float: left;
    display: block;
    width: 298px;
    padding-bottom: 20px;
    border-bottom: solid 1px #E0E0E0;
}

.qitem .qheader
{
    float: left;
    display: block;
    width: 290px;
    padding-left: 4px;
    padding-right: 4px;
    _padding-left: 2px;
    _padding-right:2px;
    background-color: #F0F0F0;
    border-bottom: solid 1px #E0E0E0;
}

.qitem .qheader .msg
{
    float: left;
    display: block;
    width: 200px;
    font-size: 12px;
}

.qitem .qheader .date
{
    float: left;
    display: inline;
    width: 90px;
    font-size: 10px;
}

.qitem .qanswer
{
    float: left;
    display: block;
    width: 290px;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
    _padding-left: 2px;
    _padding-right:2px;
}