/* Begin Form Elements */

	input {
		padding:			4px;
		font-size:		14PX;
		border:			1px solid #999; 
		color:			#333; 
		background:		#fff;
	}
	
	input.radio {
		border:				none;
		background:			transparent;
	}
	
	input.check {
	border:none;
	background:transparent;
	}
	
	textarea {
		border:				1px solid #999;
		background:			transparent;
	}
	
	choice
	{
	background:none;
	border:none;
	}