		.formcarte {
			BORDER-RIGHT: #000000 1px solid; 
			BORDER-LEFT: #000000 1px solid; 
			BORDER-TOP: #000000 1px solid; 
			BORDER-BOTTOM: #000000 1px solid; 
			background: url(/images/bg_input.png) repeat-x #ffffff;
			font-family: tahoma, helvetica, sans-serif;
			font-style: normal;
			font-size: 12px;
			color: #4d4e51;
			padding:3px;
		}

		.formdepot {
			border: 1px solid #000000;
			width:180px;
			background: url(/images/bg_input.png) repeat-x #ffffff;
			font-family: tahoma, helvetica, sans-serif;
			font-style: normal;
			font-size: 12px;
			color: #4d4e51;
			padding:3px;
			height:20px;
		}
		
		.formselect {
			BORDER-RIGHT: #000000 1px solid; 
			BORDER-LEFT: #000000 1px solid; 
			BORDER-TOP: #000000 1px solid; 
			BORDER-BOTTOM: #000000 1px solid; 
			width:180px;
			background: url(/images/bg_input.png) repeat-x #ffffff;
			font-family: tahoma, helvetica, sans-serif;
			font-style: normal;
			font-size: 12px;
			color: #4d4e51;
			padding:3px;
			height:20px;
		}
		
		.formarea {
			BORDER-RIGHT: #000000 1px solid; 
			BORDER-LEFT: #000000 1px solid; 
			BORDER-TOP: #000000 1px solid; 
			BORDER-BOTTOM: #000000 1px solid; 
			width:99%;
			background: url(/images/bg_input.png) repeat-x #ffffff;
			font-family: tahoma, helvetica, sans-serif;
			font-style: normal;
			font-size: 12px;
			color: #4d4e51;
			padding:3px;
			height:110px;
		}
		
		.formoptions{
			BORDER-RIGHT: #000000 1px solid; 
			BORDER-LEFT: #000000 1px solid; 
			BORDER-TOP: #000000 1px solid; 
			BORDER-BOTTOM: #000000 1px solid;
			width:99%;
			background: url(/images/bg_input.png) repeat-x #ffffff;
			font-family: tahoma, helvetica, sans-serif;
			font-style: normal;
			font-size: 12px;
			color: #4d4e51;
			padding:1px;
		}


		.formdepotfocus {
			border: 1px solid #35ad21;
			width:180px;
			background: url(/images/bg_inputfocus.png) repeat-x #ffffff;
			font-family: tahoma, helvetica, sans-serif;
			font-style: normal;
			font-size: 12px;
			color: #000000;
			padding:3px;
			height:20px;
		}
		.formdepot2 {
			border: 1px solid #919191;
			width:180px;
			background: url(/images/bg_input.png) repeat-x #ffffff;
			font-family: tahoma, helvetica, sans-serif;
			font-style: normal;
			font-size: 12px;
			color: #6a6a6a;
			padding:3px;
			height:20px;
		}
		.formdepot2focus {
			border: 1px solid #35ad21;
			width:180px;
			background: url(/images/bg_inputfocus.png) repeat-x #ffffff;
			font-family: tahoma, helvetica, sans-serif;
			font-style: normal;
			font-size: 12px;
			color: #000000;
			padding:3px;
			height:20px;
		}
