form {
	padding: 0;
	margin: 0;
}

textarea,
input.field,
input.text-input {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000;
	border: 1px solid #000;
	border: 1px solid #000 !important;
	padding: 2px;
}

div#search-form {
	position: relative;
	top: 25px;
	left: 600px;
}

div#search-form input#id_s {
	position: relative;
	top: -3px;
}

div#search-form input#id_sk {
	font-size: 10px;
}

table#form-layout {
	margin: 0;
	width: 100%;
}

table#form-layout td {
	padding: 4px;
}

table#form-layout td.label {
	width: 30%;
	vertical-align: top;
}

table#form-layout td.label label {
	font-weight: bold;
}

table#form-layout td.widget {
	width: 70%;
	vertical-align: top;
}

div.widget input.button,
table#form-layout td.widget input.button {
	background-color: #FF9800;
	color: #FFF;
	border: 2px solid #384358;
	cursor: pointer;
	font-weight: bold;
	padding: 4px;
}

table#cart {
	margin: 0;
	width: 100%;
}

table#cart td {
	padding: 4px;
	border-bottom: 1px solid #999;
}

table#cart td.item-desc {
	width: 40%;
}

table#cart td.item-count,
table#cart td.item-unitcost,
table#cart td.item-cost {
	width: 20%;
	text-align: right;
}

