form{
	margin:0px;
}

form ul{
	margin:0px;
	padding:0px;
}

ul.search_form{
	width:300px;
	float:left;
}

ul.search_form li{
	float:left;
}

ul.form li{
	padding:3px 0px 3px 0px;
	display:block;
}

label{
	float:left;
	width:100px;
}

#login_form{
	padding:20px;
	background-color:white;
	width:100%;
	background: transparent url(../assets/form_bkgr.gif) no-repeat fixed top left;
}

ul.form_alternate_links{
	clear:both;
	display:block;
	margin-left:100px;
	font-size:85%;
	margin:5px 0px 20px 100px;
	padding-top:5px;
	border-top:1px solid #ddd;
}

ul.form_alternate_links li{
	float:left;
	display:block;
	margin-right:20px;
}

ul.form_buttons{
	clear:both;
	display:block;
	padding:20px 0px 20px 100px;
}

ul.form_buttons li{
	clear:both;
	display:block;
}
/*formulaire d'enregistrement (pascal)*/
#reg_form form{
	font-size:85%;
}

#reg_form form div.submit_section{
	clear:both;
	background-color:#666;
	padding:10px;
	margin-bottom:10px;
}

#reg_form form li{
	margin-bottom:10px;
}

#reg_form label{
	
	float:left;
	display:block;
	text-align:right;
	padding-right:5px;
	width:150px;
}

#reg_form fieldset{
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
	margin-top:-5px;
	border:1px solid #ddd;
	
}

#reg_form fieldset legend{
	color:#ffa703;/*yellow*/
	margin-left:10px;
	padding:5px;
	font-weight:bold;
	margin-bottom:5px;
}

input.textfield_400{
	color:#000;
	width:400px;
	padding:2px;
	font-weight:normal;
	border:none;
	border:1px solid #ccc;
}

input.save_group{
	float:right;
	font-size:85%;
	margin:10px;
}

#reg_form input.textfield_200{
	color:#000;
	width:200px;
	padding:2px;
	font-weight:normal;
	border:none;
	border:1px solid #ccc;
}

#reg_form input.textarea{
	color:#000;
	width:200px;
	height:100px;
	padding:2px;
	font-weight:normal;
	border:none;
	border:1px solid #ccc;
}
#reg_form input.textfield_50{
	color:#000;
	width:50px;
	padding:2px;
	font-weight:normal;
	border:none;
	border:1px solid #ccc;
}

#exhibitors_search{
	background-color:#ddd;
	padding:10px;
}

#exhibitors_search input{
	float:left;
}

input.submit_button{
	border:1px solid #aaa;
	background-color:#fff;
	padding:3px 10px 3px 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

input.submit_button:hover{
	background-color:#ccc;
}

input.text_field{
	width:400px;
	margin-right:5px;
	padding:3px 10px 3px 10px;
}


.tooltip{
	display:block;
	width:500px;
	height:100px;
	padding:20px;
	background: transparent url(../assets/tooltip.jpg) no-repeat scroll top left;
}

.tooltip p{
	padding:15px;
	width:400px;
	font-size:14px;
}

#pool{
	position:absolute;
	top:0px;
	float:left;
	width:300px;
	height:300px;
	overflow:scroll;
	background-color:#eee;
	border:2px solid #aaa;
	
}

#pool ul {
	margin:0px;
	padding:0px;
}

#pool ul li{
	padding:5px;
	margin:0px;
	border-bottom:1px solid #aaa;
}

#pool ul li:hover{
		background-color:#ffffff;
}



