﻿/*产品询价栏目的样式*/
.inquirytitle
{
    margin-top:10px;
    clear: both;
    height: 30px;
    line-height: 30px;
    width: 680px;
    border: solid 1px #f09928;
    background-color: #fcf4cd;
    text-indent: 1em;
    text-align: left;
}

/*询价区域的样式*/
.inquirydiv
{
    clear: both;
    height: 270px;
    width: 680px;
    margin-bottom: 10px;
    border: solid 1px #f09928;
    border-top: none;
    background-color: #EEFFD3;
    padding-top: 5px;
}
.inquirydiv  .line
{
    height:25px;
    line-height:25px;
}
 .inquirydiv  .querycontent
{
    height:85px;
    margin-top:5px;
    margin-bottom:5px;
}
.inquirydiv .line .leftxt,.inquirydiv .querycontent .leftxt,.btnsenddiv .leftxt
{
    float:left;
    height:25px;
    line-height:25px;
    text-align:left;
    text-indent:1em;
    width:80px;
}
.inquirydiv .line .rightbox
{
    float:left;
    width:60px;
    height:25px;
    line-height:25px;
    text-align:left;
    width:440px;
}
.inquirydiv  .querycontent .querytxt
{
    float:left;
    height:80px;
    width:440px; 
}
.inquirydiv .submitting
{
    clear:both;
    height:30px;
    line-height:30px;
    text-indent:80px;
    color:Red;
    text-align:left;
}

.btnsenddiv
{
    margin-top:10px;
    clear:both;
    width:525px;
    height:50px;
    text-align:right;
    margin-left:0px;
}
.btnsenddiv .center
{
    float:left;
    text-align:left;
    line-height:15px;
    height:50px;
    width:300px;
}
.btnsenddiv .right
{
    float:right;
    width:108px;
    height:40px;
}


.btnsend
{
    width:108px;
    height:40px;
    background:url('images/submit.gif') no-repeat top left;
    border:none;
    cursor:pointer;
}