﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the FormView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.AspNet-FormView
{
	padding: 15px 15px 15px 15px;
	text-align:justify;
}

.fwNopad .AspNet-FormView
{
	padding: 0px 0px 0px 0px;
	text-align:justify;
}

