form {
	margin:0;
}
input.f {
	background:#fafafa;
	border:1px solid #FCBCE2;
	font-size:13px;
	font-family:arial;
}
input.large, select.large, textarea.large {
	width:100%;
}
input.medium, select.medium, textarea.medium {
	width:50%;
}
input.small, select.small, textarea.small {
	width:80px;
}
