/* Errors */
.error{
	text-align: center;
	margin-bottom: 5px;
	color: #FF2222;
	width: 100%;
}

/* Form Table */
table.form{
	width: auto;
	margin-bottom: 10px;
}

table.form tr th{
	text-align: left;
	padding: 2px;
	margin: 0px;
	color: #5B6777;
	font-size: 10px;
	vertical-align: top;
}

table.form span.fieldOff, table.form div.fieldOff{
	color: #C6C2C8;
}

input.radio, input.checkbox{
	border: none;
}

/* Other */
div.notification, span.notification{
	width: 100%;
	text-align: center;
	color: #456697;
	padding: 10px 0px;
}

div.note, span.note{
	font-size: 9px;
	border: none;
	color: #000000;
	background-color: transparent;
}
