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

/*contact us form-CSS*/

.inputtext {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	background-color: #E9DAC7;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #000000;
	margin: 3px;
}
.xsmalltext {
	font-size: x-small;
}
.bluetext {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #0000FF;
}
