fieldset {
	margin-bottom: 15px;
	background: #F5F5F5;
}		
#deliveryContainer {
	font-family: arial;
	font-size: 11px;
	width: 550px;
}
label.error {
	border: 1px solid green !important;
	display: none !important;
}

.error {
	background: none repeat scroll 0 0 #F9F9DE;
	border: 1px solid red;
}
#deliveryDetails {
	padding: 5px;
}
legend {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 5px 10px;
}
table, td {
	font: 11px Verdana;
}
ul {
	list-style: none outside none;
	margin: 0px;
	padding: 0px;
}	    
.leftColumn, .rightColumn {
	margin-bottom: 12px;		
}
.leftColumnWide, .leftColumn {
	float: left;
}
.leftColumn {		
	width: 170px;
}
.leftColumnWide {		
	width: 425px;
}
.marginBtn12{
	margin-bottom: 12px;
}
.fullArea {
	width: 100% !important;
}
.rightColumn {
	float: right;
}
.detailInputArea {
	width: 320px;
}
.deliveryInputArea {
	width: 80px;
}
.cleaner {
	clear: both;
}	    
.group:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

html.group {
	height: 1%;
}
:first-child + html .group {
	min-height: 1px;
}
