form#page-checkout-info label {
	display: block;
}

form#page-checkout-info input {
	border: solid #cbd2ca 1px;
	margin-right: 5px;
}

form#page-checkout-info input.red-button {
	border: 0;
}

div#page-checkout-info-descr {
	margin-bottom: 10px;
}

table#page-checkout-info-input td.td1 {
	width: 80px;
	height: 25px;
}
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;
}
a#page-checkout-info-buttons-back, a#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;
	line-height: 22px;
	color: white;
	text-decoration: none;
	text-align: center;
}
