.form-structure {
	border-bottom:1px solid #AAAAAA;
	position:relative;
}
.form-structure label, .form-structure  select, .form-structure input, .form-structure span.label-standin {
	display:inline;
	float:left;
}
.form-structure select, .form-structure input {
	color:#000;
}
.form-structure label, .form-structure input, .form-structure span.label-standin {
	font-size:1.4em;
}
.form-structure h1 {
	border-bottom:1px solid #AAAAAA;
	color:#000;
	font-size:2.4em;
	margin:20px 0 0 0;
	padding:0 0 10px 169px;
}
.form-structure div {
	clear:left;
	margin-top:10px;
	position:relative;
}
.form-structure div .info {
	background:#CCCCCC;
	left:551px;
	line-height:20px;
	padding:6px 11px 0px;
	position:absolute;
	top:-10px;
}
.form-structure div .arrow {
	border-color:#FFF #CCCCCC #FFF #FFF;
	border-style:solid;
	border-width:15px 16px 15px 0;
	left:535px;
	position:absolute;
	top:-10px;
}
.info span.cost {
	color:#000;
	font-size:2em;
	font-weight:bold;
}
.info span.term {
	color:#000;
	font-size:1.2em;
}
.form-structure div p.message {
	color:#8F8F8F;
	font-size:1.1em;
	left:530px;
	position:absolute;
	top:8px;
}
.form-structure div p.message.long {
	left:575px;
}
.form-structure div p.message.limit {
	background-color:#DDDDDD;
	color:#000;
	font-size:1.2em;
	left:520px;
	padding:5px;
	top:0px;
	width:123px;
	z-index:3;
}
.form-structure div p.message span.error {
	color:#CD0006;
	font-size:1.4em;
	font-weight:bold;
}
label.input-standard,
span.label-standin {
	color:#4F4F4F;
	font-size:1.4em;
	font-weight:bold;
	line-height:28px;
	margin:0 10px 15px 20px;
	text-align:right;
	width:140px;
}
label.input-standard.quarter {
	width:30px;
}
label.input-standard.three-quarters {
	width:90px;
}
label.label-radio {
	font-weight:bold;
	margin:8px 10px 0 5px;
	width:60px;
}
input.input-radio {
	margin-top:8px;
}
.form-structure div input.input-text {
	padding:3px;
	width:335px;
}
.form-structure div input.input-text.short {
	width:162px;
}
select {
	font-size:1.2em;
	margin:6px 0 0 0;
}
select.select-long {
}
select.short {
	width:52px;
}

p.terms {
	background-color:#DDDDDD;
	float:left;
	font-size:1.4em;
	line-height:18px;
	margin:12px 0 0px 0;
	padding:0 10px 0 30px;
	text-align:right;
	width:300px;
}
p.terms a {
	color:#00B0D9;
}
p.terms a:hover {
	background-color:#00B0D9;
	color:#FFF;
}

.input-submit {
	background:url('images/ui-bg_glass_15_000000_1x400.png') 50% 50% repeat-x;
	border:2px solid #CCCCCC;
	color:#FFF;
	float:left;
	font-size:2em;
	height:40px;
	line-height:20px;
	padding:5px;
	margin:10px 0 10px 5px;
}
a.pseudo-button {
	background:url('images/ui-bg_glass_15_000000_1x400.png') 50% 50% repeat-x;
	border:2px solid #CCCCCC;
	color:#FFF;
	float:left;
	font-size:2em;
	line-height:34px;
	margin:10px 5px;
	padding:2px 10px 0;
}
button.input-submit:hover,
a.pseudo-button:hover {
	background-color:#000;
	background-image:url('images/ui-bg_glass_25_000000_1x400.png');
	border-color:#AAAAAA;
}
div.helper-monkey {
	height:23px;
	left:345px;
	margin:0px;
	position:absolute;
	width:23px;
	z-index:2;
}
div.form-structure div.help-box {
	background:#DDDDDD;
	border:1px solid #AAAAAA;
	padding:5px;
	position:absolute;
	left:-9999px;
	top:-95px;
	width:300px;
}
div.form-structure div.helper-monkey:hover div.help-box {
	left:23px;
}
div.form-structure div.help-box img {
	float:left;
	margin-right:5px;
}
div.form-structure div.help-box h3 {
	margin:0 0 5px 0;
	text-transform:uppercase;
}
div.form-structure div.help-box p {
	font-size:1.2em;
	line-height:1.4em;
}
div.form-structure .help {
	border:1px solid #AAAAAA;
	display:block;
	height:16px;
	margin:4px 5px;
	width:16px;
}
input[disabled],
select[disabled] {
	color:#8F8F8F;
}
p.global-error {
	color:#CD0006;

	font-size:1.4em;
	font-weight:bold;
	margin-left:170px;
}
div.extra-input {
	position:absolute;
	left:-9999px;
	top:-9999px;
}
