﻿
.msgDiv input{width:125px; color:#333;}
.msgDiv textarea{width:125px;height:48px;overflow:hidden;}
.msgDiv table{width:200px;}
.msgDiv .msgTitle{height:20px;background:#e10;cursor:pointer; font-size:14px;margin-bottom:5px;text-align:right;color:#fff;line-height:20px; font-weight:bold;}
.msgDiv span{margin-right:10px;}

#tip{position: absolute;right:0px;bottom: 0px;height: 0px;width: 200px;border: 1px solid #CCCCCC;background-color: #eeeeee;padding: 1px;overflow:hidden;display:none;font-size:12px;z-index:20; 
} 
#tip p{ padding:6px;} 
#tip h1,#detail h1{font-size:14px;height:25px;line-height:25px;background-color:#0066CC;color:#FFFFFF;padding:0px 3px 0px 3px;filter: Alpha(Opacity=100);} 
#tip h1 a,#detail h1 a{float:right;text-decoration:none;color:#FFFFFF;} 
#shadow{position:absolute;width:100%;height:100%;background-color:#000000;z-index:11;filter: Alpha(Opacity=70);display:none;overflow:hidden;}
#detail{width:500px;height:200px;border:3px double #ccc;background-color:#FFFFFF;position:absolute;z-index:30;display:none;left:30%;top:30%} 