/* ======================================================================
   BASIC CSS for Careforce - Copyright 2007
   Author: Barnaby Hart, Igentics Ltd   
/* =====================================================================*/
* { padding:0; margin:0; } 
body {
	margin: 2em;
	font-size: 90%;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.3; 
	font-family: Verdana,arial,helvetica,sans-serif;
	background: #fff;
	color: #000;
}
body, input, select, textarea {
	font-family: Verdana,arial,helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,arial,helvetica,sans-serif;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.2em;
}
img {
	border: 0;
}
p, ul {
	padding-bottom: 1em;
}
label span {
	width: 130px;
	padding-top: 1px;
}