.v-formlayout-cell .v-errorindicator {
	display: block;
}
.v-formlayout-error-indicator {
	/* fix width so layout is not jumpy when error disappears */
	width: 12px;
}
.v-formlayout-captioncell {
	text-align:right;
	white-space: nowrap;
}
.v-formlayout-captioncell .v-caption {
	overflow: visible;
}
.v-formlayout-spacing > tbody > .v-formlayout-row > .v-formlayout-captioncell, 
.v-formlayout-spacing > tbody > .v-formlayout-row > .v-formlayout-contentcell,
.v-formlayout-spacing > tbody > .v-formlayout-row > .v-formlayout-errorcell {
	padding-top: 6px;
}
.v-formlayout-spacing > tbody > .v-formlayout-firstrow > .v-formlayout-captioncell, 
.v-formlayout-spacing > tbody > .v-formlayout-firstrow > .v-formlayout-contentcell,
.v-formlayout-spacing > tbody > .v-formlayout-firstrow > .v-formlayout-errorcell {
	padding-top: 0;
}
.v-formlayout-margin-top > tbody > .v-formlayout-firstrow > .v-formlayout-captioncell, 
.v-formlayout-margin-top > tbody > .v-formlayout-firstrow > .v-formlayout-contentcell,
.v-formlayout-margin-top > tbody > .v-formlayout-firstrow > .v-formlayout-errorcell {
	padding-top: 12px;
}
.v-formlayout-margin-bottom > tbody > .v-formlayout-lastrow > .v-formlayout-captioncell,
.v-formlayout-margin-bottom > tbody > .v-formlayout-lastrow > .v-formlayout-contentcell,
.v-formlayout-margin-bottom > tbody > .v-formlayout-lastrow > .v-formlayout-errorcell {
	padding-bottom: 12px;
}
.v-ie6 .v-formlayout-spacing .v-formlayout-row .v-formlayout-captioncell, 
.v-ie6 .v-formlayout-spacing .v-formlayout-row .v-formlayout-contentcell,
.v-ie6 .v-formlayout-spacing .v-formlayout-row .v-formlayout-errorcell {
	padding-top: expression(/v-formlayout-spacing/.test(this.parentNode.parentNode.parentNode.className) ? "6px" : "0px");
}
.v-ie6 .v-formlayout-margin-top .v-formlayout-row .v-formlayout-captioncell, 
.v-ie6 .v-formlayout-margin-top .v-formlayout-row .v-formlayout-contentcell,
.v-ie6 .v-formlayout-margin-top .v-formlayout-row .v-formlayout-errorcell {
	padding-top: expression((/v-formlayout-firstrow/.test(this.parentNode.className) && /v-formlayout-margin-top/.test(this.parentNode.parentNode.parentNode.className)) ? "12px" : (/v-formlayout-spacing/.test(this.parentNode.parentNode.parentNode.className) ? "6px" : "0px"));
}
.v-ie6 .v-formlayout-margin-bottom .v-formlayout-row .v-formlayout-captioncell,
.v-ie6 .v-formlayout-margin-bottom .v-formlayout-row .v-formlayout-contentcell,
.v-ie6 .v-formlayout-margin-bottom .v-formlayout-row .v-formlayout-errorcell {
	padding-bottom: expression((/v-formlayout-lastrow/.test(this.parentNode.className) && /v-formlayout-margin-bottom/.test(this.parentNode.parentNode.parentNode.className)) ? "12px" : "0px");
}
.v-formlayout-margin-left > tbody > .v-formlayout-row > .v-formlayout-captioncell {
	padding-left: 12px;
} 
.v-formlayout-margin-right > tbody > .v-formlayout-row > .v-formlayout-contentcell {
	padding-right: 12px;
}
.v-ie6 .v-formlayout-margin-left .v-formlayout-row .v-formlayout-captioncell {
	padding-left: expression(/v-formlayout-margin-left/.test(this.parentNode.parentNode.parentNode.className) ? "12px" : "0px");
}
.v-ie6 .v-formlayout-margin-right .v-formlayout-row .v-formlayout-contentcell {
	padding-right: expression(/v-formlayout-margin-right/.test(this.parentNode.parentNode.parentNode.className) ? "12px" : "0px");
}
.v-formlayout-captioncell .v-caption .v-required-field-indicator {
	float: none;
}