﻿


label
{
	display: block;
	margin: 0 0 5px 0;
}

/*div.actions
{
	margin: 5px 0 5px -2px;
}*/

span.status
{
	color: #333;
	font-size: 0.8em;
	font-weight: bold;
}

.inProgress
{
	font-size: 0.8em;
	font-weight: bold;
	color: gray;
}

.correct
{
	font-size: 0.8em;
	font-weight: bold;
	color: Green;
}

.incorrect
{
	font-size: 0.8em;
	font-weight: bold;
	color: Red;
}


.column {
  display: inline-block;
  vertical-align: top;
}

.note {
  margin: 10px 10px 20px 10px;
  width: 432px;
}

	.note p
	{
		font-size: 12px;
	}

	.note ul
	{
		margin: 5px 0 5px 0;
		padding-left: 25px;
		list-style-type: disc;
	}

	.note li
	{
		font-size: 12px;
		margin: 0 0 5px 0;
	}



.warning
{
	color: Red;
}


#systeminfo {
  margin: 25px 20px 20px 10px;
  padding: 0 10px;
  border: 1px solid #ddd;
  clear: both;
  font-size: 11px;
  color: #999;
  background-color: #f0f0f0;
}

#systeminfo  p {
  margin: 10px 0;
  padding: 0;
}


.field-validation-error
{
	color: red;
	font-size: 0.8em;
	font-weight: bold;
}

.field-validation-error-border {
    border-color: red;
    font-size: 0.8em;
    font-weight: bold;
}
.correct {
  color: Green;
  font-size: 0.8em;
  font-weight: bold;
}