﻿.jmodal-overlay{width:100%;background-color:#888;position:absolute;left:0;top:0;z-index:200;margin:0;padding:0;}
.jmodal-main{left:0;padding:0;margin:0;top:0;position:absolute;z-index:201;font-family:"Courier New",Courier,mono;}
.jmodal-main table{width:100%;margin:0;padding:0;}
.jmodal-main td .jmodal-title{font-size:14px;height: 30px;background:#2E9FD8;font-weight: bold;text-indent: 10px;color: #fff;line-height: 30px;border-bottom:solid 2px #666;}
.jmodal-main td .jmodal-content{height: auto;background-color:#fff;padding: 15px 10px; font-family:"Courier New", "Arial", "Helvetica", sans-serif;}
.jmodal-main td .jmodal-bottom{background-color: #eee;border-top: 1px solid #ccc;padding: 5px;text-align: right;}
.jmodal-main .jmodal-bottom input{background-color:#2E9FD8;border-color: #B8D4E8 #124680 #124680 #B8D4E8;border-style: solid;border-width: 1px;color: #fff;cursor: pointer;font-size: 12px;padding: 2px 10px;text-align: center;margin-right: 5px;font-family: Calibri;}
.jmodal-main td{overflow:hidden;}

/* ie png fixed */
.jmodal-png-fiexed{filter:alpha(opacity=50);}

.jmodal-main td.jmodal-top-left{width:10px;background:url(dialog_top_left.png) center bottom no-repeat;}
.jmodal-main td.jmodal-top-right{width:10px;background:url(dialog_top_right.png) center bottom no-repeat;}
.jmodal-main td.jmodal-border-top{background:url(dialog_border.png) center bottom repeat-x;}
.jmodal-main td.jmodal-border-bottom{background:url(dialog_border.png) center top repeat-x;}
.jmodal-main td.jmodal-border-left{background:url(dialog_border.png) right bottom repeat-y;}
.jmodal-main td.jmodal-border-right{background:url(dialog_border.png) left bottom repeat-y;}

.jmodal-main td.jmodal-bottom-left{width:10px;height:10px;background:url(dialog_bottom_left.png) center top no-repeat;}
.jmodal-main td.jmodal-bottom-right{width:10px;background:url(dialog_bottom_right.png) center top no-repeat;}
