#stepsArea {
	background: #fff;
	border: 1px solid #eee;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 5px;
}

#stepsArea span {
	font-size: 160%;
	padding: 5px 120px 5px 10px;
	background: url(../images/step_bg_1.gif) 0 center no-repeat;
}

#stepsArea span.done {
	color: #888;
}

#stepsArea span.undone {
	color: #222;
}

#stepsArea span.current {
	color: #FE8000;
}

#formArea {
	display: none;
}

#farago_step_1 h2,#farago_step_2 h2 {
	background: #eee;
	padding: 5px 10px;
}

#farago_step_2 {
	display: none;
}

#farago_step_2 h3 {
	margin-top: 10px;
	font-size: 15px;
	padding: 4px 0 4px 30px;
	background: #f3f3f3 url(../images/important.gif) 5px center no-repeat;
	color: #2597D5;
	font-size: 15px;
}

#farago_step_2 span.tips {
	display: none;
}

#farago_step_2 table tr td,#farago_step_3 table tr td {
	padding: 2px 5px;
}

#farago_step_2 table tr td label,#farago_step_3 table tr td label {
	font-weight: bold;
	color: #555;
}

#farago_step_2 div.formInstruction {
	background: #fafafa;
	margin: 2px 0;
}

#farago_step_2 div.formInstruction span.instruction1 {
	margin: 0 300px 0 20px;
}

div.announcement {
	width: 220px;
	float: right;
	border: 1px solid #549825;
	background: #eee;
	margin: 5px 20px 0 0;
	padding: 10px;
}

#farago_step_2 div.formInstruction span.instruction2 {
	
}

#farago_step_3 h2 {
	background: #eee;
	padding: 5px 10px;
}

#farago_step_3 span.tips {
	display: none;
}

.inputField {
	padding: 3px;
	width: 180px;
	border: 1px solid #999;
}

label.error {
	color: #f00 !important;
	font-weight: normal !important;
}

#result {
	color: #666;
}

#result span.week {
	color: #900;
}

#result span.better {
	color: #009;
}

#result span.good {
	color: #090;
}

a#termsAndConditionsOfService {
	color: #47d;
	font-weight: bold;
	text-decoration: underline;
}

#farago_step_4 {
	
}

#farago_step_4 p {
	line-height: 20px;
}