#registerForm label.error, #contactusform label.error, #forgotPassword label.error, #joinLoginForm label.error, #edit_profile_form label.error, #form_new_message label.error, #form_message_reply label.error
{
	background:transparent url(./images/unchecked.gif) no-repeat scroll 0px;
	color:#EA5200;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:16px;
}
#registerForm label.checked {
  background:url("./images/checked.gif") no-repeat 0px 0px;
}

#registerForm .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}
#recipeForm label.error,#miniblogForm label.error
{
	background:transparent url(./images/unchecked.gif) no-repeat scroll 0px;
	color:#EA5200;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:16px;
	display:block;
}
#recipeForm label.checked,#miniblogForm label.checked
{
  background:url("./images/checked.gif") no-repeat 0px 0px;
  display:block;
}
#recipeForm .success_msg,#miniblogForm .success_msg
{
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}
#commentform label.error, #commentformfavorite label.error
{
	background:transparent url(./images/unchecked.gif) no-repeat scroll 0px;
	color:#EA5200;
	font-weight:bold;
	padding-bottom:2px;
	padding-left:16px;
	display:block;
}
#commentform label.checked {
  background:url("./images/checked.gif") no-repeat 0px 0px;
  display:block;
}

#commentform .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}