/* ------------------------------------------------------------------ */
/* -                            CONTACT                               */
/* ------------------------------------------------------------------ */


#ControlContact{
width:400px;
}

#ControlContact .pnlMsg{
	border:1px dotted #8B909F;
	color:red;
}

	#ControlContact TABLE .label{
		vertical-align:top;
		padding-top:3px;
		 width:130px;
	}

	#ControlContact TABLE .label LABEL{		
		 width:130px;
	}

	#ControlContact .input{
		width:250px;
	}

	#ControlContact .asterisque{
	
	}

	#ControlContact TABLE TD .btn{
		float:left;
		margin-right:5px;
		width:120px;
	}


	#ControlContact .alert{	
		color:red;
		clear:both;		
		background-color:#FFD5C4;
	}

