#base_newsletter{
  width:100%;
  position:relative;
  float:left;
  font-family:"Century Gothic","Verdana";
}
#cabecera_newsletter{
  width:100%;
  height:100px;
  padding:0;
  margin:0;
  background:url(../../images/default2/newsletter.png) top left no-repeat;
} 
  /***********DONDE SE CARGAN LOS USUARIOS************/
 #carga{
    position:relative;
    float:left;
    width:50%;
    height:200px
  }
  #usuarios_enviar{
    position:relative;
    float:left;
    width:90%;
    margin:2% 0 0 2%;
    padding:2% 2% 2% 3%;
    border:1px solid #EEE;
    background-color:#F9F9F2;
    height:200px;
   }
      #usuarios_enviar #usuarios{
	position:relative;
      }

  #listado_usuarios{
    position:relative;
    float:left;
    width:44%;
    margin-left:5%;
    height:200px;
    overflow:scroll;
    border:1px solid #EEE;
  }
    #listado_usuarios li.usuario{
      position:relative;
      clear:both;
      margin:0;
      height:20px;
      width:90%;
    }
    #listado_usuarios li.cuadrado{
      position:relative;
      float:left;
	width:9%;
	height:20px;
    }
    #listado_usuarios li.cabecera{
      position:relative;
      float:left;
      width:100%;
      margin:0;
      height:20px;
      background-color:#EEE;
    }
  #formulario_email{
    position:relative;
    float:left;
    width:90%;
    margin:2% 0 0 2%;
    padding:2% 2% 2% 3%;
    border:1px solid #12A3C8;
    background-color:#DFEDF1;
    height:340px;
   }
#base_newsletter ul{
  list-style-type:none;
  
}
  #base_newsletter ul li{
    margin:2px 0 2px 0;
    
  }
#base_newsletter label{
position:relative;
  display:block;
  clear:both;
 font-weight:bold;
  margin-top:10px;
}
#base_newsletter input{
  border:1px solid #AAA;
  background-color:#EEE;
  height:15px;
  font-size:11px;  
}
#base_newsletter select{
  border:1px solid #AAA;
  background-color:#EEE;
  height:18px;
  font-size:11px;
  width:255px;
}
#base_newsletter input.anadir{
  border:0;
  padding-left:20px;
  height:22px;
  background:url("../../images/edit_add.png") top left no-repeat;
  cursor:pointer;
}
#base_newsletter input.eliminar{
  border:0;
  padding-left:20px;
  height:22px;
  background:url("../../images/editdelete.png") top left no-repeat;
  cursor:pointer;
}
#base_newsletter input.enviar{
  border:0;
  padding-left:40px;
  height:32px;
  background:url("../../images/mail_foward.png") top left no-repeat;
  cursor:pointer;
  font-weight:bold;
  font-size:14px;
  margin-left:350px;
}
a.vaciar{
  display:block;
  position:relative;
  margin-top:25px;
  padding:5px 0 0 25px;
  background:url("../../images/default2/empty.png") top left no-repeat;
  text-decoration:none;
  width:80px;
  color:#333;  
  height:25px;
  font-weight:bold;
}
  a.vaciar:hover{

    text-decoration:underline;

  }