/* CSS Document */

body,td,th {
	font-family: "Trebuchet MS";
	font-size: 13px;

}
a {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #663333;
}
a:visited {
	color: #663333;
	font-size: 12px;
}

.style1 {
	font-size: 16px;
	font-family: "Century Gothic";
	color: #660000;
	font-weight: bold;
}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Century Gothic";
}
.style4 {
	color: #660000;
	font-weight: bold;
}
.BookplateLabel {
	float:left;
	width: 11em;
	margin-right: 1em;
}
.formBox {
	margin-bottom: 1em;
}

.validation-failed { /* for textboxes, textareas, passwords */
	border:1px dashed #F33;
	background-color:#FCC;
}

.validation-failed-cr { /* for checkboxes and radios */
	background-color:#FCC;
}

.validation-failed-sel { /* for selects */

}

.validation-passed { /* for textboxes, textareas, passwords */
	border:1px solid #6C6;
	background-color:#CFF;
}

.validation-passed-cr { /* for checkboxes and radios */

}

.validation-passed-sel { /* for selects */

}

.button {
	# border:1px solid #0B5C8B;
	background-color:#0B80CD;
	# color:#fff;
}

.requiremark {
	color:red;
	margin-left: 4px;
	margin-right: 2px;
}