/******************************************************************************/
/*  					  EXTENSION - INSCRIPTION ALERTES OFFRES D'EMPLOI		 				    */
/******************************************************************************/

.inscription_newsoffre_form{}

.inscription_newsoffre_form .inscription_newsoffre_form_field {
	float:left;
	width:230px;
	
	margin:0px 0px 4px 0px;
}

.inscription_newsoffre_form .inscription_newsoffre_form_field label{
	float:left;
	width:60px;
}

.inscription_newsoffre_form .submit{
	float:left;
	width:auto;
	
	color:#000000;
	background-color:#EAEAEA;
	border:1px solid #CCCCCC;
	
	margin-right:6px;
	margin-bottom:15px;

	cursor:pointer;	
}

.inscription_newsoffre_form .cancel{
	float:left;
	width:auto;
	
	color:#000000;
	background-color:#EAEAEA;
	border:1px solid #CCCCCC;
	margin-bottom:15px;

	cursor:pointer;
}