form label .error,
form legend .error {
	color: #D73D38;
	display: block;
	font-weight: bold;
	padding-left: 18px;
	background-image: url('/boew-wet/images/fleche-arrow.gif');
	background-position: 1px 3px;
	background-repeat: no-repeat;
}

/* Sign-in/out application links */
#wb-session:before,
#wb-session:after {
	content: "";
	display: table;
}
#wb-session:after {
	clear: both;
}	
#wb-session {
	/*zoom: 1;*/
	margin-bottom: 10px;
}	
#wb-session ul {
    float: right;
    list-style: none;
    margin: 0 10px 0 10px;
    padding: 0 2px 1px 2px;
    background: #1E4C85;
    border-radius: 0 0 2px 2px;
}	
#wb-session li {
	float: left;
	margin: 0;
	padding: 6px 0;
}
#wb-session a {
	padding: 2px 10px;
	text-decoration: none;
	text-shadow: none;
	color: #fff;
}
#wb-session a:hover {
	text-decoration: underline;
}
#wb-session li.session a {
	font-weight: 700;
	text-decoration: underline;
}
#wb-session li.settings a {
	border-right: 1px solid #5679A4;
}
#wb-session li.settings:last-child a {
	border-right: none;
}
/* Reposition links for mobile view */
.ui-mobile #wb-session ul {
    margin: 0px;
}
.ui-mobile #wb-session {
    margin-top: -22px;
}
