/*************************************************
* ---- CNAME ----
*/
.CNAME {
  position: fixed;
  z-index: 900;
  overflow: hidden;
  font-family: Verdana, Arial, sans-serif;
  border-radius: 1px;
  padding: 0px;
  margin: 0px;
  border: 1px solid #777777;
  background-color: #eeeeee;
 
}
.CNAME,
.CNAME * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  
}
.CNAME .CNAME-msg-title {
  padding: 6px;
  border-radius: 0px 0px 0px 0px;
  background-image: -webkit-linear-gradient(#ececec, #dfdfdf);
  background-image: -moz-linear-gradient(#ececec, #dfdfdf);
  background-image: -ms-linear-gradient(#ececec, #dfdfdf);
  background-image: -o-linear-gradient(#ececec, #dfdfdf);
  background-image: linear-gradient(#ececec, #dfdfdf);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffececec', endColorstr='#ffdfdfdf', GradientType=0);
  border-bottom: 1px solid #bfbfbf;
  position: absolute;
  overflow: hidden;
  height: 32px;
  left: 0px;
  right: 0px;
  top: 0px;
  text-overflow: ellipsis;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: auto;
  font-size: 15px;
  color: #555555;
  z-index: 300;
}

.CNAME-resizer { border: 3px dotted #ff0000; background: transparent;  z-index:901}

.CNAME .CNAME-resizer-rt { 
	width: 8px; 
	height: 8px; 
	background: transparent; 
	position:absolute; 
	right: 0; 
	top: 0; 
	z-index: 901; 
}

.CNAME .CNAME-resizer-rb { 
	width: 8px; 
	height: 8px; 
	background: transparent; 
	position:absolute; 
	right: 0; 
	bottom: 0; 
	z-index: 901; 
}

.CNAME .CNAME-resizer-lt { 
	width: 8px; 
	height: 8px; 
	background: transparent; 
	position:absolute; 
	left: 0; 
	top: 0; 
	z-index: 901; 
}

.CNAME .CNAME-resizer-lb { 
	width: 8px; 
	height: 8px; 
	background: transparent; 
	position:absolute; 
	left: 0; 
	bottom: 0; 
	z-index: 901; 
}

.CNAME .CNAME-msg-button {
  float: right;
  width: 18px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
  padding: 0px;
  margin: 0px 3px 0px 0px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAQCAYAAABQrvyxAAAACXBIWXMAAAsTAAALEwEAmpwYAAACe0lEQVRIie2W3UqUURSGn7W/HzWTgtT5MRhHRhmps+4hqwPFki7AK+hS6jzoNAgRKYjQy/BAyUbD1GGsDmzI+fm+vTqYNGfcnygOWNA6fdfe+33Xz8sWVeVfDnPVBC4bfrcukoHxIQa8KawOIRgs7a01CIISs48Gy1pZLXfj3TYBMjw+h+/ddmZaFGstQbivO6uvT+F95hFWMwhVkNjZW1WDMIJpPARedcIycmcGG2eJ/WWtrG60YeliHrVTxM09/bq55BSAMQXsGTthBOJmvxMTBvFMld3aS9hqOnMKBZ+qNw/mlhOPmzmQa0hzRobvLh2JkHQxj9FZrISEfb0nj3QIkNpx6w3iJuontV6J4gi26prsDLFkJ2M0oUo98o5aPIt4ATRnJDO5gPFsizwhzajOQPghWcARk/LaiwQCZ4cxQssYYhcsIobUBAmlQT+vlySdXkRvzCIEYJ8QWUUIUY3wfrzVrU9to/XXuZCWyyX86huwNZQAIQTqSGNBK5WNzvy2Duju2vOzLpds8dl58i4dIhY8OGlkxlhX6sU6EFnnaHQzJJMZxfY/Be1FNUJMBPQQB3OSS4915l/MRsFZhT85VoFEG1NVK9lJUPc1kp8cRa4/xv6eeTlYQIzFDswhBFT7p2Ws+F5La+tOAeeyUU0kKBjxKBQCEXHbKPc8hmOD8dxrfKjTYFrkw8Ml3S5vAhwvduD38pMHQIIA6d1A6yMtsgleYXUvQdx3VFNUvXlSE+5R0wODyE1U9514EHyhUUsR1lZ0e/vj8bFyuSS53CKNvil8qbRR7tZnTobzabzwPsIgMXJqu1pToxi+4bOi2+s7XXn3/2/0iuMXDcMFJfUYsHoAAAAASUVORK5CYII=) no-repeat center left;
  background-position: 0px 0px;
  color: transparent !important;
  border-radius: 3px;
  border: 1px solid transparent;
}
.CNAME .CNAME-msg-close {
  margin-top: 0px;
  background-position: -32px 0px;
}
.CNAME .CNAME-msg-close:hover {
  background-color: #cccccc;
  border: 1px solid #aaaaaa;
}
.CNAME .CNAME-msg-max {
  background-position: -16px 0px;
}
.CNAME .CNAME-msg-max:hover {
  background-color: #cccccc;
  border: 1px solid #aaaaaa;
}

.CNAME .CNAME-msg-refresh {
  background-position: 0px 0px;
}
.CNAME .CNAME-msg-refresh:hover {
  background-color: #cccccc;
  border: 1px solid #aaaaaa;
}

.CNAME .CNAME-box1,
.CNAME .CNAME-box2 {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 32px;
  bottom: 55px;
  z-index: 100;
}
.CNAME .CNAME-msg-body {
  font-size: 13px;
  line-height: 130%;
  padding: 0px 0px 0px 0px;
  color: #000000;
  background-color: #ffffff;
  position: absolute;
  overflow: auto;
  width: 100%;
  height: 100%;
}
.CNAME .CNAME-message {
  position: absolute;
  z-index: 250;
  background-color: #f9f9f9;
  border: 1px solid #999999;
  box-shadow: 0px 0px 15px #aaaaaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 0px;
  border-radius: 0px 0px 6px 6px;
  overflow: auto;
}
.CNAME .CNAME-msg-buttons {
  padding: 12px;
  border-radius: 0px 0px 6px 6px;
  border-top: 1px solid #d5d8d8;
  background-color: #f1f1f1;
  text-align: center;
  position: absolute;
  overflow: hidden;
  height: 52px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
}
.CNAME .CNAME-msg-no-title {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  top: 0px !important;
}
.CNAME .CNAME-msg-no-buttons {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  bottom: 0px !important;
}
/*************************************************
