#formz
{
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.formz label
{
	text-transform: none;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
.formz textarea, .formz .custom_input
{
	background: none;
}
.formz input[type="text"], .formz input[type="password"], .formz select, .formz textarea, .formz .custom_input
{
	background: none;
	font-family: Arial, sans-serif;
}
.formz .inputz_parent
{
	font-weight: normal;
	color: #000;
	font-family: Arial, sans-serif;
}