﻿/*Circular-Angle css begin*/
.pop_dialog_top_left
{
    z-index:1;
    background-image: url(../Images/pop_dialog_top_left.png);
}
.pop_dialog_top_right
{
    z-index:1;
    background-image: url(../Images/pop_dialog_top_right.png);
}
.pop_dialog_bottom_left
{
    z-index:1;
    background-image: url(../Images/pop_dialog_bottom_right.png);
}
.pop_dialog_bottom_right
{
    z-index:1;
    background-image: url(../Images/pop_dialog_bottom_left.png);
}
.create_h_top_node
{
    height: 10px;
    overflow: hidden;
    position: absolute;
    z-index:1;
    background-image: url(../Images/pop_dialog_border.png);
}
.create_v_left_node
{
    width: 10px;
    position: absolute;
    z-index:1;
    background-image: url(../Images/pop_dialog_border.png);
}
.create_h_bottom_node
{
    z-index:1;
    height: 10px;
    overflow: hidden;
    position: absolute;
    background-image: url(../Images/pop_dialog_border.png);
}
.create_v_right_node
{
    z-index:1;
    width: 10px;
    position: absolute;
    background-image: url(../Images/pop_dialog_border.png);
}
.transparencelayer
{
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: Black;
    z-index: 1000;
}
.mouseMovelayer
{
    position:fixed;
    cursor:move;
    background-color: Black;
    z-index: 1001;
}
.popupLayer{
	 z-index: 1001;
    background: white;
    position: absolute;
    display: none;
    margin: 0;
    padding: 0;
}
.popupLayer .closep
{
   text-align:right;
   overflow:hidden;
   padding:0;
   margin:0;
   *height:23px;
   cursor:move;
   background-color:#eef4ea;
 }
 .popupLayer .closeul
 {
    
    line-height:30px;
    background-color:#eef4ea;
    overflow:hidden;  
    *height:30px;
    *padding-top:8px;  
 }
 .popupLayer .closeul .li1
 {
    float:left;
    width:70%;
    font-size:large;
    padding-left:10px;
 }
 .popupLayer .closeul .li2
 {
    float:right;
    width:50px;
    text-align:center;
 }
 .popupLayer .closeul .li2 a     
 {
    font-size:large;
    font-family:@Adobe 黑体 Std R;
    float:right;
    padding:0px 5px 0px 0;
    display:block;
    width:50px;
    color:#ff6600;
    font-weight:bolder;
 }
 .popupLayer  .closep .title
{
    float:left;
    padding:5px 5px 5px 5px;
    display:block;
    width:60%;
    color:#404040;
	font-size:15px;
	text-align:left;
	font-weight:bolder;
}
.popupLayer  .closep .close
{
    float:right;
    padding:2px 5px 2px 0;
    display:block;
    width:50px;
}
.popupLayer  .closep .close a
{
    font-size:large;
    font-family:@Adobe 黑体 Std R;
    float:right;
    padding:0px 5px 0px 0;
    display:block;
    width:50px;
    color:#ff6600;
    font-weight:bolder;
}
.popupLayer .content
{
     line-height:20px;
}
/*Circular-Angle css end*/


