
form label {
	-x-system-font:		none;
	display:			block;
	float:				left;
	margin:				10px 0;
	padding:			5px 0;
	text-transform:		capitalize;
}

form input.text {
	background:			#F5F5F5 none repeat scroll 0 0;
	border:				1px solid #ACACAC;
	float:				left;
	height:				16px;
	margin:				10px 0;
	padding:			5px 2px;
	font-family:		Verdana,Arial,sans-serif;
	-webkit-transition:	background-color 0.1s ease-in-out;
	-moz-transition:	background-color 0.1s ease-in-out;
}

form input.text:focus {
	background-color:	#E5F5E5;
}

form input.checkBox {
	margin:				10px 0;
}

form textarea {
	background:			#F5F5F5 none repeat scroll 0 0;
	border:				1px solid #ACACAC;
	float:				left;
	margin:				10px 0;
	padding:			2px;
	font-family:		Verdana,Arial,sans-serif;
	-webkit-transition: background-color 0.1s linear;
	-moz-transition:	background-color 0.1s linear;
}

form textarea:focus {
	background-color:	#E5F5E5;
}

form li {
	clear:				left;
}


form li.buttons			{	margin: 5px 0 5px 95px; }
form label				{	text-align: right; padding-right: 1em; width:80px; }

form input.shortText	{	width:100px;	}

form input.text440		{	width: 440px;	}
form input.text240		{	width: 240px;	}
form input.text300		{	width: 300px;	}
form input.text350		{	width: 350px;	}

form textarea.text440	{	width: 440px;	}
form textarea.text240	{	width: 240px;	}
form textarea.text300	{	width: 300px;	}
form textarea.text350	{	width: 350px;	}
