
@import url("/stylesheets/default.css");


/*
VERIFY
******************************/
p.confirm {
	font-size: 1.3em;
}

#verify_content {
	width: 680px;
	margin: 0 auto;
	padding: 10px;
	color: #000000;
}

#verify_content em {
	color: #bf4d21 !important;
}

table.confirm_table {
	width: 700px;
	margin: 10px auto;
	border-collapse: collapse;
	border: #000000 1px solid;
}

table.confirm_table th {
	margin: 0;
	padding: 2px 8px 1px 8px;
	text-transform: uppercase;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	background: #000000;
}

table.confirm_table td {
	margin: 0;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	color: #bf4d21;
}

table.confirm_table td strong {
	font-weight: bold;
	font-style: normal !important;
	color: #000000 !important;
}

table.confirm_table td {
	margin: 0;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	color: #bf4d21;
}

table.confirm_table td.notice {
	margin: 0;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	font-style: normal  !important;
	color: #000000 !important;
}

table.confirm_table td.price {
	width: 75px;
	margin: 0;
	padding: 10px;
	text-align: right;
	font-weight: normal;
	font-style: normal  !important;
	color: #009500 !important;
	border-top: #cccccc 1px solid;
}

table.confirm_table td.billing_item {
	width: 625px;
	margin: 0;
	padding: 10px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	color: #bf4d21;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}

table.confirm_table td.total_item {
	width: 625px;
	margin: 0;
	padding: 10px;
	text-align: right;
	font-weight: bold;
	font-style: normal !important;
	color: #ff0000;
	border-top: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
}

table.confirm_table td.total_price {
	width: 75px;
	margin: 0;
	padding: 10px;
	text-align: right;
	font-weight: bold;
	font-style: normal  !important;
	color: #ffffff !important;
	border-top: #cccccc 1px solid;
	background: #009500;
}


/*
FORMS
******************************/

form {
	width: 700px;
	margin: 0 auto;
}

form fieldset {
	margin-top: 1em;
	padding: 10px 10px 20px 10px;
	background-color: #ffffff;
	border: #000000 1px solid;
}

form legend {
	padding: 4px 8px 4px 8px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	background: #000000;
}

form label {
	display: block;
	clear: left;
	float: left;
	text-align: right;
	width: 240px;
	margin-right: 10px;
}

form .item {
	clear: both;
	padding-top: .5em;
}

input {
	float: left;
}

input.nofloat {
	float: none;
}

input.form_text {
	float: left;
	margin: 1px 5px 1px 0;
	padding: 2px 0 2px 2px;
	font-size: 14px;
	background: #ffffff;
	border: #cccccc 1px solid;
}

input.required {
	float: left;
	margin: 1px 5px 1px 0;
	padding: 2px 0 2px 2px;
	font-size: 14px;
	background: #eeeeee;
	border: #cccccc 1px solid;
	border: #ff0000 1px solid;
}

textarea {
	float: left;
	margin: 1px 0 1px 0;
	padding: 2px 0 2px 2px;
	font-size: 14px;
	background: #ffffff;
	border: #cccccc 1px solid;
}

input.form_text:hover, input.form_text:active, textarea:hover, textarea:active {
	font-size: 14px;
	background: #f2f2f2;
	border: #cccccc 1px solid;
}

input.form_text:focus, textarea:focus {
	font-size: 14px;
	background: #f2f2f2;
	border: #aaaaaa 1px solid !important;
}

#submit_button {
	height: 30px;
}

form .schedule {
	border: #999999 1px solid;
}

form .schedule td {
	border: #cccccc 1px solid;
}

form .schedule tfoot {
	font-size: .85em;
}

form p {
	clear: both;
}

form p.notes_heading {
	clear: both;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

form p.spacer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 1px;
}

.small_print {
	font-size: .9em;
}

.error {
	color: red;
}

h4 {
	margin: 15px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
}