#forms-messages {
	margin-bottom: 10px;
	font-weight: bold;
}
#forms-messages-successes {
	border: 1px solid #33ff00;
	background: #ccffcc;
	padding: 10px;
}
#forms-messages-errors {
	color: #f00;
	background: #fff0f0;
	border: 1px solid #f00;
	padding: 10px;
	margin-bottom: 20px;
}
#forms-messages-errors a {
	color: #f00;
}

#forms-banner {
	padding-top: 10px;
	border-top: 2px solid #f1f1f1;
}

#forms-steps {
	padding-bottom: 20px;
	border-bottom: 1px solid #e3e4e3;
	margin-bottom: 10px;
}
#forms-steps ul {
	list-style: none;
}
#forms-steps li {
	float: left;
	width: 150px;
	margin-left: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
#forms-steps li.first {
	margin-left: 0;
}
#forms-steps li img {
	display: block;
}
#forms-steps li strong {
	color: #be4545;
	font-size: 42px;
	float: left;
	margin-right: 10px;
	margin-top: -6px;
}
#forms-steps li span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: #999999;
}
#forms-steps li.active {
}
#forms-steps li.inactive {
	color: #b4b4b4;
}
#forms-steps li.inactive img {
}
#forms-steps li.inactive strong {
	color: #b4b4b4;
}
#forms-steps li.inactive span {
	color: #b4b4b4;
}

#forms-submit {
	margin-top: 30px;
	border-top: 2px solid #f1f1f1;
	padding-top: 14px;
}
#forms-submit #submitting {
	background: transparent url(../images/loading.gif) no-repeat;
	padding-left: 30px;
	padding-top: 4px;
	height: 20px;
	color: #999;
	font-style: italic;
	visibility: hidden;
}

#forms-review {
	margin-top: 20px;
	border-top: 1px solid #e4e4e4;
	font-size: 18px;
}
.forms-review-item {
	padding: 16px 0;
	border-bottom: 1px solid #e4e4e4;
}
.forms-review-item.hover {
	background: #fcfcfc;
}
.forms-review-item strong {
	color: #0f7090;
}
.forms-review-item .change {
	background: transparent url(../images/btn-change.png) no-repeat;
	float: right;
	width: 69px;
	height: 19px;
	padding-top: 4px;
	color: #f79100;
	text-align: center;
	margin: 0 4px;
}

.forms-help-popup {
	width: 600px;
}
.forms-help-popup ul {
	color: #0f7090;
	margin: 10px 0px;
}
.forms-help-popup li {
}
.forms-help-popup ul ul {
	list-style: circle;
	margin-left: 20px;
	color: #333;
}
.forms-help-popup-note {
	margin-top: 20px;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.forms-help-popup-note a {
	color: #999;
}

.notebox {
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	line-height: 24px;
	background: #f0f0f0;
	padding: 14px 20px;
	margin: 20px 0px;
}
.notebox em {
	font-style: normal;
}
.notebox-help {
	background: transparent url(../images/icon-help.png) no-repeat scroll right top;
	padding-right: 26px;
	color: #ffa000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	position: absolute;
	bottom: 4px;
	right: 10px;
}

.btn {
	border: 0;
	width: 121px;
	height: 44px;
	padding-left: 36px;
	padding-right: 8px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	/*text-align: center;*/
}
.btn-accept {
	background: transparent url(../images/btn-accept.png) no-repeat;
	padding-left: 42px;
}
.btn-decline {
	background: transparent url(../images/btn-decline.png) no-repeat;
	padding-left: 40px;
}
.btn-continue {
	background: transparent url(../images/btn-continue.png) no-repeat;
}
.btn-previous {
	background: transparent url(../images/btn-previous.png) no-repeat;
}

