﻿.myDialogTip{
    position:absolute;
    background-color:white;
    padding:20px;
    z-index:2001;
    border:2px solid #666666;
    font-size:16px;
    font-weight:bold;
    font-family: "宋体";
    line-height:25px;
    color:#333;
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
    text-align:left;
}
.myDialog{
    position:absolute;
    z-index:2001;
	padding:10px;
    border:2px solid #464646;
    -moz-border-radius:6px; 
    -webkit-border-radius:6px; 
    -moz-box-shadow: 0 0 50px #ccc; 
    -webkit-box-shadow: 0 0 50px #ccc; 
    
}
.myDialogTip .closeDiv{
    margin-top:15px;
    text-align:center; 
}
.myDialogTip .closeBtn{
     width:81px; 
     height:25px; 
     border:0; 
     background:url(../Images/buttonbg4.gif) no-repeat; 
     color:#fff; 
     font-weight:bold; 
     font-size:14px;
}

/* Overlays */
.mydialog-overlay { background: #666666 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); z-index:2000;
position: fixed!important; position:absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

a.redA:link {color:red}      /* unvisited link */
a.redA:visited {color:red}  /* visited link */
a.redA:hover {color:red}  /* mouse over link */
a.redA:active {color:red}  /* selected link */ 
