@charset "utf-8";

.dialog-overlay {
width:100%;
height:100%;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
position:absolute;
background:#000;
top:0;
left:0;
z-index:3000;
display:none;
}

.dialog-box {
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
background:#eee;
width:655px;
position:absolute;
z-index:5000;
display:none;
font-family:"宋体", Arial;
}

.dialog-content {
text-align:left;
width:655px;
color:#666;
font-family:arial;
font-size:14px;
float:left;
}

a.cancelButton, a.confirmButton {
width:50px;
height:20px;
color: #fff;
text-decoration: none;
font-weight: bold;
font-size:14px;
position: relative;
cursor: pointer;
}



.poplink{
width:300px;
height:22px;
position:absolute;
top:100px;
left:200px;
}


.operateButton{
float:right;
height:28px;
width:655px;
background-color: #e33100;
}
.determine{
display:inline;
float:right;
margin-right:5px;
padding:5px;
height:28px;
}
.cancel{
display:inline;
float:right;
padding:5px;
height:28px;
}
.hint{
display:inline;
float:left;
color: #fff;
font-weight: bold;
font-size:14px;
padding:7px 7px 7px 15px;
height:28px;
}


.selected-message{
width:640px;
margin:0px 0px 20px 0px;
padding:10px 0px 0px 15px;
float:left;
font-size:14px;
}
.dialog-message{
width:640px;
padding:0px 0px 10px 15px;
float:left;
}


.popbox{
border:1px solid red;
padding:5px 15px 5px 5px;
background:white;
position:absolute;
z-index:8000;
display:none;
color:#666;
font-family:arial;
font-size:12px;
}

