.btn_clear_cart,
.btn_del_item {
	width: 25px;
	cursor: pointer;
}

.btn_clear_cart:hover,
.btn_del_item:hover {
}

#proceed_to_payment {
	background: #D4D0C8;
}

#dlg_bill_to,
#dlg_ship_to,
#dlg_ship_info,
#dlg_other_info,
#dlg_payment_info,
#ret_policy {
	display: inline-block;
	padding-bottom: 5px;
}

#dlg_bill_to,
#dlg_ship_to {
	width: 300px;
}

#dlg_bill_to {
	margin-right: 5px;
}

#dlg_ship_to select {
	width: 226px;
	padding: 3px;
	color:#000;
}

#dlg_ship_to input {
	width: 220px;
	padding: 3px
}

#dlg_bill_to select {
	width: 226px;
	padding: 3px
}

#dlg_bill_to input {
	width: 220px;
	padding: 3px;
}

fieldset input,
fieldset select,
fieldset textarea {
/*	border: 1px solid #CBC4B9;*/
	margin-bottom: 4px;

}

.hint {
	color: #ABA49C;
}

legend {
	font-weight: bold;
	font-size: 9pt;
}

input,
textarea {
	padding-left: 3px;
	background-color: white;
}

#ret_policy {
	float: left;
	width: 300px;
	text-align: justify;
	font-size: 11pt;
}

#process_order {
	width: 179px;
	height: 30px;
}

.invalid,
.hint.invalid {
	color: red;
}

input.valid {
	border:1px inset lime;
}

/*label {
	position: absolute;
	padding-left: 6px;
	color: #ABA49C;
	cursor: text;
}

label.perm_vis {
	position: relative;
	cursor: pointer;
	padding-left: 0;
	color: black;
}*/

#debug {	/*needs to be replaced by modal plugin*/
	position: fixed;
	height: 100px;
	width: 300px;
	top: 300px;
	left: 500px;
	display: none;
	color: black;
}

#debug.error {
	background-color: #FF9090;
}

#debug.success {
	background-color: #98FB98;
}

fieldset.bill_to,
fieldset.ship_to {
	position: relative;
	display: inline-block;
	width: 300px;
	font-size: 13px;
	font-family: "Courier New";
}

#dlg_bill_to label,
#dlg_ship_to label {
	display: inline-block;
	width: 100px;
}

div.contact_info {
	float: right;
	text-align: right;
	margin-top: -30px;
}

#process_order {
	border: 1px outset gray;
	background: #D4D0C8;
}

#process_order:hover {
	cursor: pointer;
	background: silver;
}

#ship_svc_id {
	font-size: 9pt;
}

#btn_go_back {
	float: left;
	cursor: pointer;
	font-size:14px;
	appearance: none;
	padding:10px;
	background:#ddd;
	border:none;
	border-radius:3px;
}

#reset {
	float: left;
	margin-left: 230px;
}

#btn_review_payment {
	float: right;
	font-size:14px;
	appearance: none;
	padding:10px;
	background:#fc0;
	border:none;
	border-radius:3px;
	font-weight:bold;
	cursor: pointer;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
}