﻿@charset "utf-8";
.backgroundClass{ 
width:100%; 
height:100%; 
background:#666666;
filter:alpha(opacity=50);
-moz-opacity:0.6;
opacity: 0.6;
position:fixed; 
z-index:99; 
left:0; 
top:0; 
display:none;
}
.add_link{
background-clip: padding-box;
background-color: #fafafa;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 6px;
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
display: none;
float: left;
font-family: 微软雅黑;
font-size: 17px;
height: 800px;
left: 43%;
margin: -194px 0 0 -201px;
overflow: hidden;
position: fixed;
text-align: center;
top: 42%;
width: 600px;
z-index: 9999999999999999999;
}
.add_link .title{
height:40px;
width:100%;
background-color:#f1f1f1;
border-bottom:1px solid #DDD;
}
.add_link .title .titleName{
color:#000;
float: left;
font-size: 15px;
font-weight: bold;
height: 41px;
line-height: 45px;
margin-left: 11px;
text-align: initial;
width: auto;
}
.add_link .title .titleClose{
width:23px;
height:11px;
float:right;
margin-top:6px;
margin-right:10px;
cursor:pointer;
}
.add_link .alertBody {
float:left;
margin:32px 20px 20px;
font-size:15px;
font-weight:bold;
}
.add_link .tsImg {
margin-right:15px;
margin-bottom:-2px;
}
.alertFoot {
border-top: 1px solid #e5e5e5;
float: left;
margin-top: 15px;
padding: 19px 20px 20px;
text-align: right;
width: 92%;
}
.alertButtonsDefault {
background-color: #fafafa;
border-color: #cccccc;
color: #333333;
-moz-user-select: none;
border: 1px solid #cccccc;
border-radius: 4px;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: normal;
line-height: 1.42857;
margin-bottom: 0;
padding: 6px 12px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
.alertButtonsDefault:hover {
background-color: #ebebeb;
border-color: #adadad;
color: #333333;
-moz-user-select: none;
border: 1px solid #cccccc;
border-radius: 4px;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: normal;
line-height: 1.42857;
margin-bottom: 0;
padding: 6px 12px;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}