div.overlay {
	display:none;
}

#popupami { 
	background:url(/sites/initiatives_creation/modules/SendFriend/images/popup_notifier_ami.png);
    width:464px; 
    height:506px;
	padding:74px 38px 0px 38px;
	font-family:"Lucida Grande", Arial, Helvetica;
}

#popupami form {
	width:464px;
}

#popupami #input {
	height:125px;
	width:464px;
}

#popupami #message {
	height:183px;
	width:454px;
	font-size:19px;
	color:#8c8c8c;
}

#popupami #envoyer {
	height:73px;
	width:464px;		
	text-align:center;
}

#popupami #remarque {
	height:88px;
	width:464px;	
}

#popupami input {
	width:230px;
	border:1px solid #666666;
	height:22px;
	font-size:16px;
}

#popupami .intitule {
	font-size:12px;
	color:#000000;
}

#popupami .complement {
	font-size:11px;
	color:#717171;
}

#popupami .destinataire {
	height:45px;
}

#popupami .nom {
	height:34px;	
}

#popupami .mail {
	height:34px;	
}

div.overlay div.close { 
    background-image:url(/imgs/close.png) !important;
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imgs/close.png', sizingMethod='scale');
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:27px; 
    width:28px;
} 

#popupami #commentaires {
	margin:0px;
	height:140px;
	font-family:"Lucida Grande", Arial, Helvetica;
}

#popupami #btn_envoyer{ 
    width:90px; 
    height:24px;
	border:none;
}

.erreurformd, .erreurformg {
  position:absolute;
}

.erreurformd div, .erreurformg div {
  width:171px;
  height:29px;
  position:absolute;
  display:none;
  color:#FFFFFF;
}

.erreurformd div {
  background:url(/imgs/bulle_erreur_formulaire_droite.png) no-repeat !important;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imgs/bulle_erreur_formulaire_droite.png', sizingMethod='scale');
  top:-2px;
  left:260px;
  font-size:11px;
  padding:2px 5px 2px 12px;
}

.erreurformg div {
  background:url(/imgs/bulle_erreur_formulaire_gauche.png) no-repeat !important;
  background:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/imgs/bulle_erreur_formulaire_gauche.png', sizingMethod='scale');
  top:0px;
  left:-33px;
  font-size:11px;
  padding:2px 11px 2px 8px;
}