/*
This is 	style-admin.css   
It can be used to style all admin pages
You can over ride this 		style-admin.css 	by using a child theme that includes a 		style-admin.css 	and adding your own styles there
*/

div.error {
border:2px solid red;
border-left:4px solid red;
}



