
#shipmentDetailContent {
	width: 100%;	
}

.shipmentColumnHeaderTitle {
	color: #660099;
	font-size: 11px;
	font-weight: normal;
}

.shipmentDetailHalfWidthColumn {
	float: left;
	width: 650px;
	margin-left: 5px;

}
.shipmentDetailHalfWidthColumnUS {
	float: left;
	width: 580px;
	margin-left: 5px;

}
.shipmentDetailFullWidthColumn {
	float: left;
	width: 100%;
}

 .errorText {
	float: left;
	color: #FF0000;
	font-size:11px;
	font-weight: bold;
}

.shipmentWeightUnitSelectBox {
	width: 50px;
	font-size: 11px;
	font-weight: normal;
}
.handlingLink{
	text-decoration: underline;
	cursor: pointer;
}
.handlingLink:focus
{
	outline:1px dashed #660099;
} 
