/* --- set all margins and paddings to 0 for consistency --- */

* {
	margin: 0;
	padding: 0;
}

/* --- elements --- */

body {
	color: #666;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #999;
	margin: 1em 0;
}
h1 {
	font-size: 1px;
	line-height: 1px;
	text-indent: -6000px;
	overflow: hidden;
	display: block;
	background: url(../images/heading_dalesradio.gif) no-repeat top left;
	width: 278px;
	height: 54px;
}
p {
	margin: 1em 0;
}
p, li {
	font-size: 1em;
	line-height: 1.6em;
}
ul, ol {
	margin: 1em 3em;
}

a:link, a:active, a:visited {
	color: #8dc63f;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}
a:hover {
	color: #333;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

/* --- site structure --- */

div#doc-container {
	width: 400px;
	margin: 3em auto;
	padding: 5em 0 6.5em 200px;
	background: url(../images/logo_antenna.gif) no-repeat top left;
}


/* --- form bits --- */
fieldset {
	margin: 1em 0;
	padding-bottom: 1em;
	border: 1px solid #ccc;
}
legend {
	color: #8DC63F;
	font-size: 1em;
	font-weight: bold;
	margin: 0 10px;
}
label {
	display: block;
	padding: 1em 0 0.2em 10px;
}
input.standard, textarea.standard {
	margin: 0 0 0 10px;
	width: 250px;
	border: 1px solid #bbb;
	padding: 0.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555;
}
input.standard:hover, 
input.standard:focus, 
textarea.standard:hover, 
textarea.standard:focus {
	border: 1px solid #8DC63F;
	background: #eee;
}
input.button {
	display: block;
	margin: 1em 10px 0 10px;
}
/* --- miscellaneous styling --- */
span.required {
	color: #bbb;
}
div.usermessage {
	margin: 1em 0;
	background: #eee;
	border: 1px solid #bbb;
}
div.usermessage ul {
	margin: 0 2em;
	padding: 0.5em 0;
}
div.usermessage ul li {
	color: #c00;
}







