.style2 {font-size: 10px}
.style3 {color: #FF0000; font-size: 10px; }
.style4 {
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
}
.required_field
{
	background-color:yellow;
}