/*##########################
  LIVEPIPE
  ##########################*/
#control_overlay {  
  background-color:#fff;  
} 
 
.modal {  
  background-color:#fff;  
  padding:10px;  
  border:1px solid #333;  
} 
.tooltipp {  
  border:1px solid #000;  
  background-color:#fff;  
  height:25px;  
  width:200px;  
  font-size:10px;  
  color:#333;  
} 
.simple_window {  
  width:250px;  
  height:50px;  
  border:1px solid #000;  
  background-color:#fff;  
  padding:10px;  
  text-align:left;  
  font-size:12px;  
  color:#333;  
} 
.window {  
  background-image:url("../pics/bg_controlwindow.png");  
  background-position:top left;  
  -moz-border-radius: 10px;  
  -webkit-border-radius: 10px;  
  padding:20px 10px 10px;   
  font-size:13px;  
  color:#fff;  
  text-align:center;  
  min-width:150px;  
  min-height:100px;  
} 
.window .window_contents {  
  margin-top:10px;  
  width:100%;  
  height:100%;      
} 
.window .window_header {  
  display: block;
  text-align:center;  
} 
 .window .window_title {  
  margin-top:-7px;  
  margin-bottom:7px;  
  font-size:11px;  
  cursor:move;  
} 
.window .window_close {  
  display:block;  
  position:absolute;  
  bottom:12px;  
  right: 12px;  
  height:16px;  
  width:16px;  
  background-image:url("../pics/button_close.jpg");  
  cursor:pointer;  
  cursor:hand;  
} 

.window a {
  color: #ccc;
}

.window a:visited {
  color: #ccc;
}  