html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

a img { border: none; }


body {
	font-size: 10pt;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
h2 {
  margin-top: 1.2em;
  font-size: 16pt;
}
h2:first-of-type {
  margin-top: 0.3em;
}
h3 {
  margin-top: 1.2em;
  font-size: 13pt;
}
h4 {
  margin-top: 1.2em;
  font-weight: bold;
}
p {
	margin-top: 1.2em;
}
th, td {
	vertical-align: top;
}

/* flash, errors, notices */

p.flash {
  padding: 0.75em 0;
	margin: 0 -10% 0 -10%;
}
p.flash.notice {
  background: #cfc;
  color: #051;
  text-align: center;
}
p.flash.error {
  background: #e6acb6;
  color: #510;
  text-align: center;
}

#content fieldset {
  clear: both;
	margin: 0 9px 0px 0px;
}
#content .col {
	width: 46%;
}
#content .col:last-child {
	float: right;
}
#content .col:first-child {
	float: left;
}
#content .col:only-child {
	width: 100%;
}
#content .col > * {
	/*margin-left: -4px;*/
}
#content .col > .inline {
	margin-left: 0;
}
input[type=text],
input[type=password],
textarea {
	width: 100%;
	padding: 4px 8px;
	font-size: 14px;
	border: 1px solid #999;
  font-family: "Helvetica Neue", "Helvetica", "Arial", Verdana;
}
textarea {
  height: 100px;
}
textarea.big {
  height: 400px;
}
select {
  margin: 3px 0;
}
input.big[type=text],
input.big[type=password] {
  font-size: 20px;
}
textarea.small {
	height: 79px;
}
label {
	display: block;
	clear: both;
  color: #555;
	text-shadow: #fff 1px 1px;
  line-height: 1.2em;
	margin-top: 15px;
	margin-bottom: 6px;
}
label.inline {
  position: relative;
  display: inline;
  top: -2px;
  vertical-align: baseline;
}
label.light {
  font-weight: normal;
}
#content form h2 {
  font-size: 12pt;
}
#content form p {
	margin-top: 0.5em;
}
#content form p.buttons {
	margin-top: 1.2em;
}
.error_message {
  float: right;
  margin-top: -25px;
  margin-right: -9px;
  color: #c00000;
  font-style: italic;
  font-size: .9em;
}
.hint {
  font-size: 0.85em;
  color: #999;
	margin-top: 6px;
}
.wide_button {
  display: block;
  color: #555;
  background: #f6f6f6;
  padding: 5px;
  text-decoration: none;
  margin-top: 10px;
  text-align: center;
  outline: none;
}
.wide_button:hover {
  background-color: #ddd;
  text-decoration: none;
}

#main {
  width: 30%;
	margin-left: 35%;
	padding-top: 0px;
}
#content {
	padding: 20px 30px 30px 30px;
}