#edit_form .cerrar img{
 border:none;
 float:right;
 margin-bottom:20px;

}
#edit_form .cerrar{
	height:35px;
}


#edit_form .formulario{
   clear:both;
   width:750px;
}


#edit_form{
  position:absolute;
  left:10%;
  top: 10%;
  width:800px;
  height:530px;
  /*margin-left:-25%;
  margin-top:-270px;*/
  background-color: #ddd;
  border: 1px solid #000;
  background:url(../images/bg-menu.png) #ddd repeat-x scroll;
  padding-top: 0px;
  overflow: auto;
  
  
  
}


#tiny{
 /* float:left;*/
  width:100%;
  margin:20px 0 20px 10px;
  
}
#versions{
  /*float:left;*/
  background-color:#cccccc;
  width:100%;
  /*height:500px;*/
  overflow:auto;
}

#changes_form{
  position:absolute;
  width:50%;
  height:500px;
  background-color: #66ff33;
  margin-left:25%;
  margin-right:25%;
  border: thick double #cc6699;
  top: 200px;
  left: 200px;
   
}

#preview{
  position:absolute;
  width:50%;
  height:500px;
  background-color: #66ff33;  
  border: thick double #cc6699;
  top: 200px;
  left: 200px;
  
}

#old{
  width:50%;
  height:400px;
  background-color:#6BBA70;
float:left;
}
#proposed{
  float:left;
  width:50%;
  height:400px;
  background-color:#356AA0;
  
}
#changes_form_form{
  width:100%;
}

