table {
	font-size: 100%;
}

td, th {
	margin: 5px;
	padding: 5px;
}

table.basket {
	border: 1px solid #888;
	background-color: #EEE;
}

table.basket th {
	background-color: #888;
	color: #FFF;
	height: 20px;
	font-weight: bold;
}

.form_left {
	width: 150px;
}

.form_center {
	width: 200px;
}

.formfield { width: 190px; }
.error{ padding:2px 0 2px 18px; margin:0; display:block; background: url("cross.gif") no-repeat; color: #FF0000; }
.success{ height:16px; width:16px; margin:0; display:block; background: url("tick.gif") no-repeat; }

