/* 通用弹出窗口设定 */ div.dialog { position: absolute; padding: 0px 0px 0px 0px; z-index: 999; border-collapse: collapse; border-top: 1px solid #999999; border-left: 1px solid #999999; border-bottom: 1px solid #999999; border-right: 1px solid #999999; background-color:#ffffff; } div.dialog * {font-size:12px;} /* ---- 对话框头部 ---- */ div.dialog div.head { line-height:28px; padding-left:8px; background: #e4c894 url(../img/dialog_head_bg.gif); border-bottom: solid #999999 1px; } div.dialog div.head span.title { font-weight:bolder; color:#000000; float:left; } div.dialog div.head span.closebox { background: #e4c894 url(../img/dialog_close.gif) no-repeat left top; height:20px; width:20px; margin-top:4px; line-height:18px; margin-right:4px; float:right; boder:0px; cursor:hand; } /* ---- 对话框主体部 ---- */ div.dialog div.body { clear:both; text-align:center; padding-top:5px; margin-top:5px; padding-bottom:5px; margin-bottom:5px; } /* ---- 对话框主体部表格 ---- */ .table_SmsListDialog{ width:95%; border-collapse:collapse; table-layout:fixed; } .table_SmsListDialog th{ white-space:nowrap; word-break:keep-all; border-bottom: dashed #999999 1px; height:30px; } .table_SmsListDialog td{ white-space:nowrap; word-break:keep-all; border-bottom: dashed #999999 1px; height:30px; } /* ---- 对话框脚部 ---- */ div.dialog div.foot { clear:both; line-height:18px; text-align:center; } /* 对话框button */ div.dialog input.button { background: #e4c894 url(../img/dialog_btn.gif) no-repeat; font-size:12px; line-height:12px; line-height:19px; width:41px; border:0px; color:#000000; } /* 对话框textbox */ div.dialog input.textbox { height:22px; font-size:12px; background-color:#ffffff; color:#a36431; border:1px solid #999999; } div.dialog textarea { font-size:12px; background-color:#ffffff; color:#a36431; border:1px solid #999999; } /* 对话框checkbox */ div.dialog input.checkbox { margin:0px; padding:0px; color:#999999; } div.dialog a:link {color:#000000;} div.dialog a:visited {color:#000000;} div.dialog a:hover {color:#333333;} div.dialog a:active {color:red;} div.dialog div.textbox { background-color:#fef1d9; color:#a36431; border:1px solid #999999; } .size1 {width:390px;height:18px;padding:2px 1px 0px 1px;} .size2 {width:390px;height:240px;padding:2px 1px 0px 1px;}