#charges {
	background-image: url(../images/charges.jpg);
	background-repeat: no-repeat;
	width: 150px;
	height: 25px;
	display: block;
}
#charges span {
	display: none;
}
.f-label {
    float: left;
    width: 75px;
    padding-top: 5px;
    font-size: 11px;
    text-align: right;
}
.f-field {
    float: right;
    width: 175px;
	text-align: right;
}
.f-row {
    height: 20px;
	width: 250px;
    margin-top: 5px;
}
.step-1 {
	width: 420px;
	height: 35px;
	background-image: url(../images/step_1.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 100px;
	padding-top: 45px;
}
.step-2 {
	width: 420px;
	height: 35px;
	background-image: url(../images/step_2.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 100px;
	padding-top: 45px;
}
.step-body {
	width: 510px;
	height: auto;
	float: left;
	padding: 5px;
	background-image: url(../images/step_body.jpg);
	background-repeat: repeat-y;
}
.step-footer {
	width: 520px;
	height: 20px;
	background-image: url(../images/step_footer.jpg);
	background-repeat: no-repeat;
	float: left;
}
.found {
	color: #00c;
}
.ndz {
	color: #900;
	text-decoration: line-through;
}
td {
	background-color: #ffec9f;
	border: 1px solid #f90;
}
th {
	text-align: center;
	background-color: #f90;
}
table {
	border: 1px solid #f90;
}