/**
 * module.css 05/03/2004
 * @package Xmodule
 *
 * Feuille de style du module xmodule.kiosque.recherche
 * 
 * @author François Duarte <francois@totemis.fr> 
 * @version 1.0
 * @since CSS 2.0
 * @copyright totemis.fr
 * @modified 05/03/2004
*/

form#kiosque-recherche {
	padding : 0;
	margin: 0;
	height:58px;
}

form#kiosque-recherche form p{
	clear:both;
	height:40px;
}

form#kiosque-recherche input.text {
	width: 90px;
	display:block;
	float:left;
}

form#kiosque-recherche input.image {
	/*width: 41px;
	height: 20px;*/
	display:block;
	float:left;
	margin-left:4px;
	margin-top:1px;
}






