[HTMLS]
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style>
.row {
font-size:8pt;
font-family:Tahoma;
color:#ff0000;direction:rtl;
}
label {
font-size:8pt;
font-family:Tahoma;
color:#000000;direction:rtl;
}
</style>
</head>
<body>
<div class="row"><label>نام و نام خانوادگی: </label>(الزامی)<input type="text" name="Customers[name]"></div>
</body>
</html>
[/HTMLS]