﻿.field-validation-error {
	color: #ff0000;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid {
	display: none;
}

.display-label, .editor-label, .display-field, .editor-field {
	padding: 1px 0;
	display: inline-block;
}
.editor-label {
	text-align: right;
}
.editor-tooltip {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/icon-help.gif) no-repeat;
	cursor: help;
}

.text-box {
	width: 30em;
}

.text-box.multi-line {
	height: 6.5em;
}

.tri-state {
	width: 6em;
}
