@charset "iso-8859-9";
.FormInput {
	font-family: "trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #333333;
	width: 350px;
}
.FormInput.error {
	border: 1px dotted #FF0000;
	color:#FF0000;
}
.Tablo {
	font-family: "trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

input.btn { 
 	  color:#050; 
 	  font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
 } 
