/* ------------------------------------------------------------ */
/* Start Reset */
/* ------------------------------------------------------------ */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------------------------ */
/* Start Stylin' */
/* ------------------------------------------------------------ */

body {
	font: 12px 'Lucida Grande', Arial, Hevetica, sans-serif;
	background: #FFF;
	color: #000;
}

#container {
	width: 780px;
	padding: 10px;
	margin: 10px auto;
}

h1 {
	font-size: 16px;
	margin: 10px 0;
}

div, p {
	margin: 10px 0;
	line-height: 18px;
}

form div span {
	color: red;
	padding: 0 0 0 4px;
}
fieldset {
	border: 1px solid #C3C3C3;
	margin: 20px 0;
	padding: 10px 10px 5px 10px;
}
legend {
	font-size: 13px;
	font-weight: bold;
	padding: 0 10px;
}
label {
	clear: left;
	width: 240px;
	display: block;
	float: left;
	padding: 2px 10px 0 0;
	text-align: right;
}
label:hover {
	cursor: pointer;
}
.formhelper {
	margin: 4px 0 20px 250px;
	font-size: 11px;
	font-style: italic;
}
input#submitbtn {
	float: right;
}

.ebox {
	padding: 0 10px;
	margin: 0 0 20px 0;
	border: 1px solid red;
	background: #ffe5e5;
}
.ebox * {
	line-height: normal;
	margin: 0;
	padding: 0;
}

.fbox {
	padding: 0 10px;
	margin: 0 0 20px 0;
	border: 1px solid #009b0b;
	background: #ccebce;
}
.fbox * {
	line-height: normal;
	margin: 0;
	padding: 0;
}

