@CHARSET "UTF-8";
.overlay_errorCookie {
    background-color: #85BBEF;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.errorCookie_nw {
    background: transparent url(errorCookie/left-top.gif) no-repeat 0 0;          
  width:10px;
  height:25px;
}

.errorCookie_n {
  background: transparent url(errorCookie/top-middle.gif) repeat-x 0 0;           
  height:25px;
}

.errorCookie_ne {
  background: transparent url(errorCookie/right-top.gif) no-repeat 0 0;           
  width:10px;     
  height:25px;
}

.errorCookie_w {
  background: transparent url(errorCookie/frame-left.gif) repeat-y top left;          
  width:7px;
}

.errorCookie_e {
  background: transparent url(errorCookie/frame-right.gif) repeat-y top right;            
  width:7px;      
}

.errorCookie_sw {
  background: transparent url(errorCookie/bottom-left-c.gif) no-repeat 0 0;           
  width:7px;
  height:7px;
}

.errorCookie_s {
  background: transparent url(errorCookie/bottom-middle.gif) repeat-x 0 0;            
  height:7px;
}

.errorCookie_se, .errorCookie_sizer  {
  background: transparent url(errorCookie/bottom-right-c.gif) no-repeat 0 0;          
  width:7px;
  height:7px;
}

.errorCookie_sizer {
    cursor:se-resize;   
}

.errorCookie_close {
    width: 23px;
    height: 23px;
    background: transparent url(errorCookie/button-close-focus.gif) no-repeat 0 0;            
    position:absolute;
    top:0px;
    right:11px;
    cursor:pointer;
    z-index:1000;
}

.errorCookie_minimize {
    width: 23px;
    height: 23px;
    background: transparent url(errorCookie/button-min-focus.gif) no-repeat 0 0;          
    position:absolute;
    top:0px;
    right:55px;
    cursor:pointer;
    z-index:1000;
}

.errorCookie_maximize {
    width: 23px;
    height: 23px;
    background: transparent url(errorCookie/button-max-focus.gif) no-repeat 0 0;          
    position:absolute;
    top:0px;
    right:33px;
    cursor:pointer;
    z-index:1000;
}

.errorCookie_title {
    float:left;
    height:14px;
    font-size:16px;
    text-align:center;
    margin-top:2px;
    width:100%;
    color:#000000;
    
}

.errorCookie_content {
    overflow:auto;
    color: #000;
    font-family: Tahoma, Arial, sans-serif;
  font: 14px arial;
    background:#EFEFEF;
}

/* For alert/confirm dialog */
.errorCookie_window {
    border:1px solid #F00;  
    background: #FFFFFF;
    padding:20px;
    margin-left:auto;
    margin-right:auto;
    width:400px;
}

.errorCookie_message {
  font: 12px arial;
    text-align:center;
    width:100%;
    padding-bottom:10px;
}

.errorCookie_buttons {
    text-align:center;
    width:100%;
}

.errorCookie_buttons input {
    width:20%;
    margin:10px;
}

.errorCookie_progress {
    float:left;
    margin:auto;
    text-align:center;
    width:100%;
    height:16px;
    background: #FFF url('alert/progress.gif') no-repeat center center
}

.errorCookie_wired_frame {
    background: #FFF;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;   
}

.buttonErrorCookie {
	background: transparent url(errorCookie/buttonClose.gif) no-repeat;           
	height:25px;
	width: 74px;
	cursor: pointer;
	float: left;
}