/* 

	Main Color: 		#678e11
	Secondary Color:	#b6c77f

*/

body
{
	background-image: url(../img/background.jpg);
	/*background-color: #87a52a;*/
	background-color: #759824;

}

#dynamic-content ul li
{
	background-image: url(../img/listElement.gif);
}





input.error, textarea.error, select.error, checkbox.error
{
    background-color: #b6c77f !important;
}

input.error, textarea.error, select.error, checkbox.error { 
	background-color: #b6c77f !important;
}	
	
#errMsg
{
	color: #678e11 !important;
}

form label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #678e11 !important;
}
