/*
This CSS was created by Jon Winstanley http://www.jonwinstanley.com
(Apart from the excellent reset section - Eric Meyer CSS Reset Revisited)
If you use any of my code, please leave a note in your code crediting my work
Thanks!
*/

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,
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;
}
ol, 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: "" "";
}

/* fonts */

h1, h2, h3, h4, h5, h6, p, li {
	margin-top: 20px;
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-family: garamond, times new roman;
	font-weight: bolder;
}
h1 { font-size: 3.4em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }
p, li, button {
	font-size: 1.0em;
}

/* generic */

.hide {
	display: none;
}
.right {
	float: right;
}
img {
	padding: 20px;
}

/* styles */

body {
	font-family: helvetica, arial, sans-serif;
	background: #c0c5cf;
	line-height: 1.2;
	font-size: 90%;
}
#container {
	padding: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 650px;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #666;
	background: #fff;
}
input, textarea {
	display: block;
	margin: 10px;
	margin-left: 210px;
	width: 300px;
	padding: 5px;
	padding-bottom: 2px;
}
label {
	color: #009;
	width: 200px;
	display: block;
	float: left;
	/*font-weight: bold;*/
	text-align: right;
	margin-top: 6px;
}
label.error {
	color: red;
	display: inline;
	float: none;
	margin: 0;
	padding: 0;
	margin-left: 160px;
	font-size: 0.9em;
}
button {
	margin-left: 210px;
	padding: 5px;
	font-weight: bold;
	width: 200px;
}
p#result{
	background: #eef;
	border: 1px solid #bcd;
	padding: 10px;
	padding-top: 0;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0;
}
strong {
	font-weight: bold;
}
.blue {
	color: #009;
	padding: 1px;
}
.green {
	color: #090;
	padding: 1px;
}
.red {
	color: #900;
	padding: 1px;
}
.note {
	color: #777;
	padding: 5px;
}
.instructions {
	background: #ff9;
	padding: 2px;
	padding-left: 40px;
}
a img {
	border: 0;
}
img.logo {
	float: right;
}
li {
	list-style-type: disc;
}
#buttons {
	margin-left: 150px;
	margin-bottom: 20px;
	overflow: auto;
}
fieldset {
	border: 1px solid #ccc;
	background: #f0f5ff;
	/*padding: 10px;*/
}
legend {
	font-weight: bold;
	padding: 5px;
}
#password_form {
  margin-top: 20px;
}

