/* CSS 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,
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;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: 'lucida grande', helvetica, arial, sans-serif;
}
ol, ul {
	list-style: none;
}
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: "" "";
}
/* END RESET ******************************************************/

strong {
  font-weight: bold;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix {
  clear: both;
}
a:link,
a:visited,
a:hover {
  color: blue;
}
#public #wrapper .left {
  width: 65%;
}
#public #wrapper .right {
  width: 30%;
  border-left: 1px dotted #bbb;
  padding-left: 20px;
}
#container {
  margin: 40px auto 10px auto;
  width: 600px;
}
#container #logo {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 10px solid #f1f1f1;
  margin-bottom: 10px;
}
p {
  font-family: georgia, 'lucida sans', sans-serif;
  font-size: 16px;
  font-style: italic;
  line-height: 140%;
  color: #999;
}
input.text {
  padding: 3px;
  font-size: 14px;
  width: 90%;
}
span.checkbox {
  margin: 7px 0 7px 5px;
}
span.checkbox input {
  margin: 0 0 0 4px;
  padding: 0;
}
p.submission {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 12px;
  font-style: normal;
  font-family: 'lucida grande', sans-serif;
  border-top: 1px solid #eee;
}
p.submission span {
  font-size: 10px;
  margin-left: 5px;
}
p.notice,
p.error {
  font-size: 13px;
  font-family: 'lucida grande', arial;
  color: #fff;
  padding: 5px;
  margin-bottom: 15px;
}
p.notice {
  background: green;
}
p.error {
  background: red;
}
p.inline {
  font-size: 12px;
  font-style: normal;
  font-family: 'lucida grande', sans-serif;
  margin-top: 8px;
}
p.inline input {
  margin: 0;
  padding: 0;
}
label {
  font-size: 12px;
  font-style: normal;
  font-family: 'lucida grande', arial;
  display: block;
  color: #333;
}
p.options {
  font-size: 12px;
  margin-top: 10px;
  font-style: normal;
}
label.inline {
  display: inline;
  font-size: 12px;
  color: #777;
}
div.attn {
  background: #ffffcc;
  border: 1px dotted #b7a30a;
  padding: 15px;
  margin-top: 25px;
}
div.attn p {
  width: 340px;
  font-family: 'lucida grande';
  font-size: 14px;
  line-height: 150%;
  font-style: normal;
  color: #b76a0a;
}
div.attn form {
  float: right;
}
div.attn label {
  margin-bottom: 3px;
}
div.attn form input.text {
  width: 150px;
}
h1 {
  text-transform: uppercase;
  color: #111;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: bold;
}
div.confirmation {
  background: #fffff5;
  border: 1px dashed #ddd;
  padding: 15px;
}
div.confirmation p {
  color: #845707;
  font-size: 14px;
  font-style: normal;
}
#ftr p {
  text-align: right;
  margin-top: 10px;
  border-top: 10px solid #f1f1f1;
  padding-top: 5px;
  font-size: 13px;
}
#ftr p a:link,
#ftr p a:visited,
#ftr p a:hover {
  color: inherit;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 175px;
  border: 2px solid red;
  padding: 7px;
  margin-left: 0;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  margin-left: 14px;
}

