

#page {
}
#widget_col_0 { 
  float:left;
  width: 33.3%;  
  background:#ffffff;
}

#widget_col_1 {
  float:left;
  width: 33.3%;
  background:#ffffff;
}   

#widget_col_2 { 
  float:left;
  width: 33.3%;  
  background:#ffffff;
}   
/*
#widget_col_3 { 
  float:left;
  width: 26%;  
  background:#ffffff;
}   

#widget_col_4 { 
  float:left;
  width: 74%;  
  background:#ffffff;
}  
#widget_col_5 { 
  float:left;
  width: 100%;  
  background:#ffffff;
}    
*/
#control_buttons {
  position:absolute;  
  right:-16px;
  top:15px; 
  width: 50px;    
}                

#edit_button {
  /*position:relative;   
  float:left;
  width:16px;
  height:16px;
  background: url(../ajaxdrop/edit.png);    
  behavior: url(../ajaxdrop/png.htc);   
  margin-right:5px;*/
}

#delete_button {
  position:relative;   
  float:left;
  width:16px;
  height:16px;
  /*background: url(../ajaxdrop/delete.png);*/
  behavior: url(/images/drop/png.htc);
  margin-right:6px;
 
}

#ctl00_customise_div_Checkbox label {
    float: left;    
    display: block;
    width: 150px;
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
    line-height:20px;
    color: #ffffff;
}

#ctl00_customise_div_Checkbox input {
    float: left;    
    width: 50px;
    height: 20px;
}


