@charset "UTF-8";
/* CSS Document */

.error {
	color: red;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 0px 0px 0px 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.fieldLabel {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.input {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.formButton {
	border: 1px solid rgb(204, 204, 204);
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: rgb(119, 119, 119);
	margin-right: 10px;
	margin-top: 0px;
	width: 70px;
	background-color: rgb(238, 238, 238);
	padding: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
