/*
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;
}

/* styles */

body {
	font-family: helvetica, arial, sans-serif;
	background: #ccc;
	line-height: 1.2;
	font-size: 90%;
}
#container {
	padding: 40px;
	padding-top: 10px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	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;
}
.blue {
	color: #009;
	padding: 1px;
}
.green {
	color: #090;
	padding: 1px;
}
.red {
	color: #900;
	padding: 1px;
}	
a img {
	border: 0;
}
img.logo {
	float: right;
}
#buttons {
	margin-left: 150px;
	margin-bottom: 20px;
	overflow: auto;
}
#status {
	display: inline;
	font-weight: normal;
}
#togglebutton {
	text-decoration: none;
}
#togglebutton {
	display: inline;
	/*font-weight: no;*/
	float: right;
	margin-right: 10px;
	cursor: pointer;
	color: #000;
	padding: 5px;
	border-bottom:1px solid #3E6D8E;
	border-right:1px solid #7F9FB6;		
	background: #cdf;
}
#togglebutton em, #jw em {
	font-weight: normal;
	background: #fff url('hover.png') no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: 250px;
	/*left: -50px;*/
	margin-left: -150px;
	text-align: center;
	padding: 15px 10px 14px;
	font-style: normal;
	z-index: 2;
	display: none;
	color: #555;
}
.bottomlink {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	display: block;
}
legend {
	font-weight: bold;
}
fieldset, legend {
	border: 1px solid #ddd;
	background: #f5f5f5;
	padding: 10px;
}
strong {
	font-weight: bold;
}
