html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}

h1 { font-size: 2em; padding: 1em;}

ol, ul, form ul { list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body { 
text-align: left;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 85%;
} 

.content { width: 25em;}

/*	Used to display directions/explainations of fields to right of input field.	*/ 

form li { margin: 1em;}

label {
position: relative;
float: left;
width: 10em;
margin-top: .6em;
margin-right: .5em;
text-align: right;
font-weight: bold;
}

label em.msg {
color: #aaa;
font-size: .85em;
font-style: normal;
position: absolute;
top: 0;
right: -275px;}

input, textarea, select { width: 20em; margin: .1em;}

textarea { border: 1px solid #7f9db9; width: 22.5em; margin-left: .1em;}

<!-- if IE >
textarea { margin-left: 1em; margin: 1em;}
<![endif]-->

.req span { color: #f00; font-weight: bold;} 

/*	Used to hide information from the visual screen, but not screen readers. The .required is for hidng required text on form fields.	*/ 
.hide, .hide a, .hide a:hover, a:visited, label em {position: absolute; left: -5000px; top: -5000px;}

legend { font-size: 1.5em;} 

fieldset { 
clear: both;
padding: .5em 1em; 
margin: 1em;
border: 0 solid #000;
width: 50em;
clear: both;
} 

.form_choices label { width: 10em;}

.form_choices legend{ font-size: 1.25em;}

.form_choices input{ width: 1.5em;}
