/* CSS override when noscript tag is invoked */

/* adds borders to all input text fields as base css sets borders to none */
input[type="text"], input[type="password"]
{
	border:1px solid #666;
}