/* ------------------------------------------------------------------ */
/* -                            CONTACT                                  */
/* ------------------------------------------------------------------ */


#ControlContact {}

#ControlContact .pnlMsg{
	width:95%;
	border:1px dotted #8B909F;
	color:red;
}

	#ControlContact TABLE .label{
		vertical-align:top;
		padding-top:3px;
	}

	#ControlContact TABLE .label LABEL{		
		 width:120px;
		 display:block;
	}

	#ControlContact .input{
		width:440px;
	}

	#ControlContact .input INPUT,#ControlContact .input TEXTAREA,#ControlContact .input SELECT{			
		 width:100%;
	}


	#ControlContact .asterisque{
		 color:#2EA4FF;
		 font-size:20px;		
		 font-weight:bold;
		 padding-left:10px;
	}

	#ControlContact TABLE TD .btn{
		float:left;
		margin-right:10px;
		width:60px;
	}

	#ControlContact TABLE TD .btnOver{
		float:left;
		margin-right:10px;
		width:60px;
	}

	#ControlContact .alert{	
		color:red;
		clear:both;		
		background-color:#FFD5C4;
	}

