/*form class begin*/

		INPUT, SELECT, TEXTAREA{
			font-family:		"Arial, sans-serif;
		}

		.cleanInput{
			border:				1px solid #aaaaaa;
			padding:			2px;
		}
		
		#toolbar .cleanInput{
			border:				1px solid white;
		}		

		INPUT, SELECT {
			font-size:			14px;

		}

		SELECT{
			margin-bottom: 2px;
		}

		INPUT, TEXTAREA{
			position:			relative;
		}
		
		.default_txt {
			font-style: 		italic;
			color:				#aaaaaa;
			
		}


		.formDate{
		
			padding-left:			2px;
			float:					left;
			width:					15em;
			color:					#840;
			background:				#ffd url(/images/form/multidate_bg.gif);
			background-position:	0px 1px;
			border:					1px solid #aaaaaa;
			text-align:				left;
			line-height:			20px;	

		}

		.red_alert{
			padding: 			4px;
			background-color:	#fff5f5;
			border:				1px dashed red;
		
		}

		.green_alert TD{
			background-color:	#D9FFD9;
			border-bottom:		1px solid #00FF00;
		}
		.green_alert{
			padding: 			4px;

		
		}


		.valide_err{	
			border:				1px solid red;
			margin:				1px;
			background-color:	#FFD0D0;
		}

		.valide_ok{	
			border:				1px solid #00FF00;
			margin:				1px;
			background-color:	#E9FFE9;
		}

		.tr_dynamic TD{
			/*padding-left:		0px;*/
			/*border-bottom:		#aaaaaa 1px solid;*/

		}


		.button_soft, .button{
			padding-top:			4px;
			padding-bottom:			4px;
		}
		.button_small, .button_xsmall{
			padding-top:			2px;
			padding-bottom:			2px;
		}

		.button_soft, .button, .button_small{
			font-size:				14px;
		}

		.button_xsmall{
			font-size:				13px;
		}

		.button_soft, .button , .button_small, .button_xsmall{
			
			/*font-weight:			bold;*/
			cursor:					pointer;
			font-family:			arial;
			cursor:					pointer;


		}
		
		
		
		
		

		.BigButton {
			font-size: 16px;
		}

		.BigButton INPUT, .BigButton SELECT  {

			font-size:			18px;
			padding:			3px;
			font-weight:		bold;
			font-family:		verdana;
			margin:				0px;
			border:				1px solid #AAAAAA;

		}



/*form class end*/