#dialogBox
{
	width: 400px; 
	height: 100px;
	margin: auto;
	margin-top: 3px;
	margin-bottom: 10px;
	padding: 0px;
	background-color: #DADADA;
	border: 1px solid #7F7F7F;
	border-collapse: collapse;
	text-align: left;
}

#dialogBox tr, #dialogBox td
{
	margin: 0px;
	padding: 0px;
} 
	
#dialogBox #tr1
{
	width: 400px; 
	height: 65px;
	background: url('images/dialogbox/fondTop.png') top repeat-x;
}

#dialogBox #tr2
{
	width: 400px; 
	height: 35px;
	background: url('images/dialogbox/fondBottom.png') bottom repeat-x;
}
	

#dialogBox #tdImage
{
	width: 17.5%;
	height: 67px;
	padding-top: 3px; 
	padding-left: 6px;
	vertical-align: top;
}

#dialogBox #tdMessage
{
	width: 82.5%;	
	height: 70px;
	padding: 8px 6px 5px 10px;
}	

#dialogBox #tdLabel
{
	width: 27.5%;
	padding-right: 5px;
	padding-bottom: 5px;
	text-align: right;
}

#dialogBox #tdInput
{
	width: 51.25%;
	padding-right: 5px;
	padding-bottom: 5px;
}
	
#dialogBox #tdEmptyAlert
{
	width: 78.75%;
}

#dialogBox #tdButton
{
	width: 21.25%;
	height: 35px;
	padding-bottom: 5px;
}

#dialogBox #tdButtonYes
{
	width: 21.25%;
	height: 35px;
	padding-bottom: 5px;
}

#dialogBox #tdButtonNo
{
	width: 21.25%;
	height: 35px;
	padding-bottom: 5px;
}

#dialogBox #tdEmptyConfirm
{
	width: 57.5%;
}

#dialogBox input[type="text"]
{
	width: 200px;
}
	
#dialogBox #dialogBoxButton, #dialogBox #dialogBoxButtonYes, #dialogBox #dialogBoxButtonNo
{
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	width: 80px;
	height: 30px;
	border: none;
	background: url('images/dialogbox/bouton.png') no-repeat;
	color: black;
}

#dialogBox #dialogBoxButton:hover, #dialogBox #dialogBoxButtonYes:hover, #dialogBox #dialogBoxButtonNo:hover
{
	background-image: url('images/dialogbox/boutonHover.png');
	color: white;
}

#dialogBox .bouton_chargement
{
	margin: 0px;
	padding-left: 23px;
	background: url('images/dialogbox/ajax-loader.gif') no-repeat center right;
}
