@charset "utf-8";
/* CSS Document */

#release_id {
	margin-bottom: 3px;
}

#droite h1 {
	height: 48px;
	line-height: 48px;
	background-image: url(../../img/icones/ajouter.png);
}

#droite h1#merci {
	background-image: url(../../img/icones/merci.png);
	height: 48px;
	line-height: 48px;
}

#droite h1#attention {
	color: #f90;
}

#droite h1#erreur {
	color: #c00;
}

#droite p {
	margin-bottom: 10px;
}

#suite {
	margin-bottom: 10px;
	margin-left: 160px;
	font-weight: bold;
}	

#erreur + p img {
	margin: 0px 4px;
}

/* MULTIPLE SELECT */

.ui-multiselect-menu {
	font-size: 0.75em; /* 12px */
	background: rgba(255, 255, 255, 0.9);
	background:-moz-linear-gradient(90deg, #fff, #eee); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff), color-stop(0.2, #fff)); /* Webkit */
	border:1px solid #aaa;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
}

#liste_release {
	width: 400px;
}