/* apply main */
.commenttable {width:100%;border-left:1px solid silver;border-top:1px solid silver;}
.commenttable td { padding: 10px; margin: 2px; }
.commenttable .attributes { text-align: right; padding-right: 8px; width: 90px; background: #f8f8f8; }
.commenttable .attributes, .commenttable .field {border-bottom: 1px solid silver; border-right: 1px solid silver;}
.commenttable input.input_text, .commenttable input.input_file{ margin-left: 8px; width: 200px; height:24px; line-height:20px; border: 1px solid #9aabbb; }
.commenttable input.input_file {width:350px}
.commenttable select { margin-left: 8px; height:24px; line-height:20px; border: 1px solid #9aabbb; }
.commenttable textarea.textarea { margin-left: 8px; width: 700px; height: 50px; border: 1px solid #9aabbb; line-height:20px; height:110px; width:80% }

/* content main */
.btngray { margin: 10px 0; background: #ffffff url(/uploads/image/ssccimages/btngray_r.jpg) no-repeat right top; padding: 0px; width: 100px; cursor: pointer; outline: none; }
.btngray strong { display: block; font-size: 14px; text-align: center; height: 20px; padding: 10px; background: url(/uploads/image/ssccimages/btngray_l.jpg) no-repeat left top; }
.btngray:hover { background: url(/uploads/image/ssccimages/btngray_ro.jpg) no-repeat right top; }
.btngray:hover strong { background: url(/uploads/image/ssccimages/btngray_lo.jpg) no-repeat left top; }
.commentcontainer { clear: both; color: #525252; background-color: #fff; font-family: tahoma; font-size: 12px; line-height: 1.8em; margin: 0; padding: 0; }
.successcontainer { margin: 0 auto; font: 14px arial, helvetica, sans-serif; color: #090 !important; padding: 10px 10px 10px 45px; width: 90%; background: url(/uploads/image/sscimages/success.gif) no-repeat left center; text-align: left; line-height: 160%; font-weight: bold; }
.failurecontainer { margin: 0 auto; font: 14px arial, helvetica, sans-serif; color: #cc0000 !important; padding: 10px 10px 10px 45px; width: 90%; background: url(/uploads/image/sscimages/failure.gif) no-repeat left center; text-align: left; line-height: 160%; font-weight: bold; }
.failurecontainer span { font: 14px arial, helvetica, sans-serif; color: #cc0000 !important; font-weight: bold; }