div#page-checkout {
	padding: 20px 0 20px 20px;
}

div#page-checkout-steps-a {
	position: relative;
	width: 572px;
	height: 37px;
	background-image: url(../images/design/page-checkout-step-a.jpg);
	background-repeat: no-repeat;
}
div#page-checkout-steps-b {
	position: relative;
	width: 572px;
	height: 37px;
	background-image: url(../images/design/page-checkout-step-b.jpg);
	background-repeat: no-repeat;
}
div#page-checkout-step1, div#page-checkout-step2 {
	position: absolute;
	top: 1px; left: 15px;
	height: 37px;
	line-height: 37px;
	font-size: 1.3em;
	font-wegiht: bold;
	color: rgb(151, 142, 133);
}
div#page-checkout-step2 {
	left: 311px;
}
div#page-checkout-step1.active, div#page-checkout-step2.active {
	color: rgb(68, 48, 44);
}
span#page-checkout-step1-num, span#page-checkout-step2-num {
	margin-right: 12px;
	color: black;
}
span#page-checkout-step1-num.active, span#page-checkout-step2-num.active {
	margin-right: 12px;
	color: white;
}

form#page-checkout-info {
	margin: 5px 20px 0 0;
	padding: 8px 8px 8px 33px;
	border: 1px solid rgb(228, 224, 213);
	background-color: rgb(244, 243, 238);
}
div.page-checkout-info-descr {
	margin-bottom: 10px;
}
table.page-checkout-info-input td.td1 {
	width: 85px;
	height: 25px;
}
table.page-checkout-info-input td.td1 .checkbox {
	vertical-align: middle;
}
table.page-checkout-info-input td.td1.big {
	height: 129px;
}
input.text, textarea {
	width: 160px;
	border: 1px solid rgb(160, 148, 136);
}
textarea {
	height: 120px;
	overflow: auto;
}
div#page-checkout-info-checkbox {
	margin-top: 20px;
}
div#page-checkout-info-radio {
	margin-top: 20px;
}
div#page-checkout-info-buttons {
	margin-top: 20px;
	text-align: right;
	height: 22px;
}
input#page-checkout-info-buttons-submit {
	display: none;
}
span#page-checkout-info-buttons-back, span#page-checkout-info-buttons-next {
	background-image: url(../images/design/page-checkout-info-button.jpg);
	background-repeat: no-repeat;
	float: right;
	display: block;
	width: 128px;
	height: 22px;
}
span#page-checkout-info-buttons-back a, span#page-checkout-info-buttons-next a {
	display: block;
	width: 128px;
	height: 22px;
	line-height: 22px;
	color: white;
	text-decoration: none;
	text-align: center;
}

