html, body {
	padding:0;margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

form {
	margin:0;
}

input, textarea, select,td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
A:visited  {color: #6666CC; text-decoration: none}
A:link  {color: #6666CC; text-decoration: none}
A:active  {color: #6666CC; text-decoration: none}
A:hover   {color: #A64D80; text-decoration:underline} 

.error{
	border: 1px solid rgb(153, 0, 0);
	background-color:#ffdddd;
}

.ajaxStatus{
	position:absolute;top:4px;left:100px;height:20px;width:300px;
	font-weight: 800; font-size: 15px;
	color:#ff0000;
}

.product{
	position:absolute;
	top:1px;height:20px;
}