@CHARSET "UTF-8";
div.formContact {
	background-color: #FF6666;  
}

div.formInfo {
	background-color: #99CCFF;
}

div.title {
	text-align: center;
	font-variant: small-caps;
	font-size: x-large;
	padding: 5px 5px 5px 5px;
}


div.formContact, div.formInfo, div.errors, div.formContainer, div.confirmation {
	padding: 5px 5px 5px 5px;
	margin-bottom: 2px;
	margin-top: 2px;
}

div.confirmation {
	text-align: center;
	width: 75%;
}


div.formContact, div.formInfo, div.errors, div.confirmation {
	border: 1px dotted black;
}

div.formContact, div.formInfo {
	width: auto;
}

div.errors {
	width: 60%;
	text-align: left;
}

div.errors, div.confirmation {
	background-color: #FF9966;
}

div.formContainer {
	width: 35%;
	/*
	background-color: #ffff98;
	border-style: dashed;
	border-width: 1px;
	*/
}

table.form {
	width: 100%;
}

td.label {
	color: black;
	font-family: sans-serif;
	font-size: small;
	text-align: left;
	width: 50%;
}

td.field input, td.field select {
	width: 100%;
	border-style: inset;
}

div.formInfo td.field input, div.formInfo td.field select {
	background-color: #9bd6f6;
	border-color: lightBlue;
}

div.formContact td.field input, div.Contact td.field select {
	background-color: #FFC3CE;
	border-color: red;
}

td.field {
	text-align: left;
}