@media all {
body, input, textarea, table {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

#flash {
	background-color: #6bff6f;
	border: 1px solid #599d32;
	padding: 10px;
	text-align: center;
	width: 600px;
}

/* @group Headings */

h1, h2, h3, h4 {
	clear: left;
}

h1 { font-size: 22px; font-weight: normal; margin-top: 1em; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

/* @end */

/* @group Links */

a {
	color: #30782e;
	text-decoration: underline;
}

a:hover {
	color: #1c4a1d;
}

a img {
	border: 0;
}

/* @end */

/* @group Lists */

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}

ul ul, ul ol, ol ol, ol ul {
	margin: 0;
	padding-left: 20px;
}

li {
	margin: 0;
	padding: 0;
}

.paragraph li {
	margin: 5px 0;
}

/* @end */

/* @group Forms */

form {
	padding: 0;
	margin: 0;
}

/* @group Errors */

.errorExplanation {
	border: 1px solid #9a0003;
	width: 500px;
	margin: 20px 0;
}

.errorExplanation h2 {
	color: #9a0003;
	font-size: 16px;
	margin: 0;
	padding: 5px;
}

.errorExplanation p {
	margin: 5px;
}

.fieldWithErrors input, .fieldWithErrors textarea, .fieldWithErrors select {
	border: 1px solid red;
}

/* @end */

/* @group Inputs */

p.input {
	margin: 2px 0;
	clear: left;
	width: auto;
}

p.input.large {
	margin: 10px 0;
}

p.input label {
	display: block;
	width: 140px;
	float: left;
	text-align: right;
	margin-right: 3px;
}

p.input label.long {
	width: 210px;
}

p.input.large label {
	width: auto;
	float: none;
	clear: none;
	text-align: left;
	margin: 0;
}

p.input.radio {
	margin-left: 120px;
}

p.input.radio.multi {
	margin-left: 150px;
}

p.input.radio label {
	display: inline;
	float: none;
	width: auto;
	clear: none;
	text-align: left;
	margin: 0;
}

p.input.checkbox {
	margin-left: 50px;
	width: 500px;
}

p.input.checkbox label {
	display: inline;
	float: none;
	width: auto;
	clear: none;
	text-align: left;
	margin: 0;
}

p.input label.inline {
	display: inline;
	width: auto;
	float: none;
	clear: none;
	margin: 0;
	text-align: left;
}

p.submit {
	height: 40px;
	text-align: center;
	clear: left;
}

p.submit .back {
	float: left;
}

p.submit .continue {
	float: right;
}

p.submit input {
	background-color: #41a231;
	color: #fff;
	letter-spacing: 1px;
	padding: 2px;
	border: 1px outset #45ac33;
	vertical-align: middle;
}

p.submit input:active {
	border-right-color: #96b3ea;
	border-bottom-color: #96b3ea;
	border-top-color: #002d84;
	border-left-color: #002d84;
}

p.submit input.image, input.image {
	border: 0;
	padding: 0;
	background: inherit;
	vertical-align: middle;
}

input, textarea {
	border: 1px solid #bbb;
	background-color: #ebebeb;
	padding: 1px;
}

input:focus, input:focus, textarea:focus, textarea:focus {
	background-color: #e7ffad;
	border: 1px solid #747474;
}

input.checkbox, input.radio {
	border: 0;
	background: transparent;
	padding: 0;
}

textarea.max-width, input.max-width {
	width: 100%;
}

input.currency {
	width: 4em;
}

input, textarea, select {
	margin: 0;
}

/* @end */

/* @group Fieldset */

fieldset {
	border: 1px solid #b3b3b3;
	margin: 20px 0;
	background-color: #ddd;
}

legend {
	font-weight: bold;
	padding: 3px 8px;
	color: #235521;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #555;
}

fieldset p {
	margin: 5px 0;
}

fieldset input {
	background-color: #fff;
}

/* @end */

/* @end */

/* @group Tables */

/* @group Schedule */

table.schedule {
	border-collapse: collapse;
}

table.schedule td, table.schedule th {
	padding: 2px 10px;
}

table.schedule td {
	border-top: 2px solid #757575;
}

/* @end */

/* @group Information */

table.information td, table.information th {
	padding: 2px 5px 2px 5px;
	border: 1px solid #aaa;
}

table.information {
	border-collapse: collapse;
}

table.information th {
	background-color: #6796ff;
	text-align: center;
	border: 1px solid #555;
}

table.information ul, table.information ol {
	padding-left: 25px;
}

/* @end */

/* @group Receipt */

table.receipt {
	border-collapse: collapse;
}

table.receipt td {
	padding: 2px 10px 2px 0;
}

table.receipt td.amount {
	text-align: right;
}

table.receipt tr.subtotal {
	text-align: right;
	font-weight: bold;
}

table.receipt tr.total {
	text-align: right;
	font-weight: bold;
	border-top: 1px solid #000;
}

/* @end */

/* @group Listing */

table.listing {
	border-collapse: collapse;
}

table.listing td, table.listing th {
	padding: 2px 5px 2px 5px;
	border: 1px solid #aaa;
}

table.listing th {
	background-color: #4cac48;
	text-align: center;
	border: 1px solid #555;
}

table.listing ul, table.listing ol {
	padding-left: 25px;
}

table.listing th.spacer {
	border: none;
	background: transparent;
}

/* @end */

td.nowrap, th.nowrap {
	white-space: nowrap;
}

/* @end */

/* @group Paragraphs */

div.note p, p.note {
	clear: left;
	color: #555;
	line-height: normal;
}

div.note.field p, p.note.field {
	background: #fff url(/stylesheets/images/note-arrow.gif) no-repeat left top;
	text-indent: 20px;
	margin: 1em 50px;
	width: 500px;
	border: 1px solid #9c6f34;
	padding: 5px;
}

.disclaimer {
	border: 1px solid #708358;
	background-color: #cadab5;
	margin: 10px 0 10px 50px;
	width: 500px;
}

.disclaimer p {
	margin: 5px;
}

/* @end */

/* @group Images */

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

/* @end */

/* @group Actions/Buttons */

.actions a, .button {
	color: #3f4bff;
	padding: 2px 5px;
	text-decoration: none;
	font-size:  12px;
}

.actions a:hover, .button:hover {
	color: #fff;
	background-color: #3f4bff;
}

.actions a.bad, .button.bad {
	color: #f00;
}

.actions a.bad:hover, .button.bad:hover {
	color: #fff;
	background-color: #f00;
}

.actions a.good, .button.good {
	color: #009500;
}

.actions a.good:hover, .button.good:hover {
	color: #fff;
	background-color: #009500;
}

.actions {
	list-style-type: none;
	padding: 0;
	margin: 10px 0;
	height: 20px;
}

.actions li {
	display: block;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
}

/* @end */

/* @group Quotations */

blockquote {
	margin: 2em 5em 2em 2em;
	font: 14px Georgia, "Times New Roman", Times, serif;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	padding: 0 10px;
	line-height: 1.5em;
	background-color: #f5f5f5;
}

blockquote cite {
	display: block;
	text-align: right;
	font-style: italic;
}

/* @end */
}
