

.miseEnAttenteForm fieldset {
	margin: 10px 0;
	border: none;
	width: 100%;
	padding: 0;
	text-align: center;
}

.miseEnAttenteForm fieldset select {
	max-width: 75%;
}

.miseEnAttente .ui-dialog-content {
	height: auto !important;
	max-height: 250px;
}

.miseEnAttenteForm label {
	margin-right: 5px;
	font-weight: bold;
}

.miseEnAttente.ui-widget {
	font-size: 12px;
}

.miseEnAttente.ui-widget button[type=submit] {
	padding: 3px;
	min-width: 70px;
}


/* Nouveau réservoir */

.miseEnAttente .newReservoir label {
}

.miseEnAttente .newReservoir input {
	padding: 0 3px;
}

.miseEnAttente .newReservoir [name=newReservoirTimeout] {
	text-align: right;
}

.miseEnAttente .newReservoir em {
	color: #ccc;
}


/* Notifications */

.miseEnAttente.notification .ui-dialog-content {
}

.miseEnAttente.notification.error .ui-dialog-titlebar.ui-widget-header {
	background-color: #D88;
}

.miseEnAttente #validiteReservoirSelectionne {
    color: #ccc;
    font-style: italic;
    display: block;
    margin: 5px 0 0;
}