input[type=text], input[type=password], textarea {
	border:1px solid #808080;
	background:url(../images/signup/gradient_v2.gif) top left repeat-x #fff;
	color:#666
}
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background:#f1f8fe url(../images/signup/inputFocusBg_v2.gif) top left repeat-x;
	color:#000;
	border:1px solid #237bc3
}
input::-moz-selection, textarea::-moz-selection {
background:#900;
color:#fff;
}
input[type=text].error, input[type=password].error, textarea.error {
	border:1px solid #c00;
	background:url(../images/signup/errorGradient.gif) top left repeat-x #fffcfc;
	color:#c00;
}
