	body {
		color: #000;
		background: #EEE;
		font-family: Verdana, Helvetica, Arial, 'Times New Roman', sans-serif;
		font-size: 76%;
		margin: 1em;
	}
	h1, h2, h3, h4, h5, h6, blockquote { color: #333; }
	h1 { font-size: 200%; }
	h2 { font-size: 150%; margin-top: 1em; }
	h3 { font-size: 115%; }
	h4 { font-size: 100%; margin-top: 1em;}
	h5 { font-size: 80%; }
	h6 { font-size: 65%; }
	em { color: #993; }
	acronym { 
		color: #990;
		cursor: help; 
	}
	a:hover { 
		color: #F90;
	}

	#emwrapper {
		max-width: 35em;
	}

	h4#emcrumbs {
		color: #AAA;
		margin: 0;
		border: 1px solid #900;
		padding: 0.4em;
	}
		h4#emcrumbs span.stepfocus {
			color: #900;
		}
		h4#emcrumbs a {
			color: #090;
			text-decoration: none;
		}
		h4#emcrumbs a:hover {
			color: #990;
		}

	#emversion ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#emversion {
		position: absolute;
		top: 1em;
		right: 1em;
		border: 1px solid #900;
		background: #EEE;
		padding: 0.5em;
	}
		
.urgent, .invalid {
	color: #F00;
}
.success, .valid {
	color: #090;
}

/* Form */
	#swhemailsent {
		color: #090;
	}
	.cssform {
	}
	.cssform fieldset { 
		padding: 0.5em;
	}
	/*
	.cssform fieldset:hover { 
		border-color: #900;
		background-color: #F6F6F6;
	}
	.cssform fieldset:hover legend { 
		color: #F00;
	}
	*/
	.cssform fieldset div { 
		clear: both;
		line-height: 1.4em;
	}
	.cssform fieldset label { 
		display: block;
		width: 10em;
		float: left;
		color: #00C;
		padding: 0 1em 0 0;
		white-space: nowrap;
	}
	.cssform fieldset label span {
		color: #F00;
		font-weight: bold;
	}
	.cssform fieldset input:focus, .cssform fieldset textarea:focus { 
		background: #FFC;
	}
	.cssform fieldset label:hover { 
		color: #F30;
	}
	.cssform input, .cssform textarea {
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 1em;
		color: #000;
		background: #FFF;
	}
	.cssform .formradios div {
		width: 12em;
		float: left;
		clear: none;
	}
		.cssform .formradios label {
			width: auto;
			padding: 0 1em 0 0;
		}
		.cssform .formradios input {
			float: left;
			background: none;
		}
	.cssform .importanceradios div {
		width: 8em;
		float: left;
		clear: none;
	}
	.cssform .submitoptions {
		margin: 1em 0;
	}
		.cssform .submitoptions input {
			background: #D4D0C8;
		}
/* end - Form */

