@charset "iso-8859-9";
.FormInput {
	font-family: "trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #333333;
	width: 300px;
}
.FormInput.error {
	border: 1px dotted #FF0000;
	color:#FF0000;
}
.Tablo {
	font-family: "trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

