.overlay_sandalsnew {
    background-color: #85BBEF;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

.sandalsnew_nw {
    background: transparent url(/templates/img/pata/popup/left-top.gif) no-repeat 0 0;          
  width:10px;
  height:25px;
}

.sandalsnew_n {
  background: transparent url(/templates/img/pata/popup/top-middle.gif) repeat-x 0 0;           
  height:25px;
}

.sandalsnew_ne {
  background: transparent url(/templates/img/pata/popup/right-top.gif) no-repeat 0 0;           
  width:10px;     
  height:25px;
}

.sandalsnew_w {
  background: transparent url(/templates/img/pata/popup/frame-left.gif) repeat-y top left;          
  width:7px;
}

.sandalsnew_e {
  background: transparent url(/templates/img/pata/popup/frame-right.gif) repeat-y top right;            
  width:7px;      
}

.sandalsnew_sw {
  background: transparent url(/templates/img/pata/popup/bottom-left-c.gif) no-repeat 0 0;           
  width:7px;
  height:7px;
}

.sandalsnew_s {
  background: transparent url(/templates/img/pata/popup/bottom-middle.gif) repeat-x 0 0;            
  height:7px;
}

.sandalsnew_se, .sandalsnew_sizer  {
  background: transparent url(/templates/img/pata/popup/bottom-right-c.gif) no-repeat 0 0;          
  width:7px;
  height:7px;
}

.sandalsnew_sizer {
    cursor:se-resize;   
}

.sandalsnew_close {
    width: 23px;
    height: 23px;
    background: transparent url(/templates/img/pata/popup/button-close-focus.gif) no-repeat 0 0;            
    position:absolute;
    top:0px;
    right:11px;
    cursor:pointer;
    z-index:1000;
}

.sandalsnew_minimize {
    width: 23px;
    height: 23px;
    background: transparent url(/templates/img/pata/popup/button-min-focus.gif) no-repeat 0 0;          
    position:absolute;
    top:0px;
    right:55px;
    cursor:pointer;
    z-index:1000;
}

.sandalsnew_maximize {
    width: 23px;
    height: 23px;
    background: transparent url(/templates/img/pata/popup/button-max-focus.gif) no-repeat 0 0;          
    position:absolute;
    top:0px;
    right:33px;
    cursor:pointer;
    z-index:1000;
}

.sandalsnew_title {
    float:left;
    height:14px;
    font-size:16px;
    text-align:center;
    margin-top:2px;
    width:100%;
    color:#000000;
    
}

.sandalsnew_content {
    overflow:auto;
    color: #000;
    font-family: Tahoma, Arial, sans-serif;
  	font: 14px arial;
    background: #E3F2FE;
}

/* For alert/confirm dialog */
.sandalsnew_window {
    border:1px solid #F00;  
    background: #E3F2FE;
    padding:20px;
    margin-left:auto;
    margin-right:auto;
    width:400px;
}

.sandalsnew_message {
  font: 12px arial;
    text-align:center;
    width:100%;
    padding-bottom:10px;
}

.sandalsnew_buttons {
    text-align:center;
    width:100%;
}

.sandalsnew_buttons input {
    width:20%;
    margin:10px;
}

.sandalsnew_progress {
    float:left;
    margin:auto;
    text-align:center;
    width:100%;
    height:16px;
    background: #FFF url('/templates/img/pata/popup/progress.gif') no-repeat center center
}

.sandalsnew_wired_frame {
    background: #FFF;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;   
}