body,html{
    height: 100%;
    margin: 0 auto;
}
.g_main{
    min-height: 60%;
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
}
.crumbs{
    margin: 15px 0 22px;
	color: #999;
}
.crumbs a{
	color: #4183c4;
}
.crumbs span{
	margin: 0 10px;
	font-weight: 700;
}
.g_main_left,
.g_main_right{
    float: left;
    border: 0 solid red;
}
.g_main_left{
	margin-right: 55px;
    overflow: hidden;
    width: 610px;
}
.g_main_right{
    width: 335px;
    height: 200px;
}
h3{
    margin-bottom: 15px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
}
.gb_icon{
	margin-right: 8px;
	display: inline-block;
	vertical-align: top;
	background: url("/Public/images/guestbook.png") no-repeat;
}
h3 .question{
	width: 20px;
	height: 20px;
	background-position: 0 -40px;
}
h3 .newAnswer{
	width: 20px;
	height: 15px;
	background-position: 0 -60px;
	vertical-align: text-top;
}
.ask_question{
    padding-bottom: 45px;
}
.ask_question .desc{
	font-size: 12px;
	color: #666;
}
.ask_question input{
	margin: 10px 0;
	padding: 8px 12px;
	border-radius: 3px;
	width: 300px;
	border: 1px solid #ccc;
}
textarea{
	border: 1px solid #ccc;
    overflow: hidden;
    width: 584px;
    border-radius: 4px;
    padding: 6px 12px;
    resize: none;
}
.radius{
    border-radius: 3px;
    behavior: url(ie-css3.htc);
}
.quest_submit{
    font-weight: bold;
	padding: 8px 35px;
	display: inline-block;
	width: auto;
    cursor: pointer;
    color: white;
    border: none;
    background: #30afe5;
}
.list_questiones dt{
    border-bottom: 1px solid #ccc;
}
.list_questiones dd{
    border-bottom: 1px dotted #ccc;
    padding: 18px 0 15px;
}
.list_questiones .q{
    color: #4183c4;
    font-size: 15px;
}
.list_questiones .a{
    margin: 8px 0;
    color: #666;
    font-size: 13px;
}
.list_questiones .ext{
    color: #999;
}
.list_questiones .user{
    margin-left: 10px;
}
.gray{
    color: gray;
}
.black{
    text-align: justify;
    text-justify: inter-ideograph;
    color: black;
}
.blue{
    color: #07b;
}
.ask_answer{
    width: 35px;
    text-align: center;
}
.q_page{
    font-size: 13px;
    width: 500px;
    margin: 10px auto;
    text-align: center;
}
.q_page a,.faqList a,.unsolved a{
    color: #4183c4;
}
.faqList li{
    list-style-type: disc;
    list-style-position: inside;
    color: #ccc;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}
.unsolved{
    margin-top: 25px;
    font-size: 13px;
    color: #666;
}
.unsolved .tit{
    font-weight: 700;
}
.unsolved .gb_icon{
    width: 44px;
    height: 40px;
    margin-right: 5px;
    float: left;
}
.unsolved .ph{
    margin: 8px 0;
}
.unsolved div{
    display:inline-block;
}
.w450{
    width: 450px;
}
#verifyImg img{
    height: 36px;
    margin: 8px;
    cursor: pointer;
    vertical-align: middle;
}
#verifyImg input{
    width: 100px;
}
#verifyImg .tip{
    display: none;
    color: red;
}
.qqicon{
    background: url("/Public/images/member-top-icon.gif") 0 -14px;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 23px;
    margin-right: 5px;
}
.questionable{
    font-size: 18px;
    font-weight: 400;
}
.questionable .gb_icon{
    width: 24px;
    height: 24px;
    background-position: -20px -40px;
}
.answer_box{
    margin: 25px 0 50px;
    background: url("/Public/images/pcb-icon2.png") no-repeat 0 7px;
    background-size: 3%;
    position: relative;
    padding-left: 30px;
}
.answer_box .con{
    border: 1px solid #c0e0ef;
    background-color: #f2f9ff;
    margin-left: 20px;
    padding: 20px;
}
.deltaW,.deltaB{
    left: 30px;
    position: absolute;
    top: 10px;
    height:0;
    width:0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-style:solid;
    border-width: 10px;
}
.deltaW{
    border-color: #fff #c0e0ef #fff #fff;
}
.deltaB{
    left: 31px;
    border-color: transparent #f2f9ff transparent transparent;
}
.input_track{margin-left: 10px;}