﻿/******write by 2011-9-27 shan*****/


/***弹出层标题样式**/
.boxTitle {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-position: 0 0;
    background-repeat: repeat-x;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    height: 30px;
    line-height: 30px;

}
.boxTitle h3 {
    color: #666666;
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    text-indent: 10px;
}

.boxTitle span {
    cursor: pointer;
    height: 16px;
	float:right;
	top: 8px;
    width: 40px;
	color:#990000;
}
/***弹出层标题样式结束**/


/*================在线提交表单样式=======================*/
.messageboxcss{ font-family:"微软雅黑", Arial; font-size: 12px; background-image: url(../images/body_bg.jpg); background-repeat: no-repeat; background-position: center top; color: #666; }
#comment{margin:0px auto; width:700px; height:422px;}
.commentform { border: 1px solid #bcbcbc; height:400px; margin: 20px 0 0 0; background-image: url(../images/gradient_bg.gif); background-repeat: repeat-x; background-position: left top; }
.commentform .nTitle { font-size: 16px; background: url(../images/comment_edit.png) no-repeat 10px center; padding-left: 32px; border-bottom: 1px solid #bcbcbc; line-height: 30px; height: 30px; color: #333; }

#comment_form { margin: 20px 10px 10px 20px; }
#comment_form .td1{width:20%; text-align:right; line-height:30px;}
#comment_form .td2{text-align:left;}
#comment_form .td3{ text-align:center;}

#comment_form .textarea { height: 100px; width: 440px; }
/*================在线提交表单样式结束=======================*/