﻿/* endsdirectory.com site wide styles 
Author:Jeremy Halliwell
Version:20050839
*/

/* print styles*/


/* defaults for standard elements */
* {
	margin:0;
	padding:0;
}
a {
	color:#093;
}
body {
	font:80%/140% Arial, Helvetica, sans-serif;
}
/* images */
img {
	border:0;
}
/* forms */
label,
button {
	cursor:pointer;
}
button,
input.submit {
	border:1px outset #CCC;
	cursor:pointer;
}
.focus {
	background:#ffc;
}
.tickbox {
	border:0 !important;
}
/* lists */
ul {
	list-style:none;
}
/* generic classes */
.error {
	background:#fff9a3 url(../img/exclamation.png) center no-repeat;
	background-position:15px 50%;
	border-bottom:2px solid #ffd324;
	border-top:2px solid #ffd324;
	color:#c03;
	font-style:italic;
	padding:5px 20px 5px 45px;
	
}
.information {
	color:#966;
}