/* Station Service */
#form_question label,#form_question input,#form_question select,#form_question textarea {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
#form_question input,#form_question select,#form_question textarea {
border:1px solid #54A4E3;
width: 250px;
}
#form_question label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
	font-weight:bold;
}
#form_question span {
width: 250px;
display: block;
float: left;
margin-bottom: 10px;
font-size:0.85em;
}
#sendit {
margin:15px auto 0 auto;
width:101px;
height:25px;
}
a.asend, a.asend:link, a.asend:focus, a.asend:visited, a.asend:hover { 
display: block;
padding:0;
margin:0;
color: #fff;
text-decoration: none;
font-size:0%;
height: 25px; 
text-indent:-9990px; 
border:0px solid #ccc;
width:101px;
background:#fff url(imgx/boutsend.png) no-repeat 0 0;   
overflow:hidden;
}
a.asend:hover { background:#fff url(imgx/boutsend.png) no-repeat 0 -25px;}
