
label.error {
	display: block;
	color: red;
	font-style: italic;
	font-weight: normal;
}

input.error {
	border: 2px solid red;
}

form table td {
	padding: 2px;
}

form table input, form table select {
	width: 300px;
	padding: 2px;
	margin: 0px;
}

form table select {
	width: 310px;
	padding: 2px;
	margin: 0px;
}

textarea {
	width: 400px;
}

.formValWidth200 {
	width: 200px;
}

.formValWidth150 {
	width: 150px;
}

td.label {
	width: 150px;
}

tr.required td.label {
	font-weight: bold;
}

div.subTableDiv {
/*	width: 300px; */
}

div.subTableDiv td.label {
/*	width: 135px; */
}

ul#homeBlog li div.description {
	display: none;
}

td.field input.error, td.field select.error, tr.errorRow td.field input,tr.errorRow td.field select {
	border: 2px solid red;
	background-color: #FFFFD5;
	margin: 0px;
	color: red;
}

tr td.field div.formError {
	display: none;
	color: #FF0000;
}

tr.errorRow td.field div.formError {
	display: block;
	font-weight: normal;
}

div.error {
	color: red;
}

div.error a {
	color: #336699;
	font-size: 12px;
	text-decoration: underline
}

div.tooltip {
	position: absolute;
	left: 30px;
	bottom: 0px;
	display: none; /* in case javascript is disabled */
	width: 170px;
	background-color: #F4F1E9;
	z-index: 100;
	padding: 10px;
	border: 1px solid #CCCCCC;
}

.ms2-responsive .main-content .container {
    max-width: 800px !important;
}

.ms2-constrained .main-content .container {
    width: 800px !important;
}
