
body {
	background: #e9eae0 url(../img/body-bg.png) repeat-x top center;
	margin: 0;
	padding: 0;

	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #777777;
}

a img { border: 0; }

a, a:link, a:visited {
	color: #5c8727;
	text-decoration: underline;
}

a:hover, a:active {
	color: #5c8727;
	text-decoration: none;
}

.left {
	float: left;
	margin-right: 5px;
	margin-top: 4px;
}

.right {
	float: right;
	margin-left: 5px;
	margin-top: 4px;
}

.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
}

label {
	display: block;
	margin-bottom: 4px;
}

input[type="text"], input[type="password"], select, textarea {
	border: 1px solid #86867c;
	color: #86867c;
	font-size: 11px;
}

.white {
	display: block;
	padding: 5px;
	color: white;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
}

h2 {
	font-size: 1.2em;
	color: #5c8727;
	font-weight: bold;
}


#walt-speak-top {
	height: 20px;
	background: url(../img/walt-quote.png) no-repeat top center;
}

#walt-speak {
	background: url(../img/walt-quote.png) no-repeat bottom center;
	color: #5c8727;
	padding: 4px 15px 15px 15px;
}


.tbltitle {
        display: block;
        color: white;
        font-weight: bold;
}

.warn, .error {
	color: #cc0000;
	font-weight: bold;
}

#your-impact {
	width: 400px;
	height: 280px;

	background: url(../img/your-impact.jpg) no-repeat;
}

#your-impact .padd {
	padding: 36px 18px 12px 18px;
}

#your-impact .shade {
	padding: 2px 10px;
	font-weight: bold;
	color: white;
	background-color: #98c13d;
}


#your-impact p {
	margin: 12px 0;
}
