.deliveryBox
{
	margin-left: 130px;
	border-style: solid;
	border-width: 1px;
	border-color: pink;
	padding: 10px;
	width: 450px;

	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.65em;
	font-weight: bold;
	color: #00CC00;
	text-align: center;
 	text-decoration: none;		
}
.deliveryBox a:active
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.00em;
	font-weight: bold;
	color: #00CC00;
	text-align: center;
 	text-decoration: none;		
}
.deliveryBox a:hover
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.00em;
	font-weight: bold;
	color: #FF0080;
	text-align: center;
 	text-decoration: none;		
}
.deliveryBox a:link
{ 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.00em;
	font-weight: bold;
	color: #00CC00;
	text-align: center;
 	text-decoration: none;		
}
.deliveryBox a:visited
{ 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.00em;
	font-weight: bold;
	color: #00CC00;
	text-align: center;
 	text-decoration: none;		
}

/****************************************************************************/
.wideDeliveryBox
{
	margin-left: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: pink;
	padding: 10px;
	width: 97%;

	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #00CC00;
	text-align: center;
 	text-decoration: none;		
}
.wideDeliveryBox a:active
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.00em;
	font-weight: bold;
	color: #00CC00;
	text-align: center;
 	text-decoration: none;		
}
.wideDeliveryBox a:hover
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.00em;
	font-weight: bold;
	color: #FF0080;
	text-align: center;
 	text-decoration: none;		
}
.wideDeliveryBox a:link
{ 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.00em;
	font-weight: bold;
	color: #00CC00;
	text-align: center;
 	text-decoration: none;		
}
.wideDeliveryBox a:visited
{ 
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.00em;
	font-weight: bold;
	color: #00CC00;
	text-align: center;
 	text-decoration: none;		
}

/****************************************************************************/
.shippingMethodLabel
{
	margin-left: 170px;
	border-style: none;
	padding: 0px;
	width: 450px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	color: #FF0080;
}
.shippingPriceLabel
{
	margin-left: 170px;
	border-style: none;
	padding: 0px;
	width: 450px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #FF0080;
}
.shippingPrices
{
	margin-left: 38px;
	border-style: none;
	padding: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.90em;
	font-weight: bold;
	color: blue;
}
